Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function.
This commit is contained in:
parent
e915d968a5
commit
3b99abb5fc
3 changed files with 63 additions and 51 deletions
|
@ -13,7 +13,7 @@
|
|||
* - Added support for the new B series XMEGA devices
|
||||
* - Added support for version 2 of the Teensy boards (thanks to Christoph Redecker)
|
||||
* - Added new Android Accessory Host class driver
|
||||
* - Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions
|
||||
* - Added new USB_Host_GetDescriptor(), USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions
|
||||
* - Library Applications:
|
||||
* - Added User Application APIs to the CDC and DFU class bootloaders
|
||||
* - Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue