summaryrefslogtreecommitdiff
path: root/examples/device/uac2_headset
AgeCommit message (Collapse)Author
2024-04-09Reduce uac2_headset max sample rate for better compatibility.HiFiPhile
2024-04-01UAC2: add interrupt volume control to uac2_headset example.HiFiPhile
2023-11-29update esp32 to also be supported by hil testhathach
test run locally well
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-11-14Typo fix.HiFiPhile
2023-08-09Merge pull request #2202 from Rocky04/patch-4Ha Thach
Invoke unmounted state on configuration reset
2023-08-07Update examplesRocky04
2023-08-04update all examples to use unique ID as serial if avaialblehathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
add BOARD_UPPERCASE for board detection
2023-06-27rework cmake with rtos support add RTOS to ↵hathach
family_configure_device/host/dual_example()
2023-06-08Fix typosEugene Kliuchnikov
2023-04-21update most examples cmake to build with imxrthathach
2023-04-08Fix case.HiFiPhile
2023-04-08fix audio comment errortyustli
2023-03-18minor clean uphathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-06integrate top.mk into make.mkhathach
2023-02-16Merge pull request #1853 from NullMember/masterHiFiPhile
examples/uac2: Fix mute and volume array lengths
2023-01-13examples/uac2: Fix mute and volume array lengthsMalik Enes Safak
2022-11-30Add endpoint definitions for more example projects.Gordon McNab
2022-09-13Don't assume different enum types can be combinedBen Avison
IAR generates warning Pa089 'enumerated type mixed with another enumerated type'.
2022-09-13Remove unreachable codeBen Avison
IAR generates warning Pe111 'statement is unreachable'. In a couple of cases, replace return statements with TU_ATTR_FALLTHROUGH; because some compilers apparently can't figure out that the return statements are unreachable but do whinge about an imagined fall-through without them!
2022-08-03add 'stm32l052dap52' (STM32L052K8 MCU) board targetPeter Lawrence
'dap52' is Olimex's name of their STM32L052-based fork of 'dap42'
2022-07-12RP@040: rework CMake for compiler warningsgraham sanderson
2022-06-27fix all device examples warningshathach
2022-06-27fix most warnings with rp2040 -wconversionhathach
2022-06-06more example updatehathach
2022-05-28Fix printf long int compiler errorLeon Loeser
2022-03-01in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3.caleb crome
I believe that there is a mistake in the definition of TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR. The nitfs in the audio descriptor is always 3 regardless of ITF_NUM_TOTAL.
2022-02-25fix uac2_headset buildhathach
2022-02-25auto detect max rhport speed based on mcuhathach
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft
And switch to a single file that can include mcu, family or board.
2021-10-17more with -Wcast-qualhathach
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-08-13Merge pull request #956 from kkitayam/fix_audio_format_for_renesas_rxHa Thach
add settings for Renesas RX family
2021-07-17Fix ISO support.MasterPhi
2021-07-08add settings for Renesas RX familykkitayam
2021-07-04Skip MCUMasterPhi
2021-07-04Skip MCUMasterPhi
2021-07-04Move audio_control_request_t to audio.hMasterPhi
2021-07-04Prevent overflow noiseMasterPhi
2021-07-04Partially revert "skip uac2_headset for mcu that does not have enough sram"MasterPhi
This reverts commit 6e1f812e3542f6d9047a3b8148f2f073ba38b91f.
2021-07-04Clear FIFO only if enabled...MasterPhi
Add buffer align
2021-07-04skip uac2_headset for mcu that does not have enough sramhathach
2021-07-04Add 24bit loopback in example.MasterPhi
2021-07-04Refactor descriptor, add alt settings support.MasterPhi