Many driver samples or tests only had 'drivers' as the tag, without a tag indicating what driver that is exactly, so add some missing tags. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
22 lines
590 B
YAML
22 lines
590 B
YAML
sample:
|
|
description: Demonstration of the NXP MCUX ACMP sensor driver
|
|
name: NXP MCUX ACMP sample
|
|
common:
|
|
platform_allow: twr_ke18f mimxrt1170_evk_cm7 mimxrt1170_evk_cm4
|
|
integration_platforms:
|
|
- twr_ke18f
|
|
tags: drivers sensor
|
|
tests:
|
|
sample.sensor.mcux_acmp:
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
regex:
|
|
- "Adjust ACMP input voltage by turning the potentiometer"
|
|
- "ACMP input [a-z]* threshold"
|
|
sample.sensor.mcux_acmp.no_trigger:
|
|
build_only: true
|
|
extra_configs:
|
|
- CONFIG_MCUX_ACMP_TRIGGER=n
|