You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Demos/Device/ClassDriver/AudioOutput
Dean Camera dc68de15b6
Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.
16 years ago
..
AudioOutput.c Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. 16 years ago
AudioOutput.h Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory would become corrupted due to an incorrect bounds check when iterating over the port state table, causing random resets. 16 years ago
AudioOutput.txt Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. 16 years ago
Descriptors.c Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option. 16 years ago
Descriptors.h Fix incorrect configuration in the ClassDriver AudioOutput demo. 16 years ago
Doxygen.conf Change Doxygen configuration files to not produce 4096 directories for the documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories. 16 years ago
makefile Changed Audio Class driver sample read/write functions to be inline, to reduce the number of cycles needed to transfer samples to and from the device (allowing more time for processing and output). 16 years ago