Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hullin).
This commit is contained in:
parent
4530a546a1
commit
f5c645296c
20 changed files with 4194 additions and 4 deletions
|
|
@ -41,6 +41,9 @@ all:
|
|||
make -C MassStorage clean
|
||||
make -C MassStorage all
|
||||
|
||||
make -C MassStorageKeyboard clean
|
||||
make -C MassStorageKeyboard all
|
||||
|
||||
make -C MIDI clean
|
||||
make -C MIDI all
|
||||
|
||||
|
|
@ -63,6 +66,7 @@ all:
|
|||
make -C Keyboard $@
|
||||
make -C KeyboardMouse $@
|
||||
make -C MassStorage $@
|
||||
make -C MassStorageKeyboard $@
|
||||
make -C MIDI $@
|
||||
make -C Mouse $@
|
||||
make -C RNDISEthernet $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue