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:
Dean Camera 2009-04-01 07:21:45 +00:00
parent 74496a947e
commit 6198289b38
19 changed files with 3064 additions and 31 deletions

View file

@ -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 $@