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:
parent
74496a947e
commit
6198289b38
19 changed files with 3064 additions and 31 deletions
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue