Skip to content

Commit

Permalink
samples: drivers: watchdog running on the stm32H7 platforms
Browse files Browse the repository at this point in the history
Change the condition to have the samples/drivers/watchdog PASSED
on the stm32h7 target boards.

Signed-off-by: Francois Ramu <[email protected]>
  • Loading branch information
FRASTM committed Oct 24, 2024
1 parent 3595cea commit a4f8407
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion samples/drivers/watchdog/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a4f8407

Please sign in to comment.