1common: 2 tags: 3 - usb 4 - drivers 5tests: 6 drivers.usb.udc: 7 depends_on: usbd 8 integration_platforms: 9 - nrf52840dk/nrf52840 10 platform_exclude: 11 - nrf54h20dk/nrf54h20/cpuapp 12 drivers.usb.udc.build_only: 13 build_only: true 14 # Platform excluded above, only to build, with justification. 15 platform_allow: 16 # The controller cannot be enabled without VBUS, but the device should 17 # not be connected to the host during testing. 18 - nrf54h20dk/nrf54h20/cpuapp 19 drivers.usb.udc.skeleton: 20 extra_args: 21 - EXTRA_DTC_OVERLAY_FILE="udc_skeleton.overlay" 22 - CONFIG_UDC_BUF_POOL_SIZE=32768 23 platform_allow: 24 - native_sim/native/64 25