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/mimxrt1176/cm7
8    - mimxrt1170_evk/mimxrt1176/cm4
9    - frdm_ke17z
10    - frdm_ke17z512
11    - mimxrt1180_evk/mimxrt1189/cm33
12    - mimxrt1180_evk/mimxrt1189/cm7
13  integration_platforms:
14    - twr_ke18f
15  tags:
16    - drivers
17    - sensor
18tests:
19  sample.sensor.mcux_acmp:
20    harness: console
21    harness_config:
22      type: multi_line
23      ordered: true
24      regex:
25        - "Adjust ACMP input voltage by turning the potentiometer"
26        - "ACMP input [a-z]* threshold"
27  sample.sensor.mcux_acmp.no_trigger:
28    build_only: true
29    extra_configs:
30      - CONFIG_SENSOR_MCUX_ACMP_TRIGGER=n
31