Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Started implementing the low level PDI protocol in the AVRISP project, for ↵ | Dean Camera | 2009-12-03 | 1 | -1/+0 |
| | | | | XMEGA device programming. | ||||
* | Add support for unwrapping of the XMEGA PDI programming protocol to the ↵ | Dean Camera | 2009-12-02 | 1 | -0/+1 |
| | | | | AVRISP Programmer project. | ||||
* | Add activity LED updates to the AVRISP project. | Dean Camera | 2009-11-23 | 1 | -0/+4 |
| | |||||
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -12/+12 |
| | |||||
* | Minor changes to the AVRISP project for code clarity. | Dean Camera | 2009-11-09 | 1 | -6/+6 |
| | |||||
* | Add double banking property to LUFA powered projects in the Projects ↵ | Dean Camera | 2009-11-06 | 1 | -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 Camera | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the ↵ | Dean Camera | 2009-08-30 | 1 | -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 Camera | 2009-08-25 | 1 | -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 Camera | 2009-08-25 | 1 | -2/+13 |
| | |||||
* | Partial Commit: Move AVRISP project out of the Projects\Incomplete directory. | Dean Camera | 2009-08-25 | 1 | -0/+125 |
| | |||||
* | Move AVRISP Programmer project to a new Unfinished subdirectory of Project ↵ | Dean Camera | 2009-08-18 | 1 | -121/+0 |
| | | | | while it is under development. | ||||
* | Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ↵ | Dean Camera | 2009-08-18 | 1 | -8/+3 |
| | | | | communicate with the device. | ||||
* | Added beginnings of a new AVRISP-MKII clone project. | Dean Camera | 2009-08-17 | 1 | -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. |