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/mcu123-lpc214x/nsh/defconfig | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/mcu123-lpc214x/nsh/defconfig') diff --git a/nuttx/configs/mcu123-lpc214x/nsh/defconfig b/nuttx/configs/mcu123-lpc214x/nsh/defconfig index 36a939f45..fd55a8f22 100644 --- a/nuttx/configs/mcu123-lpc214x/nsh/defconfig +++ b/nuttx/configs/mcu123-lpc214x/nsh/defconfig @@ -301,9 +301,21 @@ CONFIG_FS_FAT=y CONFIG_FS_ROMFS=n # -# MMC/SD configuration +# SPI-based MMC/SD driver +# +# CONFIG_MMCSD_NSLOTS +# 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_SYNCHRONIZE +# Special synchronization logic needed +# CONFIG_MMCSD_NSLOTS=1 CONFIG_MMCSD_READONLY=n +#CONFIG_MMCSD_SPICLOCK=20000000 +CONFIG_MMCSD_SYNCHRONIZE=y # # SPI-based MMC/SD driver -- cgit v1.2.3