Added CDC_Device_Flush() command to the CDC Device mode class driver.
Minor updates to the unfinished SideShow demo for clarity. Added unfinished MassStorageHost class driver demo.
This commit is contained in:
parent
df29aa37c0
commit
df5500e81c
18 changed files with 2733 additions and 49 deletions
|
@ -18,8 +18,12 @@ all:
|
|||
make -C CDCHost all
|
||||
|
||||
make -C MouseHost clean
|
||||
make -C MouseHost all
|
||||
make -C MouseHost all
|
||||
|
||||
make -C MassStorageHost clean
|
||||
make -C MassStorageHost all
|
||||
|
||||
%:
|
||||
make -C CDCHost $@
|
||||
make -C MouseHost $@
|
||||
make -C MassStorageHost $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue