aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/AudioOutput/AudioOutput.c
Commit message (Expand)AuthorAgeFilesLines
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-206/+0
* Ensure all USB device class drivers have the same three main functions as the...Dean Camera2009-06-041-0/+1
* Minor documentation page updates.Dean Camera2009-06-041-31/+40
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-186/+91
* Fix all device mode demos broken in the recent API changes.Dean Camera2009-05-261-4/+4
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-4/+4
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-5/+3
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-2/+2
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-2/+2
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-12/+6
* Corrected AudioInput and AudioOutput demos, to fix endpoint underflows due to...Dean Camera2009-04-141-1/+1
* Adjusted sample CTC timer calculations in the AudioOutput and AudioInput demo...Dean Camera2009-04-141-1/+1
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-1/+1
* Seperated out OTG, Device and Host mode demos into seperate folders for clari...Dean Camera2009-03-201-0/+299