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    - mcx_n9xx_evk/mcxn947/cpu0
8    - frdm_mcxn236
9    - frdm_mcxa156
10    - frdm_mcxa153
11    - frdm_mcxa346
12    - frdm_mcxa266
13  integration_platforms:
14    - frdm_mcxn947/mcxn947/cpu0
15    - frdm_mcxn236
16    - frdm_mcxa346
17    - frdm_mcxa266
18  tags:
19    - drivers
20    - sensor
21tests:
22  sample.sensor.mcux_lpcmp:
23    harness: console
24    harness_config:
25      type: one_line
26      ordered: true
27      regex:
28        - "LPCMP input [a-z]* threshold"
29  sample.sensor.mcux_lpcmp.no_trigger:
30    build_only: true
31    extra_configs:
32      - CONFIG_MCUX_LPCMP_TRIGGER=n
33