aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/PDITarget.h
Commit message (Expand)AuthorAgeFilesLines
* Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol ...Dean Camera2009-12-141-0/+3
* Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...Dean Camera2009-12-141-33/+3
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-3/+20
* The AVRISP project can now enter PDI mode under both bit-bang and hardware US...Dean Camera2009-12-131-15/+38
* Change over AVRISP project to have both hardware USART and software USART mod...Dean Camera2009-12-111-20/+14
* Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean Camera2009-12-091-2/+4
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-041-1/+1
* Fix the tokens which enable and disable the different programming protocols i...Dean Camera2009-12-031-2/+5
* Auto-configure AVRISP programmer configuration when built for the XPLAIN boar...Dean Camera2009-12-031-8/+25
* Document the PDI programming routines implemented so far in the AVRISP projec...Dean Camera2009-12-031-0/+6
* Started implementing the low level PDI protocol in the AVRISP project, for XM...Dean Camera2009-12-031-0/+74