1sample:
2  description: Demonstration of the NXP MCUX ACMP sensor driver
3  name: NXP MCUX ACMP sample
4common:
5  platform_allow:
6    - twr_ke18f
7    - mimxrt1170_evk_cm7
8    - mimxrt1170_evk_cm4
9  integration_platforms:
10    - twr_ke18f
11  tags:
12    - drivers
13    - sensor
14tests:
15  sample.sensor.mcux_acmp:
16    harness: console
17    harness_config:
18      type: multi_line
19      ordered: true
20      regex:
21        - "Adjust ACMP input voltage by turning the potentiometer"
22        - "ACMP input [a-z]* threshold"
23  sample.sensor.mcux_acmp.no_trigger:
24    build_only: true
25    extra_configs:
26      - CONFIG_MCUX_ACMP_TRIGGER=n
27