summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-12 04:03:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-12 04:03:57 +0000
commit886f7dd08bcb1ddf104767231e676f7052ca7021 (patch)
tree017c0902bf7ba4ec19c3a87eb7343179d24df8e5 /nuttx/Documentation/NuttX.html
parent2894a818b0ddd256bd74232c8cd7f2bc226530c7 (diff)
downloadpx4-nuttx-886f7dd08bcb1ddf104767231e676f7052ca7021.tar.gz
px4-nuttx-886f7dd08bcb1ddf104767231e676f7052ca7021.tar.bz2
px4-nuttx-886f7dd08bcb1ddf104767231e676f7052ca7021.zip
Framework for HID keyboard -- not much there yet
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3245 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index d8e5fbab5..e98e4a2fc 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: January 10, 2011</p>
+ <p>Last Updated: January 11, 2011</p>
</td>
</tr>
</table>
@@ -2101,6 +2101,14 @@ buildroot-1.8 2009-12-21 &lt;spudmonkey@racsa.co.cr&gt;
<ul><pre>
nuttx-5.17 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
+ * include/nuttx/usb -- rename usb_storage.h to storage.h.
+ * arch/arm/src/lpc17xx/lpc17_usbhost.c -- Add support for low-speed devices.
+ * drivers/usbhost/usbhost_skeleton.c -- Template for new class drivers
+ * include/nuttx/usb/hid.h and drivers/usbhost/usbhost_hidkbd.c -- Initial
+ files for HID keyboard support. These are mostly empty files on the
+ initial checkin.
+
+
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
buildroot-1.9 2010-xx-xx <spudmonkey@racsa.co.cr>