mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 07:01:59 +00:00
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>
24 lines
261 B
YAML
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
|