summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-19 04:17:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-19 04:17:45 +0000
commit76bb5e20d25f228383f34c4a827303713553e838 (patch)
treed85bc7597e998b28e3b654a41ab633eea2066348 /nuttx/Documentation/NuttX.html
parent901cd90faa9354b7cd0017fe9bc719091bee4fd0 (diff)
downloadpx4-nuttx-76bb5e20d25f228383f34c4a827303713553e838.tar.gz
px4-nuttx-76bb5e20d25f228383f34c4a827303713553e838.tar.bz2
px4-nuttx-76bb5e20d25f228383f34c4a827303713553e838.zip
Basic HID keyboard funcionality. More testing is needed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3260 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html27
1 files changed, 14 insertions, 13 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 11390b715..192f9b79c 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 15, 2011</p>
+ <p>Last Updated: January 18, 2011</p>
</td>
</tr>
</table>
@@ -547,7 +547,7 @@
<td><br></td>
<td>
<p>
- <li>Device-dependent USB class drivers available for USB mass storage.</li>
+ <li>Device-dependent USB class drivers available for USB mass storage and HID keyboard.</li>
</p>
</tr>
@@ -2104,17 +2104,18 @@ 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.
- * arch/arm/src/lpc17xx/lpc17_usbhost.c -- Will now handle multiple
- concurrent transfers on different endpoints (still only one TD per
- endpoint). All methods are protected from re-entrancy; lots of re-
- structuring in preparation for interrupt endpoint support.
- * examples/hidkbd - Added a simple test for the USB host HID keyboard
- class driver.
- * configs/olimex-lpc1766stk/hidkbd - Added a configuration to build the
- USB host HID keyboard class driver test for the LPC17xx.
+ * include/nuttx/usb/hid.h and drivers/usbhost/usbhost_hidkbd.c -- New
+ files for HID keyboard support.
+ * arch/arm/src/lpc17xx/lpc17_usbhost.c -- Will now handle multiple
+ concurrent transfers on different endpoints (still only one TD per
+ endpoint). All methods are protected from re-entrancy; lots of re-
+ structuring in preparation for interrupt endpoint support.
+ * arch/arm/src/lpc17xx/lpc17_usbhost.c -- Add support for periodic
+ interrupt transfers.
+ * examples/hidkbd - Added a simple test for the USB host HID keyboard
+ class driver.
+ * configs/olimex-lpc1766stk/hidkbd - Added a configuration to build the
+ USB host HID keyboard class driver test for the LPC17xx.
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;