aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/ISP
Commit message (Collapse)AuthorAgeFilesLines
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-274-814/+0
|
* Remove missed timer 0 init code in the ISP protocol handler in the AVRISP ↵Dean Camera2009-12-271-3/+0
| | | | 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.
* Fixed ISP mode in the AVRISP programmer project.Dean Camera2009-12-262-15/+7
|
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-263-34/+12
| | | | | | 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.
* Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.Dean Camera2009-12-242-6/+4
|
* Correct include paths and makefile for the AVRISP project now that the ↵Dean Camera2009-12-232-4/+4
| | | | protocol handlers are in seperate directories.
* Make seperate ISP, PDI and TPI folders in the AVRISP project Lib ↵Dean Camera2009-12-234-0/+849
subdirectory to hold each protocol's files.