diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index d34ce8bba94..34bdedec56d 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: December 20, 2010

+

Last Updated: January 9, 2011

@@ -387,7 +387,7 @@

-

  • Network, USB (device), serial, CAN, driver architecture.
  • +
  • Network, USB (host), USB (device), serial, CAN, driver architectures.
  • @@ -523,6 +523,34 @@

    + + + + USB Host Support + + + +
    + +

    +

  • USB host architecture for USB host controller drivers and device-dependent USB class drivers.
  • +

    + + +
    + +

    +

  • USB host controller drivers available for the NXP LPC17xx.
  • +

    + + +
    + +

    +

  • Device-dependent USB class drivers available for USB mass storage.
  • +

    + + @@ -540,7 +568,7 @@

    -

  • USB device controller drivers available for the NXP LPC214x, LPC313x, STMicro STM32 and TI DM320.
  • +
  • USB device controller drivers available for the NXP LPC17xx, LPC214x, LPC313x, STMicro STM32 and TI DM320.
  • @@ -1272,6 +1300,8 @@ Appendix A: NuttX Configuration Settings
    @@ -779,7 +781,10 @@ drivers/ | `-- (net driver source files) |-- usbdev/ | |-- Make.defs -| `-- (usbdev driver source files) +| `-- (USB device driver source files) +|-- usbhost/ +| |-- Make.defs +| `-- (USB host driver source files) `-- (common driver source files) @@ -1944,7 +1949,7 @@ extern void up_ledoff(int led);