aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Descriptors.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependancies from the LowLevel demos to the ClassDriver demos, since ↵Dean Camera2009-11-081-1/+0
| | | | the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used.
* Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Dean Camera2009-08-251-0/+69
|
* Move AVRISP Programmer project to a new Unfinished subdirectory of Project ↵Dean Camera2009-08-181-69/+0
| | | | while it is under development.
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-0/+69
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.