PDI NVM enable is fast enough that bare polling is enough without a fixed delay in...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 11 Dec 2009 04:56:52 +0000 (04:56 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 11 Dec 2009 04:56:52 +0000 (04:56 +0000)
commit33a46b243a0f204f3ade095f7b213d9d2598c450
tree9544bc254f3ed99786cccce0ee4ccf9cecd182cf
parent66201a05e9d5793880b27519affff7132f6630ea
PDI NVM enable is fast enough that bare polling is enough without a fixed delay in between each attempt. Make sure the USART transmitter is enabled explicitly when the USART is configured, so that repeated attempts to re-enter PDI mode don't fail due to TXEN not being set.
Projects/AVRISP/Lib/PDIProtocol.c
Projects/AVRISP/Lib/PDITarget.c