zephyr/samples/drivers/adc/adc_sequence/sample.yaml
Michal Smola ff01648d4b samples: adc: Enable ADC samples for frdm_mcxc242 board
Enable ADC samples for frdm_mcxc242 board.

Signed-off-by: Michal Smola <michal.smola@nxp.com>
2024-09-30 10:49:30 +02:00

26 lines
655 B
YAML

sample:
name: ADC driver sequence sample
tests:
sample.drivers.adc.adc_sequence:
tags:
- adc
depends_on: adc
platform_allow:
- cy8cproto_063_ble
- cy8cproto_062_4343w
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
- ucans32k1sic
- frdm_mcxc242
integration_platforms:
- nrf52840dk/nrf52840
harness: console
timeout: 10
harness_config:
type: multi_line
regex:
- "ADC sequence reading \\[\\d+\\]:"
- "- .+, channel \\d+, \\d+ sequence samples:"
- "- - \\d+ (= \\d+mV)|(\\(value in mV not available\\))"