zephyr/samples/drivers/adc/sample.yaml
Jose Alberto Meza 72f9797fee samples: drivers: adc: Enable test for mec172xevb_assy6906
Add overlay for mec172xevb_assy6906 board to enable 4 channels.

Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
2022-06-05 14:29:05 +02:00

20 lines
507 B
YAML

sample:
name: ADC driver sample
tests:
sample.drivers.adc:
tags: ADC
depends_on: adc
platform_allow: nucleo_l073rz disco_l475_iot1 cc3220sf_launchxl
cc3235sf_launchxl stm32l496g_disco nrf51dk_nrf51422 nrf52840dk_nrf52840
mec172xevb_assy6906
integration_platforms:
- nucleo_l073rz
- nrf52840dk_nrf52840
harness: console
timeout: 10
harness_config:
type: multi_line
regex:
- "ADC reading:"
- "- .+, channel \\d+: -?\\d+"