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
+
+ -
+
CONFIG_MMCSD_NSLOTS
: Number of MMC/SD slots supported by the driver. Default is one.
+
+ -
+
CONFIG_MMCSD_READONLY
: Provide read-only access. Default is Read/Write
+
+
+
Network Support
TCP/IP and UDP support via uIP
@@ -1655,6 +1665,9 @@ The system can be re-made subsequently by just typing make
.
USB Serial Device Class Driver
+ -
+
CONFIG_USBSER
: Enable compilation of the USB serial driver
+
-
CONFIG_USBSER_EPINTIN
: The logical 7-bit address of a hardware endpoint that supports interrupt IN operation
@@ -1680,6 +1693,10 @@ The system can be re-made subsequently by just typing make
.
USB Storage Device Configuration
+ -
+
CONFIG_USBSTRG
:
+ Enable compilation of the USB storage driver
+
-
CONFIG_USBSTRG_EP0MAXPACKET
:
Max packet size for endpoint 0