Increase AVRISP-MKII Clone PDI/TPI handshake to 1ms from 1us for targets with high /RESET line capacitance.

This commit is contained in:
Dean Camera 2013-11-04 17:09:21 +01:00
parent 4b6049bb59
commit 16c4f1d43c
2 changed files with 4 additions and 2 deletions

View file

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