boards: arm: gd32: add dac to .yaml where supported

Add the dac tag as supported peripheral for boards where the DAC
was defined in devicetree, but not marked as supported.

Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
Martin Jäger 2023-03-23 11:17:16 +01:00 committed by Anas Nashif
parent 5075210bda
commit a7cdc1ab75
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ toolchain:
- gnuarmemb
- xtools
supported:
- dac
- counter
- watchdog
- dma

View file

@ -12,6 +12,7 @@ toolchain:
- gnuarmemb
- xtools
supported:
- dac
- pwm
- watchdog
- counter