diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 7445634d046..c88174735ac 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 9, 2008

+

Last Updated: October 10, 2008

@@ -443,6 +443,38 @@
  • Networking utilities (DHCP, SMTP, TELNET, TFTP, HTTP)
  • + + + + + USB Device Support + + + + +
    + +

    +

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

    + + + +
    + +

    +

  • USB device controller drivers available for the NXP LPC214x and TI DM320.
  • +

    + + + +
    + +

    +

  • Device-dependent USB class drivers available for USB serial.
  • +

    + +

    @@ -493,38 +525,63 @@ -

    - The 27th release of NuttX (nuttx-0.3.15) is available for download +

    nuttx-0.3.16. + The 28th release of NuttX (nuttx-0.3.16) is available for download from the SourceForge website. The change log associated with the release is available here. Unreleased changes after this release are available in CVS. These unreleased changes are listed here.

    +

    USB Support. + The nuttx-0.3.16 release includes the first support for USB in NuttX. + A set of USB APIs were added to support USB device controller drivers and bindings to USB device class drivers. + The form of the interface was inspired by the Linux Gadget APIs. +

    - The nuttx-0.3.15 release includes some new features: + At present USB device controller drivers are included for:

    +

    +

    + A controller-independent class driver is also included for: +

    +

    +

    Other New Features. + Other new features include: +

    +

    +

    Bugs Fixed. + A few bugs were also fixed: +

    @@ -592,7 +649,7 @@

    STATUS: The basic port includes successful booting, timer interrupts, serial console, - succesfully passing the OS test, and a NuttShell (NSH) configuration. + USB driver, succesfully passing the OS test, and a NuttShell (NSH) configuration. Additional driver development is underway.

    @@ -615,7 +672,9 @@

    STATUS: - This port is complete and verified. + The basic port (timer interrupts, serial ports, etc.) is complete. + All implemented features have been verified with the exception of the USB device-side + driver; that implementation is complete but completely untested.

    @@ -1028,24 +1087,26 @@ Other memory: