2021-05-08 01:19:15 +08:00
|
|
|
common:
|
|
|
|
build_only: true
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- drivers
|
|
|
|
- dac
|
2021-05-08 01:19:15 +08:00
|
|
|
tests:
|
2022-08-12 13:01:41 +08:00
|
|
|
drivers.dac.build:
|
|
|
|
# will cover I2C, SPI based drivers
|
2021-06-18 23:13:20 +08:00
|
|
|
platform_allow: native_posix
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- dac_dacx0508
|
|
|
|
- dac_dacx3608
|
|
|
|
- dac_mcp4725
|
|
|
|
- dac_mcp4728
|
|
|
|
- dac_ltc1660
|
|
|
|
- dac_ltc1665
|
2022-08-12 13:01:41 +08:00
|
|
|
extra_args: "CONFIG_GPIO=y"
|
2021-06-18 23:13:20 +08:00
|
|
|
drivers.dac.mcux.build:
|
|
|
|
platform_allow: frdm_k22f
|
|
|
|
tags: dac_mcux
|
|
|
|
drivers.dac.mcux32.build:
|
|
|
|
platform_allow: twr_ke18f
|
|
|
|
tags: dac_mcux32
|
|
|
|
drivers.dac.sam0.build:
|
|
|
|
platform_allow: atsamd21_xpro
|
|
|
|
tags: dac_sam0
|
|
|
|
drivers.dac.stm32.build:
|
|
|
|
platform_allow: nucleo_f091rc
|
|
|
|
tags: dac_stm32
|