zephyr/tests/drivers/udc/testcase.yaml
Johann Fischer 72899645bf tests: udc: expand the list of integration platforms
Add four platforms with unique controllers.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2025-03-07 19:53:08 +01:00

29 lines
789 B
YAML

common:
tags:
- usb
- drivers
tests:
drivers.usb.udc:
depends_on: usbd
integration_platforms:
- nrf52840dk/nrf52840
- frdm_k64f
- nucleo_f413zh
- mimxrt1050_evk/mimxrt1052/hyperflash
- rpi_pico
platform_exclude:
- nrf54h20dk/nrf54h20/cpuapp
drivers.usb.udc.build_only:
build_only: true
# Platform excluded above, only to build, with justification.
platform_allow:
# The controller cannot be enabled without VBUS, but the device should
# not be connected to the host during testing.
- nrf54h20dk/nrf54h20/cpuapp
drivers.usb.udc.skeleton:
extra_args:
- EXTRA_DTC_OVERLAY_FILE="udc_skeleton.overlay"
- CONFIG_UDC_BUF_POOL_SIZE=32768
platform_allow:
- native_sim/native/64