zephyr/samples/sensor/adc_cmp_npcx/sample.yaml
Bernardo Perez Priego 7c641e957e samples: sensor: Add sample to demonstrate NPCX ADC Comparator driver
Add sample code that demonstrate the usage for Nuvoton ADC Comparator
driver, this driver is available for NPCX microcontroller family,
this sample is supported on npcx9m6f_evb board.

Signed-off-by: Bernardo Perez Priego <bernardo.perez.priego@intel.com>
2022-05-03 08:51:53 -05:00

18 lines
425 B
YAML

sample:
description: Demonstration of nuvoton NPCX ADC comparator driver
name: NPCX ADC comparator sample
common:
platform_allow: npcx9m6f_evb
integration_platforms:
- npcx9m6f_evb
tags: drivers
tests:
sample.sensor.adc_cmp:
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "ADC CMP: Set Upper threshold"
- "ADC CMP: Upper threshold detected"