Added new Benito project, a simple modified USB-to-Serial bridge for the programming...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 23 Jul 2009 10:39:10 +0000 (10:39 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 23 Jul 2009 10:39:10 +0000 (10:39 +0000)
commita6e85d6ed80720e15477433f4abf0ca5f54422ba
treec401685216fda9ddda1525e37cd374da3655b24e
parent5dbfdaa17dc4cb35783ec121453c7dfaca9874f3
Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader.
16 files changed:
Bootloaders/TeensyHID/makefile
Demos/Device/ClassDriver/CDC/CDC.c
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
LUFA.pnproj
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/LibraryApps.txt
Projects/Benito/Benito.c [new file with mode: 0644]
Projects/Benito/Benito.h [new file with mode: 0644]
Projects/Benito/Benito.txt [new file with mode: 0644]
Projects/Benito/Descriptors.c [new file with mode: 0644]
Projects/Benito/Descriptors.h [new file with mode: 0644]
Projects/Benito/Doxygen.conf [new file with mode: 0644]
Projects/Benito/LUFA USBtoSerial.inf [new file with mode: 0644]
Projects/Benito/makefile [new file with mode: 0644]
Projects/MissileLauncher/Doxygen.conf
Projects/makefile