aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-01 13:39:04 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-01 13:39:04 +0000
commit25ac76a2517a23510831fa8a849585747f04d688 (patch)
tree834ac63cbc1d483d12305f65a1b376b1241eebfd /LUFA/DoxygenPages
parent89f16f5d7f411f31f85bc289fadcd7b15980303d (diff)
downloadlufa-25ac76a2517a23510831fa8a849585747f04d688.tar.gz
lufa-25ac76a2517a23510831fa8a849585747f04d688.tar.bz2
lufa-25ac76a2517a23510831fa8a849585747f04d688.zip
Reverted AVRISP-MKII clone project watchdog based command timeout patch in favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 48dec1269..3cab967e0 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -22,6 +22,7 @@
* - Library Applications:
* - Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to 32, to prevent communication errors on low quality connections to a target
* - Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders
+ * - Reverted AVRISP-MKII clone project watchdog based command timeout patch in favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed
*
* <b>Fixed:</b>
* - Core: