aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/PDITarget.h
Commit message (Expand)AuthorAgeFilesLines
* Make seperate ISP, PDI and TPI folders in the AVRISP project Lib subdirectory...Dean Camera2009-12-231-112/+0
* Lower timeout periods in the AVRISP project. Increment firmware minor revisio...Dean Camera2009-12-231-1/+3
* Start of implementation of the low level TPI programming protocol in the AVRI...Dean Camera2009-12-231-1/+2
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-201-1/+1
* More speed and quality improvements to the software USART in the AVRISP project.Dean Camera2009-12-161-11/+1
* Slightly speed up software USART in the AVRISP project - faster parity comput...Dean Camera2009-12-161-1/+11
* 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