From eb27ffbed56c03cd2409375299e58dd43011a886 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 9 Jan 2011 17:26:41 +0000 Subject: [PATCH] Add USB host documentation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3237 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 47 +++++- Documentation/NuttxPortingGuide.html | 208 ++++++++++++++++++++++++++- 2 files changed, 241 insertions(+), 14 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index d34ce8bba9..34bdedec56 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);