Add DAC definitions for this board and add it to the dac sample. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
15 lines
373 B
YAML
15 lines
373 B
YAML
sample:
|
|
name: DAC driver sample
|
|
tests:
|
|
sample.drivers.dac:
|
|
tags: DAC
|
|
platform_allow: |
|
|
arduino_zero frdm_k64f nucleo_f091rc nucleo_g071rb nucleo_g431rb
|
|
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]*)."
|