Added start of the Still Image Host Class driver demo and driver code.

Re-enabled building of the Host mode demos ClassDriver directory.
This commit is contained in:
Dean Camera 2009-08-30 11:36:04 +00:00
parent 0d3a3f7536
commit 3dce79d68c
19 changed files with 2723 additions and 26 deletions

View file

@ -22,8 +22,12 @@ all:
make -C MassStorageHost clean
make -C MassStorageHost all
make -C StillImageHost clean
make -C StillImageHost all
%:
make -C CDCHost $@
make -C MouseHost $@
make -C MassStorageHost $@
make -C StillImageHost $@