Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace -finline-limit with -fno-inline-small-functions in project makefiles. | Dean Camera | 2009-08-30 | 2 | -2/+2 |
| | |||||
* | Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the ↵ | Dean Camera | 2009-08-30 | 3 | -9/+24 |
| | | | | AVRISP project so that there is a central place where all non-PC set target values can be updated easily. | ||||
* | Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP ↵ | Dean Camera | 2009-08-28 | 3 | -3/+16 |
| | | | | | | commands from timing out too early. Add check to the PROGRAM FLASH ISP and PROGRAM EEPROM ISP handler to return an explicit error when the host attempts to write more data than the device is able to buffer. | ||||
* | Make WaitWhileBusy function in the AVRISP project more explicit about how it ↵ | Dean Camera | 2009-08-27 | 2 | -2/+3 |
| | | | | | | sends and receives the busy check command. Reduce size of PROGRAM FLASH ISP or PROGRAM EEPROM ISP buffer to 256 bytes to prevent blowing the stack on the smallest USB AVR models. | ||||
* | Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to ↵ | Dean Camera | 2009-08-27 | 1 | -1/+1 |
| | | | | | | save on FLASH space. Fixed issue in AVRISP project where the target RESET line was being toggled before it was tristated, causing problems synchronising to some targets (thanks to Mike Alex). | ||||
* | 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. |