2023-10-20 17:10:22 +08:00
|
|
|
sample:
|
|
|
|
name: STM32 ADC Power Management
|
|
|
|
tests:
|
|
|
|
sample.boards.stm32.power_mgmt.adc:
|
|
|
|
tags:
|
2023-11-10 01:25:32 +08:00
|
|
|
- adc
|
2023-10-20 17:10:22 +08:00
|
|
|
- power
|
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: one_line
|
|
|
|
regex:
|
|
|
|
- "Device ready"
|
|
|
|
filter: dt_compat_enabled("zephyr,power-state") and
|
|
|
|
dt_compat_enabled("st,stm32-adc") and
|
|
|
|
dt_compat_enabled("st,stm32-lptim")
|
|
|
|
extra_args: "CONFIG_DEBUG=y"
|
|
|
|
platform_allow: nucleo_wb55rg
|