summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-25 18:46:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-25 18:46:06 +0000
commit0fc66dd545b21a2094f8d833955107d583bea953 (patch)
tree0a859a014dec148a9c95db3f148b808b9c02ad6f /nuttx/Documentation/NuttxPortingGuide.html
parentd7ddd75cbe92d10263edaf505f8569834bf35c6a (diff)
downloadpx4-nuttx-0fc66dd545b21a2094f8d833955107d583bea953.tar.gz
px4-nuttx-0fc66dd545b21a2094f8d833955107d583bea953.tar.bz2
px4-nuttx-0fc66dd545b21a2094f8d833955107d583bea953.zip
Add configuration for Future Electronics Group NE64 Badge board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3316 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 6c9de941f..5358f6797 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: February 24, 2011</p>
+ <p>Last Updated: February 25, 2011</p>
</td>
</tr>
</table>
@@ -2459,6 +2459,13 @@ extern void up_ledoff(int led);
</li>
<li>
<p>
+ <b><code>include/nuttx/usb/usbdev_trace.h</code></b>.
+ Declarations needed to work the the NuttX USB device driver trace capability.
+ That USB trace capability is detailed in <a href="UsbTrace.html">separate document</a>.
+ </p>
+ </li>
+ <li>
+ <p>
<b><code>struct usbdev_s</code></b>.
Each USB device controller driver must implement an instance of <code>struct usbdev_s</code>.
This structure is defined in <code>include/nuttx/usb/usbdev.h</code>.