diff options
| author | HiFiPHile <[email protected]> | 2026-08-25 09:54:07 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-08-25 10:33:01 +0200 |
| commit | 1b53f8a6006a970af3b73760f51c2417d76033bd (patch) | |
| tree | af134fd1b4d1efd798345080db9f4167feaf4117 | |
| parent | b45f1292dd468a542197c48c3f87b471dd64a3ef (diff) | |
restrict example to supported hcd
Signed-off-by: HiFiPHile <[email protected]>
| -rw-r--r-- | examples/host/audio_host/only.txt | 39 | ||||
| -rw-r--r-- | hw/bsp/rp2040/family.cmake | 1 |
2 files changed, 18 insertions, 22 deletions
diff --git a/examples/host/audio_host/only.txt b/examples/host/audio_host/only.txt index a2ff93be5..c1a2d3cec 100644 --- a/examples/host/audio_host/only.txt +++ b/examples/host/audio_host/only.txt @@ -1,32 +1,27 @@ -family:hpmicro -family:samd21 -family:samd5x_e5x -mcu:CH32V20X -mcu:KINETIS_KL -mcu:LPC175X_6X -mcu:LPC177X_8X -mcu:LPC18XX -mcu:LPC40XX -mcu:LPC43XX -mcu:LPC54 -mcu:LPC55 +family:at32f402_405 +family:at32f415 +family:at32f423 +family:at32f425 +family:at32f435_437 +family:at32f45x +family:efm32 +family:kinetis_kl +family:rx +board:nrf54h20dk +board:nrf54lm20dk +board:stm32l476disco +board:stm32l496nucleo +board:stm32l4p5nucleo +board:stm32l4r5nucleo mcu:MAX3421 -mcu:MIMXRT10XX -mcu:MIMXRT11XX -mcu:MIMXRT1XXX mcu:MSP432E4 mcu:RAXXX mcu:RP2040 -mcu:RW61X -mcu:RX65X -mcu:STM32C0 -mcu:STM32C5 +mcu:STM32F2 mcu:STM32F4 mcu:STM32F7 -mcu:STM32G0 -mcu:STM32H5 mcu:STM32H7 mcu:STM32H7RS mcu:STM32N6 -mcu:STM32U3 mcu:STM32U5 +mcu:STM32WBA 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 |
