From a4f8407264e47f13cc52ad4c68994a9f11a833cf Mon Sep 17 00:00:00 2001 From: Francois Ramu Date: Wed, 23 Oct 2024 17:04:38 +0200 Subject: [PATCH] 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 --- samples/drivers/watchdog/sample.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/samples/drivers/watchdog/sample.yaml b/samples/drivers/watchdog/sample.yaml index 1d887396c3ca0b..0382851bcfd0ab 100644 --- a/samples/drivers/watchdog/sample.yaml +++ b/samples/drivers/watchdog/sample.yaml @@ -48,7 +48,18 @@ tests: sample.drivers.watchdog.stm32h7_wwdg: extra_args: DTC_OVERLAY_FILE=boards/stm32h7_wwdg.overlay filter: dt_compat_enabled("st,stm32-window-watchdog") - platform_allow: nucleo_h743zi + platform_allow: + - nucleo_h723zg + - nucleo_h745zi_q + - nucleo_h743zi + - stm32h735g_disco + - nucleo_h753zi + - stm32h750b_dk + - stm32h7b3i_dk + - stm32h745i_disco + - nucleo_h755zi_q + - stm32h747i_disco + - nucleo_h7a3zi_q sample.drivers.watchdog.stm32_iwdg: extra_args: DTC_OVERLAY_FILE=boards/stm32_iwdg.overlay filter: dt_compat_enabled("st,stm32-watchdog")