aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/XPROG
Commit message (Expand)AuthorAgeFilesLines
* Remove missed timer 0 init code in the ISP protocol handler in the AVRISP pro...Dean Camera2009-12-272-75/+97
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-267-61/+36
* Complete TPI protocol code to enter and exit TPI programming mode for the ATT...Dean Camera2009-12-244-36/+34
* Complete combining of PDI and TPI target communication code files, stub out T...Dean Camera2009-12-248-127/+364
* Rename PDITarget.c/.h to XPROGTarget.c/.h so that both PDI and TPI programmin...Dean Camera2009-12-244-438/+0
* Remove serial driver use from the AVRISP project now that it is no longer nee...Dean Camera2009-12-241-1/+1
* Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.Dean Camera2009-12-2410-160/+205
* Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI ...Dean Camera2009-12-246-105/+2
* Combine AVRISP project TPI and PDI lib directories - these protocols use the ...Dean Camera2009-12-2412-0/+2050