summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-24 16:03:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-24 16:03:08 +0000
commit9b2ed5ff44f02983b6ed3ca810ab6a951b838b17 (patch)
treefae5b37ef40f6c0e17eb7a2d18dbc8bef7e48159 /nuttx/configs/eagle100/include
parente2a24a1500e26a3c53a64238bd249f512ca736f1 (diff)
downloadpx4-nuttx-9b2ed5ff44f02983b6ed3ca810ab6a951b838b17.tar.gz
px4-nuttx-9b2ed5ff44f02983b6ed3ca810ab6a951b838b17.tar.bz2
px4-nuttx-9b2ed5ff44f02983b6ed3ca810ab6a951b838b17.zip
Fixe LM3S GPIO output settings; fix Eagle-100 LEDs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1823 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100/include')
-rw-r--r--nuttx/configs/eagle100/include/board.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/eagle100/include/board.h b/nuttx/configs/eagle100/include/board.h
index 16cae3d78..096ca8410 100644
--- a/nuttx/configs/eagle100/include/board.h
+++ b/nuttx/configs/eagle100/include/board.h
@@ -114,7 +114,8 @@
/* GPIO for microSD card chip select */
-#define SDC_CS (GPIO_PORTG | 2)
+#define SDCCS_GPIO (GPIO_FUNC_OUTPUT | GPIO_PADTYPE_STDWPU | GPIO_STRENGTH_4MA | GPIO_VALUE_ONE | GPIO_PORTG | 2)
+#define LED_GPIO (GPIO_FUNC_OUTPUT | GPIO_VALUE_ONE | GPIO_PORTE | 1)
/************************************************************************************
* Public Function Prototypes