diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index d151f208fa..d9f51c0303 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 22, 2008

+

Last Updated: October 23, 2008

@@ -1140,6 +1140,7 @@ nuttx-0.3.17 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * FAT: Fix access to unaligned 32-bit values in partion table (start sector & size) * Fixed a problem with a un-initialized variable in the USB serial driver. * Added USB storage NXP LPC214x configuration + * Added a test for USB storage under examples/usbstorage pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index c8eaa532e9..bf755cff26 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1535,6 +1535,16 @@ The system can be re-made subsequently by just typing make. +

SPI-based MMC/SD driver

+ +

Network Support

TCP/IP and UDP support via uIP