From 1452a5e25f7cc29cec07f840543897b6c523c5d8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 15 Oct 2008 14:19:46 +0000 Subject: [PATCH] Add simple SPI-based MMC/SD block driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1043 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 26730ef422..ef667163cc 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 11, 2008

+

Last Updated: October 15, 2008

@@ -1134,7 +1134,8 @@ nuttx-0.3.17 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Incorporate patch "[2164503] nuttx-0.3.16 does not build for ARM with USB disabled" * Reduced the amount of memory reserved for USB serial control requests. It was unnecessarily large. - * Add LPC214x SPI1 driver to interface with MMC on mcu123.com board. + * Added LPC214x SPI1 driver to interface with MMC on mcu123.com board. + * Added a simple SPI-based MMC/SD block driver pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>