Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added extra note about missing OUT endpoint configuration to the HID Device ↵ | Dean Camera | 2009-08-27 | 1 | -1/+37 |
| | | | | | | mode Class driver. Added pinout information to the AVRISP project. | ||||
* | 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 | 4 | -7/+31 |
| | |||||
* | Make AVRISP project build again - fix incorrect preprocessor directive in ↵ | Dean Camera | 2009-08-25 | 2 | -2/+2 |
| | | | | V2Protocol.c, fix makefile LUFA_PATH. | ||||
* | Partial Commit: Move AVRISP project out of the Projects\Incomplete directory. | Dean Camera | 2009-08-25 | 14 | -0/+4072 |
| | |||||
* | Move AVRISP Programmer project to a new Unfinished subdirectory of Project ↵ | Dean Camera | 2009-08-18 | 10 | -3074/+0 |
| | | | | while it is under development. | ||||
* | Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ↵ | Dean Camera | 2009-08-18 | 5 | -64/+221 |
| | | | | communicate with the device. | ||||
* | Added beginnings of a new AVRISP-MKII clone project. | Dean Camera | 2009-08-17 | 9 | -0/+2917 |
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. |