summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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/ChangeLog
parentebb647ce35e507d5e408ab220d65c1f12ce5539b (diff)
downloadnuttx-b5a0fbcbe0a71eb6ce04227f38647a85cd725466.tar.gz
nuttx-b5a0fbcbe0a71eb6ce04227f38647a85cd725466.tar.bz2
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/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cf5527d58..cdb664034 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1460,6 +1460,8 @@
* 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.
+ a USB host HID keyboard configuraion.
+ * drivers/usbhost/hid_parser.c -- Leverages the LUFA HID parser written by
+ Dean Camera.