Added new GenericHIDHost demo.
Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use.
This commit is contained in:
@@ -17,6 +17,9 @@ all:
|
||||
make -C CDCHost clean
|
||||
make -C CDCHost all
|
||||
|
||||
make -C GenericHIDHost clean
|
||||
make -C GenericHIDHost all
|
||||
|
||||
make -C KeyboardHost clean
|
||||
make -C KeyboardHostWithParser all
|
||||
|
||||
@@ -34,6 +37,7 @@ all:
|
||||
|
||||
%:
|
||||
make -C CDCHost $@
|
||||
make -C GenericHIDHost $@
|
||||
make -C KeyboardHost $@
|
||||
make -C KeyboardHostWithParser $@
|
||||
make -C MassStorageHost $@
|
||||
|
||||
Reference in New Issue
Block a user