diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 10:13:24 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 10:13:24 +0000 |
commit | 96fd39eda86e963177cb7895f6c2216ecb9c732a (patch) | |
tree | aec48bf2c736d4bbd8500c769ee6199b145b4a78 /LUFA | |
parent | 70fd816b094ccb28c03c798cc0625630f207a8ac (diff) | |
download | lufa-96fd39eda86e963177cb7895f6c2216ecb9c732a.tar.gz lufa-96fd39eda86e963177cb7895f6c2216ecb9c732a.tar.bz2 lufa-96fd39eda86e963177cb7895f6c2216ecb9c732a.zip |
Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay).
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index f8e1b8f48..79d70ad27 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -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) * |