Add KeyboardHost HID Host Class driver demo to the library.

This commit is contained in:
Dean Camera 2009-09-20 12:46:26 +00:00
parent aa640330a1
commit 6c5c9212d8
8 changed files with 2590 additions and 4 deletions

View file

@ -17,6 +17,9 @@ all:
make -C CDCHost clean
make -C CDCHost all
make -C KeyboardHost clean
make -C KeyboardHost all
make -C MouseHost clean
make -C MouseHost all
@ -28,6 +31,7 @@ all:
%:
make -C CDCHost $@
make -C KeyboardHost $@
make -C MouseHost $@
make -C MassStorageHost $@
make -C StillImageHost $@