Fix AVRISP PDI protocol - make sure inverted masks have the appropriate parenthesis...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 11 Dec 2009 00:19:25 +0000 (00:19 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 11 Dec 2009 00:19:25 +0000 (00:19 +0000)
commit7e5966c1a88bf670c2f4962e8a52fcfc3528e82a
tree306b0ada4c354cfff19a9e502cd93e5a70a56399
parent42cfd157936571c70b6ba0be48fbda1ab7b450a1
Fix AVRISP PDI protocol - make sure inverted masks have the appropriate parenthesis around them, make sure the BREAK command for the hardware USART has 12 clock cycles exactly. Poll NVM Enable bit in the target's STATUS PDI register with a timeout, as it is not set immediately.
Projects/AVRISP/Lib/PDIProtocol.c
Projects/AVRISP/Lib/PDIProtocol.h
Projects/AVRISP/Lib/PDITarget.c
Projects/AVRISP/makefile