Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
This commit is contained in:
parent
c3dfc58707
commit
de70f0f1cf
36 changed files with 60 additions and 3582 deletions
|
|
@ -53,9 +53,6 @@ all:
|
|||
make -C RNDISEthernet clean
|
||||
make -C RNDISEthernet all
|
||||
|
||||
make -C USBtoSerial clean
|
||||
make -C USBtoSerial all
|
||||
|
||||
%:
|
||||
make -C AudioInput $@
|
||||
make -C AudioOutput $@
|
||||
|
|
@ -70,4 +67,3 @@ all:
|
|||
make -C MIDI $@
|
||||
make -C Mouse $@
|
||||
make -C RNDISEthernet $@
|
||||
make -C USBtoSerial $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue