summaryrefslogtreecommitdiff
path: root/examples/device/audio_test/src/usb_descriptors.c
AgeCommit message (Collapse)Author
2023-08-04update all examples to use unique ID as serial if avaialblehathach
2023-04-08Fix case.HiFiPhile
2023-04-08fix audio comment errortyustli
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-06-27fix most warnings with rp2040 -wconversionhathach
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-09-29clean uphathach
2021-08-26TD 9.12 remote wakeup testhathach
remove TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP attribute from non-hid examples
2021-04-03Generalize audio driver for 3 audio functions plus a lot more.Reinhard Panhuber
- Audio format and parameters are parsed from descriptors thus user no longer needs to give them explicitely - Tested for 4 channel software type I PCM encoding with 16 bit with 1 channel per FIFO and 2 channels per FIFO (this is I2S specific)
2021-02-12Complete redesign of audio driver.Reinhard Panhuber
2020-10-09Extend example s.t. a saw tooth is sent.Reinhard Panhuber
2020-08-19Commit before sharing.Reinhard Panhuber
Setup a test example - UNTESTED! Missing: Start transmitting audio data in set_interface.