summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-23 23:37:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-23 23:37:25 +0000
commit96810b921dd00bb3c235f9eee3b415e05b642f7c (patch)
treec5615082f5f922dd3246e1d51f6119ec9e35079d /nuttx/configs/eagle100/include
parent6faf10944cba8e6461fe1d819e1d4b30f4dfdde8 (diff)
downloadpx4-nuttx-96810b921dd00bb3c235f9eee3b415e05b642f7c.tar.gz
px4-nuttx-96810b921dd00bb3c235f9eee3b415e05b642f7c.tar.bz2
px4-nuttx-96810b921dd00bb3c235f9eee3b415e05b642f7c.zip
Add SPI-based MMC/SD support for lm3s
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1820 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100/include')
-rw-r--r--nuttx/configs/eagle100/include/board.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/eagle100/include/board.h b/nuttx/configs/eagle100/include/board.h
index 68204dbdf..16cae3d78 100644
--- a/nuttx/configs/eagle100/include/board.h
+++ b/nuttx/configs/eagle100/include/board.h
@@ -44,6 +44,7 @@
#ifndef __ASSEMBLY__
# include <sys/types.h>
#endif
+#include "lm3s_internal.h"
/************************************************************************************
* Definitions
@@ -109,6 +110,12 @@
#define LED_ASSERTION 6 /* ON OFF */
#define LED_PANIC 7 /* ON OFF */
+/* Eagle-100 GPIOs ******************************************************************/
+
+/* GPIO for microSD card chip select */
+
+#define SDC_CS (GPIO_PORTG | 2)
+
/************************************************************************************
* Public Function Prototypes
************************************************************************************/