diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index d9f51c03037..b3a25507a93 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: October 23, 2008
+ Last Updated: October 24, 2008
|
@@ -356,7 +356,7 @@
|
- Network, serial, CAN, driver architecture.
+ Network, USB (device), serial, CAN, driver architecture.
@@ -374,7 +374,6 @@
Mount-able volumes. Bind mountpoint, filesystem, and block device driver.
-
|
|
@@ -382,7 +381,6 @@
FAT12/16/32 filesystem support.
|
-
|
@@ -390,13 +388,13 @@
ROMFS filesystem support.
|
+
 |
C Library
|
-
|
@@ -411,7 +409,6 @@
Networking
|
-
|
@@ -419,7 +416,6 @@
TCP/IP, UDP, ICMP stacks.
|
-
|
@@ -427,7 +423,6 @@
Small footprint (based on uIP).
|
-
|
@@ -435,7 +430,6 @@
BSD compatible socket layer.
|
-
|
@@ -450,7 +444,6 @@
USB Device Support
|
-
|
@@ -458,7 +451,6 @@
Gadget-like architecture for USB device controller drivers and device-dependent USB class drivers.
|
-
|
@@ -466,7 +458,6 @@
USB device controller drivers available for the NXP LPC214x and TI DM320.
|
-
|
@@ -474,6 +465,13 @@
Device-dependent USB class drivers available for USB serial.
|
+
+
|
+
+
+ Bult-in USB trace functionality for USB debug.
+
+ |
@@ -1141,6 +1139,9 @@ nuttx-0.3.17 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* 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
+ * Fixed a bug in the LPC214x USB driver: It was not properly clearing a HALTed
+ endpoints (other than EP) on receipt of CLEAR FEATURES request.
+ * Added USB storage class device side driver (BBB)
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>