USB audio class samples are generic and can be built for any board that supports USB device and isochronous endpoints. Add app.overlay that uses reference to zephyr_udc0 and remove board specific overlays. Note: USB audio is still experimental and even though the sample can be built for specific platform, it does not mean that it can be run on it without issues. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
19 lines
443 B
YAML
19 lines
443 B
YAML
sample:
|
|
name: USB audio headset sample
|
|
tests:
|
|
sample.usb.audio.headset:
|
|
depends_on: usb_device
|
|
tags: usb
|
|
platform_exclude: native_posix native_posix_64
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
- nrf5340dk_nrf5340_cpuapp
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
regex:
|
|
- "Entered main"
|
|
- "Found USB Headset Device"
|
|
- "USB enabled"
|