Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader.

This commit is contained in:
Dean Camera 2009-07-23 10:39:10 +00:00
parent 5dbfdaa17d
commit a6e85d6ed8
16 changed files with 3045 additions and 6 deletions

View file

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