diff --git a/ChangeLog b/ChangeLog index eeca57d3981..9594d71cfb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -499,4 +499,4 @@ from the driver. 0.3.17 2008-xx-xx Gregory Nutt - + * Add LPC214x SPI1 driver to interface with MMC on mcu123.com board. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index c88174735ac..8ac7bc8b425 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>