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:
parent
09575f9607
commit
bdedbd558c
32 changed files with 2961 additions and 85 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue