Skip to content

Commit da67275

Browse files
erwangogalak
authored andcommitted
samples/boards/stm32: blinky: Limit execution on stm32 lptim enabled
Restrict sample execution in CI to boards that have "st,stm32-lptim" enabled so we're sure it is a STM32 target. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 037f994 commit da67275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/boards/stm32/power_mgmt/blinky/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ tests:
44
sample.boards.stm32.power_mgmt.blinky:
55
tags: LED power
66
filter: dt_compat_enabled("zephyr,power-state") and
7-
dt_enabled_alias_with_parent_compat("led0", "gpio-leds")
7+
dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and
8+
dt_compat_enabled("st,stm32-lptim")
89
depends_on: gpio

0 commit comments

Comments
 (0)