Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added const where possible to the source functions in the Projects directory. | Dean Camera | 2009-12-26 | 7 | -61/+36 |
| | | | | | | 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 | 4 | -36/+34 |
| | | | | ATTINY 6-pin devices. | ||||
* | Complete combining of PDI and TPI target communication code files, stub out ↵ | Dean Camera | 2009-12-24 | 8 | -127/+364 |
| | | | | TINY NVM controller functions. | ||||
* | Rename PDITarget.c/.h to XPROGTarget.c/.h so that both PDI and TPI ↵ | Dean Camera | 2009-12-24 | 4 | -438/+0 |
| | | | | programming can be included in the one set of files. | ||||
* | Remove serial driver use from the AVRISP project now that it is no longer ↵ | Dean Camera | 2009-12-24 | 1 | -1/+1 |
| | | | | needed. | ||||
* | Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files. | Dean Camera | 2009-12-24 | 10 | -160/+205 |
| | |||||
* | Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI ↵ | Dean Camera | 2009-12-24 | 6 | -105/+2 |
| | | | | and PDI programming. | ||||
* | Combine AVRISP project TPI and PDI lib directories - these protocols use the ↵ | Dean Camera | 2009-12-24 | 12 | -0/+2050 |
same underlying XPROG wrapper for the host-to-programmer command wrapping. |