Enable DAC samples for Nucleo-L152RE board. Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
13 lines
308 B
YAML
13 lines
308 B
YAML
sample:
|
|
name: DAC driver sample
|
|
tests:
|
|
sample.drivers.dac:
|
|
tags: DAC
|
|
platform_whitelist: 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]*)."
|