Add optional double-banking support to the Device mode Class Drivers, on a per-endpoint, per-interface level.
This commit is contained in:
parent
1c7aa68596
commit
f7ab433c67
27 changed files with 167 additions and 128 deletions
|
@ -18,6 +18,7 @@
|
|||
* - Added new Joystick Host ClassDriver and LowLevel demos
|
||||
* - Added new Printer Host mode Class driver
|
||||
* - Added new Printer Host mode ClassDriver demo
|
||||
* - Added optional support for double banked endpoints in the Device mode Class drivers
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
* - Add RNDIS Host Class driver
|
||||
* - Add unit testing to APIs
|
||||
* - Add board overviews
|
||||
* - Add resume interrupt support
|
||||
* - Make new demos
|
||||
* -# Keyboard/Mouse Dual Class Host
|
||||
* -# Multiple-Report HID device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue