aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-439/+0
|
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-261-2/+1
| | | | | | Added command timeout to the AVRISP project so that incorrectly connected targets no longer freeze the device. Removed string descriptors from the TeensyHID bootloader to reduce its size.
* Complete TPI protocol code to enter and exit TPI programming mode for the ↵Dean Camera2009-12-241-2/+10
| | | | ATTINY 6-pin devices.
* Complete combining of PDI and TPI target communication code files, stub out ↵Dean Camera2009-12-241-12/+18
| | | | TINY NVM controller functions.
* Remove serial driver use from the AVRISP project now that it is no longer ↵Dean Camera2009-12-241-1/+1
| | | | needed.
* Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.Dean Camera2009-12-241-115/+163
|
* Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI ↵Dean Camera2009-12-241-0/+378
and PDI programming.