tests: drivers: watchdog api testing on the stm32h7rs boards
Add the overlay file to run tests/drivers/watchdog/wdt_basic_api on the nucleo_h7s3l8 and stm32h7s78_dk target boards Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
556bf375a9
commit
04880448c7
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ tests:
|
|||
filter: dt_compat_enabled("st,stm32-window-watchdog") or dt_compat_enabled("st,stm32-watchdog")
|
||||
extra_args: DTC_OVERLAY_FILE="boards/stm32_wwdg_h7.overlay"
|
||||
platform_allow:
|
||||
- nucleo_h7s3l8
|
||||
- stm32h7s78_dk
|
||||
- nucleo_h753zi
|
||||
- nucleo_h743zi
|
||||
drivers.watchdog.stm32iwdg:
|
||||
|
|
@ -71,6 +73,8 @@ tests:
|
|||
- nucleo_h743zi
|
||||
- nucleo_c031c6
|
||||
- nucleo_h753zi
|
||||
- nucleo_h7s3l8
|
||||
- stm32h7s78_dk
|
||||
- nucleo_wba52cg
|
||||
integration_platforms:
|
||||
- nucleo_f091rc
|
||||
|
|
|
|||
Loading…
Reference in a new issue