aboutsummaryrefslogtreecommitdiff
path: root/Projects/AVRISP/Lib/XPROG
AgeCommit message (Collapse)Author
2009-12-27Rename AVRISP project folder to AVRISP-MKII.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1016 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-27Remove missed timer 0 init code in the ISP protocol handler in the AVRISP ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1015 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-26Added const where possible to the source functions in the Projects directory.Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1013 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-24Complete TPI protocol code to enter and exit TPI programming mode for the ↵Dean
ATTINY 6-pin devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1012 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-24Complete combining of PDI and TPI target communication code files, stub out ↵Dean
TINY NVM controller functions. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1011 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-24Rename PDITarget.c/.h to XPROGTarget.c/.h so that both PDI and TPI ↵Dean
programming can be included in the one set of files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1010 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-24Remove serial driver use from the AVRISP project now that it is no longer ↵Dean
needed. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1009 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-24Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1008 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-24Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI ↵Dean
and PDI programming. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1007 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-24Combine AVRISP project TPI and PDI lib directories - these protocols use the ↵Dean
same underlying XPROG wrapper for the host-to-programmer command wrapping. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1006 d5102386-fcda-11dd-9fdb-3debd5008f28