aboutsummaryrefslogtreecommitdiff
path: root/Projects/AVRISP/AVRISP.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-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-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 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
2009-12-03Started implementing the low level PDI protocol in the AVRISP project, for ↵Dean
XMEGA device programming. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@940 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-02Add support for unwrapping of the XMEGA PDI programming protocol to the ↵Dean
AVRISP Programmer project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@937 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-23Add activity LED updates to the AVRISP project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@907 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-09Spell check all source code variables, comments and strings.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@889 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-09Minor changes to the AVRISP project for code clarity.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@888 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-06Add double banking property to LUFA powered projects in the Projects ↵Dean
directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@883 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-30Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@792 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-30Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the ↵Dean
AVRISP project so that there is a central place where all non-PC set target values can be updated easily. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@791 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-25Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce ↵Dean
compiled size. Fixed Programmer's Notepad project file to reflect new location of AVRISP project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@773 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-25Add VTARGET level detection to the AVRISP project on supported AVR models.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@772 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-25Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@769 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-18Move AVRISP Programmer project to a new Unfinished subdirectory of Project ↵Dean
while it is under development. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@746 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-18Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ↵Dean
communicate with the device. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@745 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-17Added beginnings of a new AVRISP-MKII clone project.Dean
Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints. Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@744 d5102386-fcda-11dd-9fdb-3debd5008f28