From 3a1f59ff8e4f6f3d93df5c1e18ff0a040be497a1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 26 May 2009 16:07:25 +0000 Subject: Updated MMC/SD SPI driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1826 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/eagle100/httpd/defconfig | 4 ++++ nuttx/configs/eagle100/nettest/defconfig | 4 ++++ nuttx/configs/eagle100/nsh/defconfig | 4 ++++ nuttx/configs/eagle100/ostest/defconfig | 4 ++++ 4 files changed, 16 insertions(+) (limited to 'nuttx/configs/eagle100') diff --git a/nuttx/configs/eagle100/httpd/defconfig b/nuttx/configs/eagle100/httpd/defconfig index 044d5c5cb..e6b40982d 100644 --- a/nuttx/configs/eagle100/httpd/defconfig +++ b/nuttx/configs/eagle100/httpd/defconfig @@ -350,8 +350,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 diff --git a/nuttx/configs/eagle100/nettest/defconfig b/nuttx/configs/eagle100/nettest/defconfig index c9679b551..fd74f7bed 100644 --- a/nuttx/configs/eagle100/nettest/defconfig +++ b/nuttx/configs/eagle100/nettest/defconfig @@ -350,8 +350,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 diff --git a/nuttx/configs/eagle100/nsh/defconfig b/nuttx/configs/eagle100/nsh/defconfig index d40816e42..4bcb2decf 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 diff --git a/nuttx/configs/eagle100/ostest/defconfig b/nuttx/configs/eagle100/ostest/defconfig index 41f811dd1..cd430ca08 100644 --- a/nuttx/configs/eagle100/ostest/defconfig +++ b/nuttx/configs/eagle100/ostest/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 -- cgit v1.2.3