Fix inverted bit-banged USART logic in the AVRISP project for PDI programming. Add...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 9 Dec 2009 12:01:01 +0000 (12:01 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 9 Dec 2009 12:01:01 +0000 (12:01 +0000)
commit9c8ed168e5805059db7978e6a9a4ad24347c7a6e
tree335ca20c5911c30724585c42f78e7ade01379646
parente4cfd5208fdb51942ad8857dd5e1d96f5216f73b
Fix inverted bit-banged USART logic in the AVRISP project for PDI programming. Add a delay to the clock toggling in the AVRISP project to ensure that the programming speed does not exceed 10MHz under any conditions to satisfy the limits in the datasheet for all target voltages. Fix incorrect pin being used as the DATA in in PDI programming mode.
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/ManPages/ChangeLog.txt
Projects/AVRISP/Lib/PDIProtocol.c
Projects/AVRISP/Lib/PDITarget.c
Projects/AVRISP/Lib/PDITarget.h
Projects/AVRISP/makefile