summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-15 22:30:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-15 22:30:23 +0000
commit979c0410e02cb6217fdc87bff44d17c3182ed1d7 (patch)
treefb50e1bc9c25c3d3f60b9a9f8e0f92f8d1da9e83 /nuttx/ChangeLog
parent3f0f70063b9aa18280083f32cae2d1b01849d838 (diff)
downloadnuttx-979c0410e02cb6217fdc87bff44d17c3182ed1d7.tar.gz
nuttx-979c0410e02cb6217fdc87bff44d17c3182ed1d7.tar.bz2
nuttx-979c0410e02cb6217fdc87bff44d17c3182ed1d7.zip
Many changes in preparation for HID keyboard
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3253 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f25764d6b..85cd45b58 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1426,3 +1426,11 @@
* 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.