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.
This commit is contained in:
Dean Camera 2009-08-17 12:38:24 +00:00
parent 09bedd6555
commit ecd82778cf
18 changed files with 2939 additions and 7 deletions

View file

@ -14,6 +14,9 @@
# code.
all:
make -C AVRISP clean
make -C AVRISP all
make -C Benito clean
make -C Benito all
@ -24,6 +27,7 @@ all:
make -C MissileLauncher all
%:
make -C AVRISP $@
make -C Benito $@
make -C Magstripe $@
make -C MissileLauncher $@