aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
Commit message (Expand)AuthorAgeFilesLines
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-4/+5
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* Minor fixes to demos to add in some missing comments, printf() formatting. Ma...Dean Camera2010-06-121-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-201/+201
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* 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