diff --git a/ChangeLog b/ChangeLog index 06a82495483..e0133196cdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1410,3 +1410,9 @@ * include/nuttx/usb -- Created new directory. Moved all usb-related header files to this new directory. Created a skeleton for a new USB host header file + * drivers/usbhost -- Add USB host "registry" where connect devices can be + matched with the correct USB class driver. Add a USB host class driver + for the (Bulk-Only) USB Mass Storage Class. Untested on initial check-iin + * arc/arc/src/lpc17xx/lpc17_usbhost.c -- Add a simple USB host driver for + the NXP lpc17xx. Untested on initial check-in. + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 74391630bcc..d34ce8bba94 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: December 13, 2010

+

Last Updated: December 20, 2010

@@ -786,48 +786,48 @@ Important bugfxes included:

And feature enhancements:

@@ -1272,10 +1272,10 @@