Add new Audio Class Driver Host demos.
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 9 Jun 2011 04:08:03 +0000 (04:08 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 9 Jun 2011 04:08:03 +0000 (04:08 +0000)
commit1f1d0710f379a8b08ef646cbadb63d92c35e47fb
tree886a528a8ba721733735c1cded2462e6992e11f6
parent0bf5064aec5ac43ba2b25d44528bebb27db2f117
Add new Audio Class Driver Host demos.

Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device.

Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo.
16 files changed:
Demos/Device/ClassDriver/AudioInput/AudioInput.c
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
Demos/Host/ClassDriver/AudioInputHost/AudioInputHost.c [new file with mode: 0644]
Demos/Host/ClassDriver/AudioInputHost/AudioInputHost.h [new file with mode: 0644]
Demos/Host/ClassDriver/AudioInputHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/AudioInputHost/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.c [new file with mode: 0644]
Demos/Host/ClassDriver/AudioOutputHost/AudioOutputHost.h [new file with mode: 0644]
Demos/Host/ClassDriver/AudioOutputHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/AudioOutputHost/makefile [new file with mode: 0644]
Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.c
Demos/Host/LowLevel/AudioOutputHost/AudioOutputHost.h
LUFA.pnproj
LUFA/Drivers/USB/Class/Host/Audio.c
LUFA/Drivers/USB/Class/Host/Audio.h
LUFA/ManPages/LibraryApps.txt