summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-23 02:06:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-23 02:06:23 +0000
commit385d1a99193d597ee2a17e6d8df4c14f14c5fb5c (patch)
treeedefc00afbe13c83bb33c24fdd053a99f91726c4 /nuttx/Documentation/NuttxPortingGuide.html
parenta23dbb35fd4ef9392d8d54415065c7aa5257f43f (diff)
downloadpx4-nuttx-385d1a99193d597ee2a17e6d8df4c14f14c5fb5c.tar.gz
px4-nuttx-385d1a99193d597ee2a17e6d8df4c14f14c5fb5c.tar.bz2
px4-nuttx-385d1a99193d597ee2a17e6d8df4c14f14c5fb5c.zip
update usb host docs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3218 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 2755078fe..cdc4db1d3 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: December 4, 2010</p>
+ <p>Last Updated: December 22, 2010</p>
</td>
</tr>
</table>
@@ -3213,6 +3213,17 @@ build
</li>
</ul>
+<h2>USB Host-Side Support</h2>
+<h3>USB Host Controller Driver</h3>
+<ul>
+ <li>
+ <code>CONFIG_USBHOST</code>: Enables USB host support
+ </li>
+ <li>
+ <code>CONFIG_USBHOST_NPREALLOC</code>: Number of pre-allocated class instances
+ </li>
+</ul>
+
<h2>Graphics related configuration settings</h3>
<ul>
<li>