diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 20c28ed3bc0..c50d16dd981 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: October 28, 2009
+ Last Updated: October 29, 2009
|
@@ -1583,6 +1583,10 @@ nuttx-0.4.13 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
waiting to happen in any other configuration.
* arch/arm/src/stm32/ - You have to configure CTS/RTS function pins for USART
2 and USART 3 even if you are not using flow control.
+ * arch/arm/src/stm32/stm32_usbdev.c - Added a USB device-side driver for the
+ STM32.
+
+ NOTE: This USB driver is completely untested as of the initial check-in
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>