aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/AVRISP.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-134/+0
|
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-261-1/+1
| | | | | | 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.
* Remove serial driver use from the AVRISP project now that it is no longer ↵Dean Camera2009-12-241-1/+0
| | | | needed.
* Combine AVRISP project TPI and PDI lib directories - these protocols use the ↵Dean Camera2009-12-241-0/+1
| | | | same underlying XPROG wrapper for the host-to-programmer command wrapping.
* Started implementing the low level PDI protocol in the AVRISP project, for ↵Dean Camera2009-12-031-1/+0
| | | | XMEGA device programming.
* Add support for unwrapping of the XMEGA PDI programming protocol to the ↵Dean Camera2009-12-021-0/+1
| | | | AVRISP Programmer project.
* Add activity LED updates to the AVRISP project.Dean Camera2009-11-231-0/+4
|
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-12/+12
|
* Minor changes to the AVRISP project for code clarity.Dean Camera2009-11-091-6/+6
|
* Add double banking property to LUFA powered projects in the Projects ↵Dean Camera2009-11-061-3/+0
| | | | directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure.
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-1/+1
|
* Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the ↵Dean Camera2009-08-301-6/+3
| | | | AVRISP project so that there is a central place where all non-PC set target values can be updated easily.
* Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce ↵Dean Camera2009-08-251-1/+1
| | | | | | compiled size. Fixed Programmer's Notepad project file to reflect new location of AVRISP project.
* Add VTARGET level detection to the AVRISP project on supported AVR models.Dean Camera2009-08-251-2/+13
|
* Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Dean Camera2009-08-251-0/+125
|
* Move AVRISP Programmer project to a new Unfinished subdirectory of Project ↵Dean Camera2009-08-181-121/+0
| | | | while it is under development.
* Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ↵Dean Camera2009-08-181-8/+3
| | | | communicate with the device.
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-0/+126
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.