summaryrefslogtreecommitdiff
path: root/hw/bsp/rp2040/family.cmake
diff options
context:
space:
mode:
authorZixun LI <[email protected]>2026-09-04 10:49:44 +0200
committerGitHub <[email protected]>2026-09-04 10:49:44 +0200
commit29851564af08cb4909175315d20c71f5eca13040 (patch)
tree32d417cc4f80d87b54cf16d31636b2f758525ab7 /hw/bsp/rp2040/family.cmake
parentf89e21aa66ce142d7b959cd9fc2a45d47834f121 (diff)
parentef404be0337b1486b0a45acd248639ac8dea6c15 (diff)
Merge pull request #3774 from zjzhang-cn/feature/tuh-audio-uac-1.0HEADmaster
feat(audio): add USB Audio Host (UAC 1.0/2.0) support
Diffstat (limited to 'hw/bsp/rp2040/family.cmake')
-rw-r--r--hw/bsp/rp2040/family.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake
index 57be416a2..ba63cf44b 100644
--- a/hw/bsp/rp2040/family.cmake
+++ b/hw/bsp/rp2040/family.cmake
@@ -122,6 +122,7 @@ target_sources(tinyusb_host_base INTERFACE
${TOP}/src/host/usbh.c
${TOP}/src/host/hub.c
${TOP}/src/class/cdc/cdc_host.c
+ ${TOP}/src/class/audio/audio_host.c
${TOP}/src/class/hid/hid_host.c
${TOP}/src/class/midi/midi_host.c
${TOP}/src/class/midi/midi2_host.c