zephyr/tests/drivers/udc/testcase.yaml
Johann Fischer a79700623d tests: drivers: udc: add build_only test case
nRF54H20 USB device controller cannot be enabled without VBUS, but the
device should not be connected to the host during testing. Add it to
build_only section.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2024-06-28 20:56:47 -04:00

25 lines
687 B
YAML

common:
tags:
- usb
- drivers
tests:
drivers.usb.udc:
depends_on: usbd
integration_platforms:
- nrf52840dk/nrf52840
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