mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Prep for NuttX-5.17
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3267 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user