aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/PDITarget.c
Commit message (Expand)AuthorAgeFilesLines
* Make seperate ISP, PDI and TPI folders in the AVRISP project Lib subdirectory...Dean Camera2009-12-231-335/+0
* Start of implementation of the low level TPI programming protocol in the AVRI...Dean Camera2009-12-231-8/+7
* Fixed AVRISP project timeouts not checking for the correct timeout period (th...Dean Camera2009-12-201-2/+11
* 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-9/+8
* Slightly speed up software USART in the AVRISP project - faster parity comput...Dean Camera2009-12-161-7/+13
* Use default NVM base address in the AVRISP programmer project in case the hos...Dean Camera2009-12-161-3/+4
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-18/+23
* Fix error in AVRISP programmer when repeatedly using PDI mode via the hardwar...Dean Camera2009-12-151-3/+4
* Add Doxygen documentation to the completed portions of the PDI programming pr...Dean Camera2009-12-141-0/+22
* Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol ...Dean Camera2009-12-141-6/+21
* Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...Dean Camera2009-12-141-38/+2
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-1/+1
* The AVRISP project can now enter PDI mode under both bit-bang and hardware US...Dean Camera2009-12-131-100/+151
* 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