Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay).

This commit is contained in:
Dean Camera 2012-05-13 10:13:24 +00:00
parent 70fd816b09
commit 96fd39eda8
5 changed files with 42 additions and 21 deletions

View file

@ -66,6 +66,7 @@
* defined (thanks to Steven Morehouse)
* - Fixed AVRISP-MKII programmer project reset line polarity inverted when the generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used
* - Fixed CDC and DFU bootloaders failing to compile when the bootloader section size is 8KB or more (thanks to Georg Glock)
* - Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay)
* - Fixed incorrect DFU version number reported to the host in the DFU bootloader descriptors (thanks to Georg Glock)
* - Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock)
*