aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/V2ProtocolTarget.c
Commit message (Collapse)AuthorAgeFilesLines
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-2/+2
|
* Minor changes to the AVRISP project for code clarity.Dean Camera2009-11-091-5/+2
|
* Doxygen fixes to \param directives to give data direction in all projects. ↵Dean Camera2009-09-241-6/+6
| | | | Make HID item filtering routines clearer in the HID WithParser demos.
* Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP ↵Dean Camera2009-08-281-1/+3
| | | | | | 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 Camera2009-08-271-1/+2
| | | | | | 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 Camera2009-08-271-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).
* Make AVRISP project build again - fix incorrect preprocessor directive in ↵Dean Camera2009-08-251-1/+1
| | | | V2Protocol.c, fix makefile LUFA_PATH.
* Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Dean Camera2009-08-251-0/+183