From b55f4bb1b19ff309369c1f82224a6dd724892a36 Mon Sep 17 00:00:00 2001
From: patacongo
Date: Sat, 11 Oct 2008 19:42:01 +0000
Subject: [PATCH] Add 1st cut SPI driver for SPI MMC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1034 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 c88174735a..8ac7bc8b42 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: October 10, 2008
+ Last Updated: October 11, 2008
|
@@ -672,7 +672,7 @@
STATUS:
- The basic port (timer interrupts, serial ports, etc.) is complete.
+ The basic port (timer interrupts, serial ports, network, etc.) is complete.
All implemented features have been verified with the exception of the USB device-side
driver; that implementation is complete but completely untested.
@@ -1131,6 +1131,7 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>
nuttx-0.3.17 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Add LPC214x SPI1 driver to interface with MMC on mcu123.com board.
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>