From ea63ade4c64dcd22fb53ba875b661456613d86e8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 28 May 2009 23:14:27 +0000 Subject: [PATCH] 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 --- Documentation/NuttX.html | 5 ++++- Documentation/NuttxPortingGuide.html | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 107e2d7746d..035d5d084f4 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 27, 2009

+

Last Updated: May 28, 2009

@@ -1436,6 +1436,9 @@ nuttx-0.4.7 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * configs/eagle100/*/Make.defs: Added configuration options that should make it possible to build NuttX for the Eagle100 using CodeSourcery 2009q1 toolchain and the devkitARM GNU toolchain. + * configs/mcu123-lpc214x/src: Corrected some logic in the LPC2148 SPI receive block + logic. Re-verified SDC ver1.x support with 1Gb Toshiba SDC, 1Gb PNY SDC, 2Gb SanDisk SDC, + and 4Gb Kingston SDHC. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d78be1b1416..6ab70d96100 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: May 22, 2009

+

Last Updated: May 28, 2009

@@ -2180,6 +2180,12 @@ extern void up_ledoff(int led);
  • 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 +
  • Network Support