boards: arm: sam: 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
a7cdc1ab75
commit
afa5d5d363
|
@ -11,6 +11,7 @@ toolchain:
|
|||
supported:
|
||||
- netif:eth
|
||||
- adc
|
||||
- dac
|
||||
- gpio
|
||||
- spi
|
||||
- watchdog
|
||||
|
|
|
@ -12,6 +12,7 @@ supported:
|
|||
- arduino_gpio
|
||||
- arduino_i2c
|
||||
- arduino_spi
|
||||
- dac
|
||||
- gpio
|
||||
- spi
|
||||
- watchdog
|
||||
|
|
Loading…
Reference in a new issue