aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
Commit message (Expand)AuthorAgeFilesLines
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-2/+2
* Fix broken Endpoint/Pipe stream templates.Dean Camera2009-10-041-17/+10
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-031-10/+8
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-6/+6
* Make both LowLevel and ClassDriver AudioOutput demos always output to board L...Dean Camera2009-08-021-11/+9
* Fix incorrect configuration in the ClassDriver AudioOutput demo.Dean Camera2009-07-301-10/+10
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-0/+2
* Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs wh...Dean Camera2009-07-281-9/+9
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-5/+0
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-6/+14
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-6/+6
* Some minor whitespace corrections.Dean Camera2009-06-111-4/+4
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-0/+206