summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-19 23:07:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-19 23:07:58 +0000
commitb5a0fbcbe0a71eb6ce04227f38647a85cd725466 (patch)
treef8e5739d3c84e16baaa9beb9f5f2afa2e08d6bf6 /nuttx/Documentation
parentebb647ce35e507d5e408ab220d65c1f12ce5539b (diff)
downloadpx4-nuttx-b5a0fbcbe0a71eb6ce04227f38647a85cd725466.tar.gz
px4-nuttx-b5a0fbcbe0a71eb6ce04227f38647a85cd725466.tar.bz2
px4-nuttx-b5a0fbcbe0a71eb6ce04227f38647a85cd725466.zip
Add HID parser from LUFA
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3303 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 2e02a0f61..5ce0d0b1a 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: February 15, 2011</p>
+ <p>Last Updated: February 19, 2011</p>
</td>
</tr>
</table>
@@ -2032,12 +2032,14 @@ nuttx-5.18 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* examplex/wlan, configs/olimex-lpc1766stk/wlan, drivers/usbhost/usbhost_rtl8187.c,
Add infrastructure to support RTL18187 wireless USB.
* configs/nucleus2g -- backed out USB host changes... wrong board.
- * Renamed arc/hc/include/mc9s12ne64 and src/mc9s12ne64 -- m9s12. That name is
- shorter and more general.
+ * Renamed arc/hc/include/mc9s12ne64 and src/mc9s12ne64 -- m9s12. That name is
+ shorter and more general.
* The NuttX repository has been converted to SVN and can now be found here
http://nuttx.svn.sourceforge.net/viewvc/nuttx/
- * configs/mbed/hidkbd -- Added USB host support for the mbed LPC1768 board; add
- a USB host HID keyboard configuraion.
+ * configs/mbed/hidkbd -- Added USB host support for the mbed LPC1768 board; add
+ a USB host HID keyboard configuraion.
+ * drivers/usbhost/hid_parser.c -- Leverages the LUFA HID parser written by
+ Dean Camera.
pascal-2.1 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;