use config from dts to get the supporting status. remove the platfrom_allow list. Signed-off-by: Hake Huang <hake.huang@nxp.com>
15 lines
317 B
YAML
15 lines
317 B
YAML
sample:
|
|
name: DAC driver sample
|
|
tests:
|
|
sample.drivers.dac:
|
|
tags: DAC
|
|
depends_on: dac
|
|
filter: CONFIG_DAC_SAMPLE_RUN
|
|
integration_platforms:
|
|
- nucleo_l152re
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- Generating sawtooth signal at DAC channel ([0-9]*).
|