aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/XPROG/XMEGANVM.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-342/+0
|
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-261-37/+17
| | | | | | 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-50/+80
| | | | TINY NVM controller functions.
* Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.Dean Camera2009-12-241-1/+1
|
* Combine AVRISP project TPI and PDI lib directories - these protocols use the ↵Dean Camera2009-12-241-0/+332
same underlying XPROG wrapper for the host-to-programmer command wrapping.