1common:
2  build_only: true
3  tags:
4    - drivers
5    - dac
6tests:
7  drivers.dac.build:
8    # will cover I2C, SPI based drivers
9    platform_allow:
10      - native_sim
11    extra_args: "CONFIG_GPIO=y"
12  drivers.dac.mcux.build:
13    platform_allow: frdm_k22f
14  drivers.dac.mcux32.build:
15    platform_allow: twr_ke18f
16  drivers.dac.sam0.build:
17    platform_allow: samd21_xpro
18  drivers.dac.stm32.build:
19    platform_allow: nucleo_f091rc
20