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 dfbcea7 commit 507648e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions samples/drivers/watchdog/boards/stm32h7_wwdg.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
};
};

&rcc {
d2ppre1 = <16>;
};

&wwdg {
status = "okay";
};
Expand Down
3 changes: 1 addition & 2 deletions samples/drivers/watchdog/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ tests:
- nucleo_f103rb
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
filter: CONFIG_SOC_SERIES_STM32H7X and dt_compat_enabled("st,stm32-window-watchdog")
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 507648e

Please sign in to comment.