summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/eagle100/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-05-26 16:07:25 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-05-26 16:07:25 +0000
commitb0a1f7fe782c2918002a54f1bdf3760f169803d7 (patch)
tree9c97ffeec07203bb625497b51ac2f248cddbcb5f /nuttx/configs/eagle100/nsh
parent225eaec97a2ff3a2b58c8b8f980fe46ca341641c (diff)
Updated MMC/SD SPI driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1826 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/eagle100/nsh')
-rw-r--r--nuttx/configs/eagle100/nsh/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/eagle100/nsh/defconfig b/nuttx/configs/eagle100/nsh/defconfig
index d40816e422..4bcb2decff 100644
--- a/nuttx/configs/eagle100/nsh/defconfig
+++ b/nuttx/configs/eagle100/nsh/defconfig
@@ -349,8 +349,12 @@ CONFIG_FS_ROMFS=n
# Number of MMC/SD slots supported by the driver
# CONFIG_MMCSD_READONLY
# Provide read-only access (default is read/write)
+# CONFIG_MMCSD_SPICLOCK - Maximum SPI clock to drive MMC/SD card.
+# Default is 20MHz.
+#
CONFIG_MMCSD_NSLOTS=1
CONFIG_MMCSD_READONLY=n
+CONFIG_MMCSD_SPICLOCK=12500000
#
# TCP/IP and UDP support via uIP