aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/AudioOutput
Commit message (Collapse)AuthorAgeFilesLines
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵Dean Camera2012-07-111-1/+1
| | | | XPLAINBridge project AVRISP file include path to prevent build errors.
* Add HID bootloader build module (thanks to Stefan Hellermann).Dean Camera2012-06-211-0/+1
|
* Spell check source code, fix mistakes.Dean Camera2012-06-091-2/+2
|
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean Camera2012-06-041-0/+2
| | | | all application makefiles.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-723/+32
| | | | system.
* AppConfigHeaders: Merge in latest trunk.Dean Camera2012-05-271-1/+0
|\
| * Remove legacy AS4 project files, now that they can be automatically ↵Dean Camera2012-05-271-1/+0
| | | | | | | | generated by the new maintenance script.
* | Merge in latest trunk.Dean Camera2012-05-203-26/+20
|\|
| * Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean Camera2012-05-201-21/+15
| | | | | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
| * Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-4/+4
| | | | | | | | ensure correct formatting of application device support.
| * Update project Doxygen and makefiles so that the resulting project ↵Dean Camera2012-05-172-3/+3
| | | | | | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
| * Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-143-12/+12
| |
* | AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵Dean Camera2012-05-152-1/+2
| | | | | | | | configuration file, all application headers include the configuration file.
* | AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h ↵Dean Camera2012-05-135-13/+149
| | | | | | | | configuration header files.
* | Add branch for the conversion of demos to use standard C header files for ↵Dean Camera2012-05-103-12/+12
|/ | | | configuration, rather than makefile defined macros.
* Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean Camera2012-04-091-1/+1
| | | | | | these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
* Oops - fix compile errors in the AudioInput/AudioOutput class driver demos.Dean Camera2012-03-291-6/+6
|
* Re-enable cppcheck static analysis unused function checks after adding in ↵Dean Camera2012-03-251-0/+12
| | | | special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
* Audio Device Class driver changed to also require the index of the Audio ↵Dean Camera2012-03-141-0/+1
| | | | Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
* Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean Camera2012-03-091-1/+1
| | | | is encountered.
* Update Doxygen documentation build scripts to fail if any warnings are ↵Dean Camera2012-03-091-1/+3
| | | | generated.
* Fix corrupt Doxygen configuration files, update project names.Dean Camera2012-03-081-48/+62
|
* Update Doxygen configuration files to disable Markdown support.Dean Camera2012-03-081-63/+49
|
* Fix incorrect Doxygen references in the Audio Input/Output ClassDriver demos.Dean Camera2012-03-071-1/+1
|
* Update Doxygen configuration files for all projects.Dean Camera2012-03-071-107/+356
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-044-4/+4
|
* Update file header copyrights for 2012.Dean Camera2012-02-044-4/+4
|
* Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the ↵Dean Camera2012-01-281-0/+32
| | | | Audio Device Class driver.
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵Dean Camera2012-01-021-1/+1
| | | | this was misnamed (thanks to NXP Semiconductors).
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-233-10/+12
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to ensure that source code line endings ↵Dean Camera2011-11-091-1/+1
| | | | and converted to the native values on checkout.
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
|
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean Camera2011-07-192-2/+2
| | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
* Seperate out the device demos and project's configuration descriptor ↵Dean Camera2011-07-011-0/+4
| | | | structure definitions to clearly indicate what descriptors belong to which interface.
* Update AudioInput and AudioOutput Class Driver device mode demos to use a ↵Dean Camera2011-06-291-27/+25
| | | | switch statement when selecting the audio request type for clarity.
* Add new "checksource" target to the library makefiles, for automated source ↵Dean Camera2011-06-201-1/+10
| | | | file existance checking.
* Rename new Audio class driver functions, callbacks and events to ensure that ↵Dean Camera2011-06-161-6/+6
| | | | they contain the USB mode (Device or Host) in the function names.
* Fix Doxygen documentation errors.Dean Camera2011-06-141-1/+1
|
* 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).
* Add new Audio Class Driver Host demos.Dean Camera2011-06-091-1/+2
| | | | | | Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device. Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo.
* Fix errors in the Audio device demos and class driver regarding multiple ↵Dean Camera2011-06-071-2/+2
| | | | sample frequency support.
* Update the Low Level Audio Input and Audio Output demos to support multiple ↵Dean Camera2011-06-062-3/+3
| | | | | | sample rates. Remove custom PIDs on the Class Driver Audio device demos and revert back to the original Audio PIDs, as the low level and class driver demo versions are now descriptor compatible once again.
* Added new callback to the Audio Class driver to allow for endpoint control ↵Dean Camera2011-06-033-10/+85
| | | | | | | | | | | | manipulations such as data sample rates. Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates. Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed. Fix broken LowLevel audio demo descriptors. Minor documentation fixes.
* Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so ↵Dean Camera2011-05-302-2/+7
| | | | that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates.
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵Dean Camera2011-03-211-7/+7
| | | | architecture ports.
* Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean Camera2011-02-191-3/+7
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Add static keyword to all project globals whose scope should be restricted ↵Dean Camera2011-02-101-0/+1
| | | | | | to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-061-5/+5
| | | | Add const to all project descriptor definitions for safety.
* Update copyright year on all source files.Dean Camera2011-01-014-8/+8
|
* Documentation improvements - put driver example code into its own section, ↵Dean Camera2010-12-261-4/+4
| | | | fix incorrect and missing section names.