aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/PDITarget.c
Commit message (Expand)AuthorAgeFilesLines
* PDI NVM enable is fast enough that bare polling is enough without a fixed del...Dean Camera2009-12-111-3/+5
* Fix PDI code - must send NVM enable key least significant byte first, need to...Dean Camera2009-12-111-12/+42
* Fix AVRISP PDI protocol - make sure inverted masks have the appropriate paren...Dean Camera2009-12-111-4/+7
* Change over AVRISP project to have both hardware USART and software USART mod...Dean Camera2009-12-111-60/+161
* Fix PDITarget_ReceiveByte() not discarding the start bit properly, and readin...Dean Camera2009-12-101-4/+6
* Add even parity bit to the software USART framing in the AVRISP project's PDI...Dean Camera2009-12-091-6/+30
* Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean Camera2009-12-091-2/+2
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-041-1/+1
* Make sure the protocol handler files are included in the Doxygen documentatio...Dean Camera2009-12-031-1/+1
* Fix the tokens which enable and disable the different programming protocols i...Dean Camera2009-12-031-1/+1
* Document the PDI programming routines implemented so far in the AVRISP projec...Dean Camera2009-12-031-27/+23
* Started implementing the low level PDI protocol in the AVRISP project, for XM...Dean Camera2009-12-031-0/+105