summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorHiFiPHile <[email protected]>2026-08-25 09:54:07 +0200
committerHiFiPHile <[email protected]>2026-08-25 10:33:01 +0200
commit1b53f8a6006a970af3b73760f51c2417d76033bd (patch)
treeaf134fd1b4d1efd798345080db9f4167feaf4117 /hw
parentb45f1292dd468a542197c48c3f87b471dd64a3ef (diff)
restrict example to supported hcd
Signed-off-by: HiFiPHile <[email protected]>
Diffstat (limited to 'hw')
-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 43b1dc234..096f68210 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