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