aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/AudioInput
Commit message (Collapse)AuthorAgeFilesLines
...
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-143-2/+3
| | | | | | Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes.
* Changed per-device controller preprocessor checks over to per-device series ↵Dean Camera2009-06-141-1/+1
| | | | | | for better device control. Fixed error in Endpoint.c using HSOFI rather than SOFI for counting elapsed milliseconds.
* Changed to new device mode Class Driver function name prefixes to make way ↵Dean Camera2009-06-111-5/+5
| | | | for similar host mode Class drivers.
* Some minor whitespace corrections.Dean Camera2009-06-113-44/+44
|
* Add master device Host demo makefile.Dean Camera2009-06-051-1/+0
| | | | Copy and convert incomplete Bluetooth Host demo to the library.
* Remove outdated AVRStudio project files from demos, projects, bootloaders. ↵Dean Camera2009-06-052-2/+1
| | | | Fix makefiles of ClassDriver device demos.
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-058-0/+2923
re-add old low level demos to a LowLevel subdirectory.