zephyr/samples/sensor/die_temp_polling/sample.yaml
Aurelien Jarno 460169df75 samples: sensors: nucleo_h7a3zi_q board added to die_temp_polling
Added board nucleo_h7a3zi_q overlay file to permit testing the STM32
Digital Temperature Sensor.

Also added the board as integration platform to the sample.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2024-06-04 16:37:19 +02:00

17 lines
420 B
YAML

sample:
description: CPU Die temperature polling sample
name: die_temp_polling
tests:
sample.sensor.die_temperature_polling:
tags:
- sensors
filter: dt_alias_exists("die-temp0")
integration_platforms:
- stm32f3_disco
- nucleo_h7a3zi_q
harness: console
harness_config:
type: one_line
regex:
- "CPU Die temperature\\[[A-Za-z0-9_@]+\\]: [1-9][0-9].[0-9] °C"