aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/XPROG/XPROGTarget.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-420/+0
|
* Remove missed timer 0 init code in the ISP protocol handler in the AVRISP ↵Dean Camera2009-12-271-72/+72
| | | | project. Switch the XPROG protocol target communications handler over to using Timer 1 COMA/COMB ISRs for the two physical layers, rather than COMA/ICR1. Speed up bit-banged USART mode slightly.
* 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.