Reduce PDI/TPI reset hold period from 1ms to 100us, as the former caused sporadic session issues.

This commit is contained in:
Dean Camera 2013-11-21 18:41:17 +01:00
parent 52a5016576
commit 52c69331ec
2 changed files with 3 additions and 3 deletions

View file

@ -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>