diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 86ee51a755..bf0647b25f 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: January 15, 2012

+

Last Updated: January 16, 2012

@@ -644,7 +644,7 @@

-

  • Device-dependent USB class drivers available for USB serial and for USB mass storage.
  • +
  • Device-dependent USB class drivers available for USB serial (CDC/ACM and a PL2303 emulation), for USB mass storage, and for a composite CDC/ACM and mass storage device.
  • diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 676e6a2e89..941599b1ae 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -5026,6 +5026,48 @@ build +

    USB Composite Device Configuration

    + +

    USB Host-Side Support

    USB Host Controller Driver