From cec33ff0e62d3666f6a1828d78891d63da191e20 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 2 Apr 2010 12:47:05 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1831 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/EA_LPCXPRESSO_BB_1114/board.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'boards/EA_LPCXPRESSO_BB_1114') diff --git a/boards/EA_LPCXPRESSO_BB_1114/board.h b/boards/EA_LPCXPRESSO_BB_1114/board.h index 037bd3179..685ab4e64 100644 --- a/boards/EA_LPCXPRESSO_BB_1114/board.h +++ b/boards/EA_LPCXPRESSO_BB_1114/board.h @@ -36,9 +36,35 @@ */ #define SYSOSCCLK 12000000 +/* + * GPIO 0 initial setup. + * Bit7 - LPCxpresso LED, initially output at low level. + */ +#define VAL_GPIO0DIR 0x00000080 +#define VAL_GPIO0DATA 0x00000000 + +/* + * GPIO 1 initial setup. + */ +#define VAL_GPIO1DIR 0x00000000 +#define VAL_GPIO1DATA 0x00000000 + +/* + * GPIO 2 initial setup. + */ +#define VAL_GPIO2DIR 0x00000000 +#define VAL_GPIO2DATA 0x00000000 + +/* + * GPIO 3 initial setup. + */ +#define VAL_GPIO3DIR 0x00000000 +#define VAL_GPIO3DATA 0x00000000 + /* * Pin definitions. */ +#define GPIO0_LED 7 #ifdef __cplusplus extern "C" { -- cgit v1.2.3