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