diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-03-29 19:35:40 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-03-29 19:35:40 +0000 |
commit | 7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b (patch) | |
tree | 389c75f56b237d6fbcde41248994704d74ca011a /LUFA/DoxygenPages | |
parent | 5e5b7cf2cad72df3d6680da1be5232eef9cf6ece (diff) | |
download | lufa-7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b.tar.gz lufa-7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b.tar.bz2 lufa-7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b.zip |
Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
Diffstat (limited to 'LUFA/DoxygenPages')
-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 6e818a10e..20b190675 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -33,6 +33,7 @@ * - Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (thanks to Ben R. Porter) * - Fixed AVRISP-MKII programmer project failing to compile for the U4 chips when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is * defined (thanks to Steven Morehouse) + * - Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders * * \section Sec_ChangeLog120219 Version 120219 * <b>New:</b> |