diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-24 13:38:20 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-24 13:38:20 +0000 |
commit | 871d9bf1af06fe208ca16cb3b19722bec1300e63 (patch) | |
tree | 77f5550a3c8ee63677471cdf4add36d48d448243 /LUFA/ManPages | |
parent | dd995683ea1f233b79724d524a9a3dbcdc171d30 (diff) | |
download | lufa-871d9bf1af06fe208ca16cb3b19722bec1300e63.tar.gz lufa-871d9bf1af06fe208ca16cb3b19722bec1300e63.tar.bz2 lufa-871d9bf1af06fe208ca16cb3b19722bec1300e63.zip |
Fixed DFU bootloader programming not discarding the correct number of filler bytes from the host when non-aligned programming ranges are specified (thanks to Thomas Bleeker).
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 6a2126fb4..e5bdbb3d1 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -41,6 +41,8 @@ * - Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers
* - Fixed lack of support for the ATMEGA32U2 in the DFU and CDC class bootloaders
* - Fixed Benito project not resetting the target AVR automatically when programming has completed
+ * - Fixed DFU bootloader programming not discarding the correct number of filler bytes from the host when non-aligned programming
+ * ranges are specified (thanks to Thomas Bleeker)
*
* \section Sec_ChangeLog091223 Version 091223
*
|