aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-11-04 17:09:21 +0100
committerDean Camera <dean@fourwalledcubicle.com>2013-11-04 17:09:21 +0100
commit16c4f1d43c3c013fe2572025db1d789100c97821 (patch)
tree785615b724c3c5f57d1dcca05b204b2c06c8fb86 /LUFA
parent4b6049bb59ddca415ff7ea0fe74fdd9d2b572ef2 (diff)
downloadlufa-16c4f1d43c3c013fe2572025db1d789100c97821.tar.gz
lufa-16c4f1d43c3c013fe2572025db1d789100c97821.tar.bz2
lufa-16c4f1d43c3c013fe2572025db1d789100c97821.zip
Increase AVRISP-MKII Clone PDI/TPI handshake to 1ms from 1us for targets with high /RESET line capacitance.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 7746be952..70cf6cb66 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -17,6 +17,8 @@
* - AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is now stable
* - Fixed incorrect signature bytes returned in the DFU bootloader
* - Added new libUSB host Python and NodeJS application examples for the class driver GenericHID demo (thanks to Laszlo Monda)
+ * - Increased TPI/PDI handshake delay to 1ms from 1us to support targets with high amounts of capacitance on their
+ * /RESET lines (thanks to Paul Duke)
*
* \section Sec_ChangeLog130901 Version 130901
* <b>New:</b>