25 lines
687 B
YAML
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
|