Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support.

This commit is contained in:
Dean Camera 2012-02-03 21:49:36 +00:00
parent 3dacb73af3
commit 43a3350981
7 changed files with 39 additions and 16 deletions

View file

@ -31,6 +31,7 @@
* - Altered the Mass Storage Host class driver so that SCSI data STALLs from the attached device can be recovered from automatically without
* having to reset the Mass Storage interface
* - USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors)
* - Reordered board name definition indexes so that a mispelled BOARD compile option will default to BOARD_USER rather than BOARD_USBKEY
* - Library Applications:
* - Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without
* having to reset the Mass Storage interface