zephyr/samples/drivers/adc/sample.yaml
HaiLong Yang de052b2993 samples: drivers: adc: add gd32 boards support
This add gd32 boards support for the adc sample.

Signed-off-by: HaiLong Yang <hailong.yang@brainco.cn>
2022-07-04 09:48:32 +02:00

20 lines
568 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 gd32f350r_eval gd32f450i_eval gd32vf103v_eval gd32f403z_eval
integration_platforms:
- nucleo_l073rz
- nrf52840dk_nrf52840
harness: console
timeout: 10
harness_config:
type: multi_line
regex:
- "ADC reading:"
- "- .+, channel \\d+: -?\\d+"