zephyr/boards/arm/arduino_zero/arduino_zero.yaml
Michael Hope d5e1753eb6 boards: arm: document and enable the DAC for the Arduino Zero
The previous commits added the SAM0 DAC driver.  Now document and
enable it, including enabling it in the DAC sample.

Signed-off-by: Michael Hope <mlhx@google.com>
2020-08-04 16:08:48 -05:00

24 lines
261 B
YAML

identifier: arduino_zero
name: Arduino Zero
type: mcu
arch: arm
ram: 32
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- counter
- dac
- dma
- gpio
- hwinfo
- pinmux
- pwm
- spi
- uart
- usb_device
- watchdog