aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 20:00:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 20:00:20 +0000
commitda7438dffea3781f9228d6f322c6912631bb9a19 (patch)
tree7562e1e98c53f7c7b0b403bbadab517a5e457c16 /boards
parentaf0921235ffe94efb5467b3877b763d3c030cb0c (diff)
downloadChibiOS-da7438dffea3781f9228d6f322c6912631bb9a19.tar.gz
ChibiOS-da7438dffea3781f9228d6f322c6912631bb9a19.tar.bz2
ChibiOS-da7438dffea3781f9228d6f322c6912631bb9a19.zip
LPC11xx DPI driver working, demo updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2286 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r--boards/EA_LPCXPRESSO_BB_1114/board.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/boards/EA_LPCXPRESSO_BB_1114/board.h b/boards/EA_LPCXPRESSO_BB_1114/board.h
index 07966c527..60126b548 100644
--- a/boards/EA_LPCXPRESSO_BB_1114/board.h
+++ b/boards/EA_LPCXPRESSO_BB_1114/board.h
@@ -51,9 +51,10 @@
/*
* GPIO 1 initial setup.
*/
-#define VAL_GPIO1DIR PAL_PORT_BIT(GPIO1_LED3B) | \
- PAL_PORT_BIT(GPIO1_LED3R) | \
- PAL_PORT_BIT(GPIO1_LED3G)
+#define VAL_GPIO1DIR PAL_PORT_BIT(GPIO1_LED3B) | \
+ PAL_PORT_BIT(GPIO1_LED3R) | \
+ PAL_PORT_BIT(GPIO1_LED3G) | \
+ PAL_PORT_BIT(GPIO1_SPI0SEL)
#define VAL_GPIO1DATA 0x00000000
/*