aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Unfinished/AVRISP/Lib/V2Protocol.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Projects/Unfinished to Projects/Incomplete for consistancy.Dean Camera2009-08-201-70/+0
|
* Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP ↵Dean Camera2009-08-201-0/+1
| | | | | | project. Fix up references to functions in the Endpoint/Pipe documentation.
* Change spinloop in the AVRISP project Unknown V2 Protocol Command handler to ↵Dean Camera2009-08-191-2/+0
| | | | use Endpoint_WaitUntilReady() instead to prevent infinite loops.
* Moved out the handling of V2 Protocol parameters to a seperate set of files. ↵Dean Camera2009-08-191-13/+5
| | | | Added parameter privellages, so that an error can be returned to the host when trying to perform a get/set value action on a parameter without the correct privellages.
* Reorganise V2Protocol.c, add in function to assert or de-assert target RESET ↵Dean Camera2009-08-191-8/+16
| | | | pin.
* Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer ↵Dean Camera2009-08-191-1/+4
| | | | | | project. Added documentation of the makefile CDEFS values to the MagStripe project.
* Corrections to the unfinished AVRISP Programmer project to allow AVRStudio ↵Dean Camera2009-08-191-3/+3
| | | | to connect to it.
* Move AVRISP Programmer project to a new Unfinished subdirectory of Project ↵Dean Camera2009-08-181-0/+68
while it is under development.