Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.

This commit is contained in:
Dean Camera 2009-03-20 05:39:15 +00:00
parent ee7bd5685e
commit ecf7538430
29 changed files with 200 additions and 5930 deletions

View file

@ -44,9 +44,6 @@ all:
make -C KeyboardHostWithParser clean
make -C KeyboardHostWithParser all
make -C KeyboardHostViaInt clean
make -C KeyboardHostViaInt all
make -C MassStorage clean
make -C MassStorage all
@ -65,9 +62,6 @@ all:
make -C MouseHostWithParser clean
make -C MouseHostWithParser all
make -C MouseHostViaInt clean
make -C MouseHostViaInt all
make -C RNDISEthernet clean
make -C RNDISEthernet all
@ -91,14 +85,12 @@ all:
make -C Keyboard $@
make -C KeyboardHost $@
make -C KeyboardHostWithParser $@
make -C KeyboardHostViaInt $@
make -C MassStorage $@
make -C MassStorageHost $@
make -C MIDI $@
make -C Mouse $@
make -C MouseHost $@
make -C MouseHostWithParser $@
make -C MouseHostViaInt $@
make -C RNDISEthernet $@
make -C StillImageHost $@
make -C TestApp $@