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>
13 lines
321 B
YAML
13 lines
321 B
YAML
sample:
|
|
name: DAC driver sample
|
|
tests:
|
|
sample.drivers.dac:
|
|
tags: DAC
|
|
platform_whitelist: arduino_zero frdm_k64f nucleo_l073rz nucleo_l152re twr_ke18f
|
|
depends_on: dac
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Generating sawtooth signal at DAC channel ([0-9]*)."
|