aboutsummaryrefslogtreecommitdiff
path: root/Projects/AVRISP/Lib/XPROG/XPROGTarget.c
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 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