aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/XPROG/XPROGTarget.c
Commit message (Collapse)AuthorAgeFilesLines
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-261-5/+5
| | | | | | 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 combining of PDI and TPI target communication code files, stub out ↵Dean Camera2009-12-241-48/+133
| | | | TINY NVM controller functions.
* Rename PDITarget.c/.h to XPROGTarget.c/.h so that both PDI and TPI ↵Dean Camera2009-12-241-0/+335
programming can be included in the one set of files.