aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/AudioInput/AudioInput.txt
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2013-06-161-4/+4
|
* Merge in latest trunk.Dean Camera2012-05-201-4/+4
|\
| * Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-4/+4
| | | | | | | | ensure correct formatting of application device support.
* | AppConfigHeaders: Move out the last of the demo/app configurations into new ↵Dean Camera2012-05-131-0/+5
| | | | | | | | AppConfig.h header files.
* | AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h ↵Dean Camera2012-05-131-2/+2
|/ | | | configuration header files.
* Add missing AS4 and project description files to the new Audio Host demos.Dean Camera2011-06-091-5/+0
| | | | Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate).
* Documentation improvements - put driver example code into its own section, ↵Dean Camera2010-12-261-4/+4
| | | | fix incorrect and missing section names.
* Added default test tone generation mode to the Device mode AudioInput demos.Dean Camera2010-10-201-4/+12
|
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-6/+7
| | | | tool made by Laszlo Monda
* Clarify in the project documentation files what the each of the different ↵Dean Camera2010-08-311-3/+3
| | | | USB AVR device "series" comprises of.
* Clarify in the documentation that the Audio demos and driver is for the ↵Dean Camera2010-08-211-4/+4
| | | | Audio 1.0 specification, not the newer (and more advanced/less supported) 2.0 specification.
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-1/+1
| | | | EN-GB spelling dictionary.
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
|
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-1/+1
| | | | Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-83/+83
| | | | correctly converted to the target system's native end of line style.
* Fix up project documentation files' overview tables, so that multiple items ↵Dean Camera2010-01-281-3/+3
| | | | occupy multiple lines in the same cell, rather than multiple cells.
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-6/+4
| | | | Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series.
* Added better module summaries.Dean Camera2009-07-141-1/+1
|
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-131-0/+10
| | | | | | Documented FAST_STREAM_TRANSFERS compile time option. Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x.
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+75
re-add old low level demos to a LowLevel subdirectory.