Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo.
Make MouseHost and KeyboardHost ClassDriver demos use the HID Class driver's structures for the boot protocol Mouse/Keyboard report data, rather than rolling their own.
This commit is contained in:
@@ -23,6 +23,9 @@ all:
|
||||
make -C KeyboardHostWithParser clean
|
||||
make -C KeyboardHostWithParser all
|
||||
|
||||
make -C MIDIHost clean
|
||||
make -C MIDIHost all
|
||||
|
||||
make -C MouseHost clean
|
||||
make -C MouseHost all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user