aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 16:07:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 16:07:45 +0000
commit1a49558ed3e393ec8098000e6898218759921336 (patch)
tree1907c278255380fd4b81e0492b9b546558992538 /boards
parent9e3a47bcf0475f8aabbf5266fecd12d23ab0774d (diff)
downloadChibiOS-1a49558ed3e393ec8098000e6898218759921336.tar.gz
ChibiOS-1a49558ed3e393ec8098000e6898218759921336.tar.bz2
ChibiOS-1a49558ed3e393ec8098000e6898218759921336.zip
LPC11xx HAL and Serial improvements, untested SPI driver added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2281 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r--boards/EA_LPCXPRESSO_BB_1114/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/boards/EA_LPCXPRESSO_BB_1114/board.h b/boards/EA_LPCXPRESSO_BB_1114/board.h
index 9c0a6161c..59ec8a267 100644
--- a/boards/EA_LPCXPRESSO_BB_1114/board.h
+++ b/boards/EA_LPCXPRESSO_BB_1114/board.h
@@ -37,6 +37,11 @@
#define SYSOSCCLK 12000000
/*
+ * SCK0 connection on this board.
+ */
+#define LPC11xx_SPI_SCK0_SELECTOR SCK0_IS_PIO2_11
+
+/*
* GPIO 0 initial setup.
* Bit7 - LPCxpresso LED, initially output at low level.
*/