diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-11-21 18:41:17 +0100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-11-21 18:41:17 +0100 |
commit | 52c69331ec117affc50838d62cb6770cd1d57b95 (patch) | |
tree | 82afec08ef5cdf2f963942deaf897ae95407d271 /LUFA/DoxygenPages | |
parent | 52a5016576b829c78c0f98fac1fbe3a51e643fad (diff) | |
download | lufa-52c69331ec117affc50838d62cb6770cd1d57b95.tar.gz lufa-52c69331ec117affc50838d62cb6770cd1d57b95.tar.bz2 lufa-52c69331ec117affc50838d62cb6770cd1d57b95.zip |
Reduce PDI/TPI reset hold period from 1ms to 100us, as the former caused sporadic session issues.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 7bd8b2997..55150f4d4 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -16,7 +16,7 @@ * - Library Applications: * - Refactored out USB interface IDs in the demo applications into enums (thanks to Laszlo Monda) * - AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is now stable - * - Increased TPI/PDI handshake delay to 1ms from 1us to support targets with high amounts of capacitance on their + * - Increased TPI/PDI handshake delay to 100us from 1us to support targets with high amounts of capacitance on their * /RESET lines (thanks to Paul Duke) * * <b>Fixed:</b> |