From 9ba38ba37ec26f618c58c2b548880919ab1a5121 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 28 May 2009 23:14:27 +0000 Subject: Fix to lpc214x MMC/SD due to lm3s changes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1833 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/eagle100/nsh/defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/configs/eagle100/nsh') diff --git a/nuttx/configs/eagle100/nsh/defconfig b/nuttx/configs/eagle100/nsh/defconfig index cbd62632f..6bd803948 100644 --- a/nuttx/configs/eagle100/nsh/defconfig +++ b/nuttx/configs/eagle100/nsh/defconfig @@ -358,10 +358,13 @@ CONFIG_FS_ROMFS=n # Provide read-only access (default is read/write) # CONFIG_MMCSD_SPICLOCK - Maximum SPI clock to drive MMC/SD card. # Default is 20MHz. +# CONFIG_MMCSD_SYNCHRONIZE +# Special synchronization logic needed # CONFIG_MMCSD_NSLOTS=1 CONFIG_MMCSD_READONLY=n CONFIG_MMCSD_SPICLOCK=12500000 +CONFIG_MMCSD_SYNCHRONIZE=n # # TCP/IP and UDP support via uIP -- cgit v1.2.3