Add new MIDIHost LowLevel demo application.

Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
This commit is contained in:
Dean Camera 2009-10-08 07:00:44 +00:00
parent 09575f9607
commit bdedbd558c
32 changed files with 2961 additions and 85 deletions

View file

@ -26,6 +26,9 @@ all:
make -C MassStorageHost clean
make -C MassStorageHost all
make -C MIDIHost clean
make -C MIDIHost all
make -C MouseHost clean
make -C MouseHost all
@ -44,6 +47,7 @@ all:
make -C KeyboardHost $@
make -C KeyboardHostWithParser $@
make -C MassStorageHost $@
make -C MIDIHost $@
make -C MouseHost $@
make -C MouseHostWithParser $@
make -C PrinterHost $@