1common: 2 build_only: true 3 tags: 4 - drivers 5 - rtc 6tests: 7 drivers.auxdisplay.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 drivers.auxdisplay.build.spi: 15 extra_args: DTC_OVERLAY_FILE="spi_devices.overlay" 16 extra_configs: 17 - CONFIG_SPI=y 18 platform_allow: 19 - native_sim 20 - native_sim/native/64 21 drivers.auxdisplay.build.uart: 22 extra_args: DTC_OVERLAY_FILE="uart_devices.overlay" 23 extra_configs: 24 - CONFIG_SERIAL=y 25 platform_allow: 26 - native_sim 27 - native_sim/native/64 28