1. Supported ACMP case on mimxrt700_evk 2. Fixed the issue of using the same address for different trigger sources. This bug would cause the examples to run in a way that did not match the theory. 3. Removed some redundant descriptions in the README.rst. Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
33 lines
841 B
YAML
33 lines
841 B
YAML
sample:
|
|
description: Demonstration of the NXP MCUX ACMP sensor driver
|
|
name: NXP MCUX ACMP sample
|
|
common:
|
|
platform_allow:
|
|
- twr_ke18f
|
|
- frdm_ke17z
|
|
- frdm_ke17z512
|
|
- mimxrt1170_evk/mimxrt1176/cm7
|
|
- mimxrt1170_evk/mimxrt1176/cm4
|
|
- mimxrt1180_evk/mimxrt1189/cm33
|
|
- mimxrt1180_evk/mimxrt1189/cm7
|
|
- mimxrt700_evk/mimxrt798s/cm33_cpu0
|
|
- mimxrt700_evk/mimxrt798s/cm33_cpu1
|
|
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_SENSOR_MCUX_ACMP_TRIGGER=n
|