aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Audio.h
Commit message (Expand)AuthorAgeFilesLines
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-181-80/+0
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-081-6/+6
* Added new Host mode Audio Class driver.Dean Camera2011-06-081-3/+8
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-1/+1
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+1
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-1/+1
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-6/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-9/+10
* Clarify in the documentation that the Audio demos and driver is for the Audio...Dean Camera2010-08-211-1/+1
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-78/+78
* Add briefs for the library core structures.Dean Camera2010-03-291-0/+2
* Add file-level brief documentation.Dean Camera2010-03-291-0/+7
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+4
* 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
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-171-1/+1
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-071-0/+4
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-081-3/+3
* Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean Camera2009-08-301-5/+0
* Added better USB Class driver overviews.Dean Camera2009-08-271-2/+6
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+62