diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-01-30 16:54:09 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-01-30 16:54:09 +0000 |
commit | 956f9e3709ff56acf37f2f446668b6d1411154f4 (patch) | |
tree | 7ecd6ce65b2d140b60c411f593424861d83b6394 /LUFA | |
parent | 401ff1cef1613d2b2927d53e8b181141955b7aca (diff) | |
download | lufa-956f9e3709ff56acf37f2f446668b6d1411154f4.tar.gz lufa-956f9e3709ff56acf37f2f446668b6d1411154f4.tar.bz2 lufa-956f9e3709ff56acf37f2f446668b6d1411154f4.zip |
Fixed AVRISP-MKII Clone timing out on long programming commands such as programming the EEPROM on an ATMEGA8 (thanks to Martin Kelling).
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 752fa4d07..d6d09bafc 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -49,6 +49,7 @@ * - Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled * - Fixed AVRISP-MKII Clone failing to start application firmware once a TPI programming session is exited * - Fixed DFU class bootloader not resetting the LED pins as high impedance inputs when a software jump to the user applications is requested + * - Fixed AVRISP-MKII Clone timing out on long programming commands such as programming the EEPROM on an ATMEGA8 (thanks to Martin Kelling) * * \section Sec_ChangeLog111009 Version 111009 * <b>New:</b> |