1common: 2 build_only: true 3 tags: 4 - drivers 5 - usb 6tests: 7 drivers.usb.build.i2c: 8 extra_args: DTC_OVERLAY_FILE="i2c_devices.overlay" 9 extra_configs: 10 - CONFIG_I2C=y 11 platform_allow: 12 - native_sim 13 - native_sim/native/64 14 15 drivers.usb.build.spi: 16 extra_args: DTC_OVERLAY_FILE="spi_devices.overlay" 17 extra_configs: 18 - CONFIG_SPI=y 19 platform_allow: 20 - native_sim 21 - native_sim/native/64 22