Add configuration and feedback implementation necessary to run UAC2 samples on nRF54H20. Limit nRF54H20 to Full-Speed only operation because the samples currently don't have necessary logic to support High-Speed. Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
15 lines
297 B
YAML
15 lines
297 B
YAML
sample:
|
|
name: USB Audio 2 asynchronous implicit feedback sample
|
|
tests:
|
|
sample.subsys.usb.uac2_implicit_feedback:
|
|
depends_on:
|
|
- usbd
|
|
- i2s
|
|
tags:
|
|
- usb
|
|
- i2s
|
|
platform_allow:
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- nrf54h20dk/nrf54h20/cpuapp
|
|
harness: TBD
|