Add sample.sensor.thermometer_i3c support for mcxa153 Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
46 lines
1.6 KiB
YAML
46 lines
1.6 KiB
YAML
sample:
|
|
name: Temperature Sensor
|
|
common:
|
|
filter: dt_alias_exists("ambient-temp0")
|
|
harness: console
|
|
tests:
|
|
sample.sensor.thermometer:
|
|
tags: sensors
|
|
harness_config:
|
|
fixture: sensor_ambient_temp
|
|
type: multi_line
|
|
regex:
|
|
- "Thermometer Example (.*)"
|
|
- "Temperature device is 0x[0-9|a-z]+, name is [a-z|0-9]+@[a-z|0-9]+"
|
|
- "Temperature is [0-9|.]+°C"
|
|
integration_platforms:
|
|
- nrf52840dk/nrf52840 # mcp9700a
|
|
- frdm_k22f # tcn75a
|
|
- robokit1 # ntc_thermistor
|
|
- adi_eval_adin1110ebz # adt7420
|
|
- frdm_rw612 # p3t1755
|
|
extra_args:
|
|
- platform:mimxrt1180_evk/mimxrt1189/cm33:SHIELD=p3t1755dp_ard_i2c
|
|
- platform:mimxrt1180_evk/mimxrt1189/cm7:SHIELD=p3t1755dp_ard_i2c
|
|
- platform:frdm_mcxn236/mcxn236:SHIELD=p3t1755dp_ard_i2c
|
|
- platform:mimxrt700_evk/mimxrt798s/cm33_cpu0:SHIELD=p3t1755dp_ard_i2c
|
|
sample.sensor.thermometer_i3c:
|
|
tags: sensors
|
|
harness_config:
|
|
fixture: sensor_ambient_temp_i3c
|
|
type: multi_line
|
|
regex:
|
|
- "Thermometer Example (.*)"
|
|
- "Temperature device is 0x[0-9|a-z]+, name is [a-z|0-9]+@[a-z|0-9]+"
|
|
- "Temperature is [0-9|.]+°C"
|
|
integration_platforms:
|
|
- frdm_mcxn947/mcxn947/cpu0 # p3t1755
|
|
- frdm_mcxa153 # p3t1755
|
|
depends_on:
|
|
- i3c
|
|
filter: dt_alias_exists("ambient-temp0")
|
|
extra_args:
|
|
- platform:mimxrt1180_evk/mimxrt1189/cm33:SHIELD=p3t1755dp_ard_i3c
|
|
- platform:mimxrt1180_evk/mimxrt1189/cm7:SHIELD=p3t1755dp_ard_i3c
|
|
- platform:frdm_mcxn236/mcxn236:SHIELD=p3t1755dp_ard_i3c
|