Commit Graph

9 Commits (022035839e62c52299b7191f6967ac57ccf1bd94)

Author SHA1 Message Date
Dean Camera 022035839e Remove missed timer 0 init code in the ISP protocol handler in the AVRISP 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.
16 years ago
Dean Camera d1608d4af3 Added const where possible to the source functions in the Projects directory.
16 years ago
Dean Camera 35dac470f2 Complete TPI protocol code to enter and exit TPI programming mode for the ATTINY 6-pin devices.
16 years ago
Dean Camera 65fcebf478 Complete combining of PDI and TPI target communication code files, stub out TINY NVM controller functions.
16 years ago
Dean Camera cfdab42dcf Rename PDITarget.c/.h to XPROGTarget.c/.h so that both PDI and TPI programming can be included in the one set of files.
16 years ago
Dean Camera 18b0d408a9 Remove serial driver use from the AVRISP project now that it is no longer needed.
16 years ago
Dean Camera 9decc2bc59 Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.
16 years ago
Dean Camera 05fcf7e2a7 Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and PDI programming.
16 years ago
Dean Camera ce044844ea Combine AVRISP project TPI and PDI lib directories - these protocols use the same underlying XPROG wrapper for the host-to-programmer command wrapping.
16 years ago