summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-20 02:41:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-20 02:41:15 +0000
commit6eb1af99148e33a228bee8f459b5a8bf0bfe0faf (patch)
treebacdf4bac68b3eaa7800d799225c1ad7b38524df /nuttx/ReleaseNotes
parent85a4296a6104cdee15aebad44732cf4d3d619710 (diff)
downloadpx4-nuttx-6eb1af99148e33a228bee8f459b5a8bf0bfe0faf.tar.gz
px4-nuttx-6eb1af99148e33a228bee8f459b5a8bf0bfe0faf.tar.bz2
px4-nuttx-6eb1af99148e33a228bee8f459b5a8bf0bfe0faf.zip
Prep for NuttX-5.17nuttx-5.17
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3267 42af7a65-404d-4744-a932-0658087f49c3
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.