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:
parent
5075210bda
commit
a7cdc1ab75
|
@ -12,6 +12,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- dac
|
||||
- counter
|
||||
- watchdog
|
||||
- dma
|
||||
|
|
|
@ -12,6 +12,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- dac
|
||||
- pwm
|
||||
- watchdog
|
||||
- counter
|
||||
|
|
Loading…
Reference in a new issue