summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes18
1 files changed, 18 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 712617611..c2e38d692 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1654,3 +1654,21 @@ the NuttX Porting Guide:
block driver instance.
Examples: See the call to register_blockdriver() in the function
usbhost_initvolume() in the file drivers/usbhost/usbhost_storage.c.
+
+nuttx-5.17
+^^^^^^^^^^
+
+The 64th release of NuttX, Version 5.17, was made on January 19, 2010 and is
+available for download from the SourceForge website. This release follows
+close on the heels of the 5.16 release and extends the USB host capabilities
+first introduced in that version.
+
+ 1. The LPC17xx USB host controller driver was extended to (1) add support
+ for low-speed devices, (2) handle multiple concurrent transfers on
+ different endpoints (still only one TD per endpoint), and (3) handle
+ periodic interrupt endpoint types.
+ 2. Add a USB host HID keyboard class driver. Now you can connect a
+ standard USB keyboard to NuttX and receive keyboard input for an
+ application.
+
+And other changes as detailed in the ChangeLog.