aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/AudioInputHost
Commit message (Collapse)AuthorAgeFilesLines
* Move completed low level Audio Host demos into the LowLevel folder from the ↵Dean Camera2011-06-065-1359/+0
| | | | Incomplete folder.
* Update incomplete Host mode Audio demos to use the correct class driver ↵Dean Camera2011-06-061-1/+1
| | | | Endpoint Sampling Frequency Control value constant.
* Fixed incorrect signature in the CDC and DFU class bootloaders for the ↵Dean Camera2011-06-011-3/+2
| | | | | | | | ATMEGA8U2. Minor documentation cleanups. Modify the incomplete AudioInputHost demo for mono audio output.
* Added new incomplete AudioOutputHost Host LowLevel demo.Dean Camera2011-05-304-7/+7
|
* Remove output files from the incomplete AudioInputHost demo, and improve the ↵Dean Camera2011-05-3010-8128/+48
| | | | logic in the ConfigDescriptor.c device configuration processing routine.
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-2915-0/+9440
Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host.