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_posix
11      - native_sim
12    extra_args: "CONFIG_GPIO=y"
13  drivers.dac.mcux.build:
14    platform_allow: frdm_k22f
15  drivers.dac.mcux32.build:
16    platform_allow: twr_ke18f
17  drivers.dac.sam0.build:
18    platform_allow: atsamd21_xpro
19  drivers.dac.stm32.build:
20    platform_allow: nucleo_f091rc
21