From 6e6a8073b33c9fdcb0dd99d052c53156b527e3c5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 9 Jan 2011 17:26:41 +0000 Subject: Add USB host documentation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3237 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 208 ++++++++++++++++++++++++++++- 1 file changed, 201 insertions(+), 7 deletions(-) (limited to 'nuttx/Documentation/NuttxPortingGuide.html') diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index e04000f78..03012038d 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: December 29, 2010

+

Last Updated: January 9, 2011

@@ -120,6 +120,8 @@ 6.3.5 Frame Buffer Drivers
6.3.6 Memory Technology Device Drivers
6.3.7 SDIO Device Drivers
+ 6.3.8 USB Host-Side Drivers
+ 6.3.9 USB Device-Side Drivers
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);