Skip to content

Commit b9ec790

Browse files
FRASTMkartben
authored andcommitted
samples: drivers: watchdog running on the stm32H7 platforms
Change the condition to have the samples/drivers/watchdog PASSED on the stm32h7 target boards. Signed-off-by: Francois Ramu <[email protected]>
1 parent 278d8e2 commit b9ec790

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

samples/drivers/watchdog/sample.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,21 @@ tests:
4848
sample.drivers.watchdog.stm32h7_wwdg:
4949
extra_args: DTC_OVERLAY_FILE=boards/stm32h7_wwdg.overlay
5050
filter: dt_compat_enabled("st,stm32-window-watchdog")
51-
platform_allow: nucleo_h743zi
51+
# filter CONFIG_SOC_SERIES_STM32H7X and dt_compat_enabled
52+
# seems to ignore extra_args
53+
platform_allow:
54+
- nucleo_h723zg
55+
- nucleo_h745zi_q
56+
- nucleo_h743zi
57+
- stm32h735g_disco
58+
- nucleo_h753zi
59+
- stm32h750b_dk
60+
- stm32h7b3i_dk
61+
- stm32h745i_disco
62+
- nucleo_h755zi_q
63+
- stm32h747i_disco
64+
integration_platforms:
65+
- nucleo_h743zi
5266
sample.drivers.watchdog.stm32_iwdg:
5367
extra_args: DTC_OVERLAY_FILE=boards/stm32_iwdg.overlay
5468
filter: dt_compat_enabled("st,stm32-watchdog")

0 commit comments

Comments
 (0)