Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename AVRISP project folder to AVRISP-MKII. | Dean Camera | 2009-12-27 | 4 | -814/+0 |
| | |||||
* | Remove missed timer 0 init code in the ISP protocol handler in the AVRISP ↵ | Dean Camera | 2009-12-27 | 1 | -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 Camera | 2009-12-26 | 2 | -15/+7 |
| | |||||
* | Added const where possible to the source functions in the Projects directory. | Dean Camera | 2009-12-26 | 3 | -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 Camera | 2009-12-24 | 2 | -6/+4 |
| | |||||
* | Correct include paths and makefile for the AVRISP project now that the ↵ | Dean Camera | 2009-12-23 | 2 | -4/+4 |
| | | | | protocol handlers are in seperate directories. | ||||
* | Make seperate ISP, PDI and TPI folders in the AVRISP project Lib ↵ | Dean Camera | 2009-12-23 | 4 | -0/+849 |
subdirectory to hold each protocol's files. |