1sample:
2  description: Demonstration of the NXP MCUX LPCMP driver
3  name: NXP MCUX LPCMP sample
4common:
5  platform_allow:
6    - frdm_mcxn947/mcxn947/cpu0
7    - frdm_mcxn236
8    - frdm_mcxa156
9  integration_platforms:
10    - frdm_mcxn947/mcxn947/cpu0
11    - frdm_mcxn236
12  tags:
13    - drivers
14    - sensor
15tests:
16  sample.sensor.mcux_lpcmp:
17    harness: console
18    harness_config:
19      type: one_line
20      ordered: true
21      regex:
22        - "LPCMP input [a-z]* threshold"
23  sample.sensor.mcux_lpcmp.no_trigger:
24    build_only: true
25    extra_configs:
26      - CONFIG_MCUX_LPCMP_TRIGGER=n
27