aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/XPROG/TINYNVM.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-73/+0
|
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-261-1/+7
| | | | | | 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/+1
| | | | ATTINY 6-pin devices.
* Complete combining of PDI and TPI target communication code files, stub out ↵Dean Camera2009-12-241-1/+8
| | | | TINY NVM controller functions.
* Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.Dean Camera2009-12-241-3/+2
|
* Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI ↵Dean Camera2009-12-241-1/+1
| | | | and PDI programming.
* Combine AVRISP project TPI and PDI lib directories - these protocols use the ↵Dean Camera2009-12-241-0/+62
same underlying XPROG wrapper for the host-to-programmer command wrapping.