Added beginnings of a new AVRISP-MKII clone project.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 17 Aug 2009 12:38:24 +0000 (12:38 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 17 Aug 2009 12:38:24 +0000 (12:38 +0000)
commitecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70
treec9c4a38b9a264ea77f4a18b64b3da51560d7f079
parent09bedd6555a72c70f6d6bfb965225d44dec171cd
Added beginnings of a new AVRISP-MKII clone project.

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.
18 files changed:
Bootloaders/CDC/makefile
LUFA.pnproj
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
LUFA/Drivers/USB/HighLevel/USBInterrupt.h
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt
Projects/AVRISP/AVRISP.c [new file with mode: 0644]
Projects/AVRISP/AVRISP.h [new file with mode: 0644]
Projects/AVRISP/AVRISP.txt [new file with mode: 0644]
Projects/AVRISP/Descriptors.c [new file with mode: 0644]
Projects/AVRISP/Descriptors.h [new file with mode: 0644]
Projects/AVRISP/Doxygen.conf [new file with mode: 0644]
Projects/AVRISP/Lib/V2Protocol.c [new file with mode: 0644]
Projects/AVRISP/Lib/V2Protocol.h [new file with mode: 0644]
Projects/AVRISP/makefile [new file with mode: 0644]
Projects/Benito/Benito.c
Projects/makefile