Currently, the s32z270dc2_r52 board only supports running on RAM, so samples or tests watchdogs that perform SoC reset will not produce results. Set the build only for these samples and tests until the reset SoC function is supported. Signed-off-by: Quang Bui Trong <quang.buitrong@nxp.com>
59 lines
2.9 KiB
YAML
59 lines
2.9 KiB
YAML
common:
|
|
depends_on: watchdog
|
|
tags: drivers watchdog
|
|
tests:
|
|
drivers.watchdog:
|
|
filter: >
|
|
not (CONFIG_WDT_SAM or dt_compat_enabled("st,stm32-window-watchdog")
|
|
or dt_compat_enabled("st,stm32-watchdog") or CONFIG_SOC_FAMILY_LPC or
|
|
CONFIG_SOC_SERIES_IMX_RT6XX or CONFIG_SOC_SERIES_IMX_RT5XX or
|
|
CONFIG_SOC_FAMILY_GD32 or SOC_SERIES_GD32VF103)
|
|
platform_exclude: mec15xxevb_assy6853 s32z270dc2_rtu0_r52 s32z270dc2_rtu1_r52
|
|
drivers.watchdog.stm32wwdg:
|
|
filter: dt_compat_enabled("st,stm32-window-watchdog") or dt_compat_enabled("st,stm32-watchdog")
|
|
extra_args: DTC_OVERLAY_FILE="boards/stm32_wwdg.overlay"
|
|
platform_allow: nucleo_f091rc nucleo_f103rb nucleo_f207zg stm32f3_disco
|
|
nucleo_f429zi nucleo_f746zg nucleo_g071rb nucleo_g474re nucleo_l073rz
|
|
nucleo_l152re nucleo_l4r5zi stm32l562e_dk nucleo_wb55rg nucleo_wl55jc
|
|
b_u585i_iot02a nucleo_u575zi_q
|
|
integration_platforms:
|
|
- nucleo_f091rc
|
|
drivers.watchdog.stm32wwdg_h7:
|
|
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_h753zi nucleo_h743zi
|
|
drivers.watchdog.stm32iwdg:
|
|
filter: dt_compat_enabled("st,stm32-window-watchdog") or dt_compat_enabled("st,stm32-watchdog")
|
|
extra_args: DTC_OVERLAY_FILE="boards/stm32_iwdg.overlay"
|
|
platform_allow: nucleo_f091rc nucleo_f103rb nucleo_f207zg stm32f3_disco
|
|
nucleo_f429zi nucleo_f746zg nucleo_g071rb nucleo_g474re nucleo_l073rz
|
|
nucleo_l152re nucleo_l4r5zi stm32l562e_dk nucleo_wb55rg nucleo_wl55jc
|
|
b_u585i_iot02a nucleo_u575zi_q nucleo_h753zi nucleo_h743zi
|
|
integration_platforms:
|
|
- nucleo_f091rc
|
|
drivers.watchdog.mec15xxevb_assy6853:
|
|
build_only: true
|
|
platform_allow: mec15xxevb_assy6853
|
|
drivers.watchdog.counter_watchdog:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: OVERLAY_CONFIG="boards/nrf52840dk_nrf52840_counter.conf"
|
|
DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840_counter.overlay"
|
|
drivers.watchdog.gd32fwdgt:
|
|
filter: dt_compat_enabled("gd,gd32-fwdgt")
|
|
extra_args: DTC_OVERLAY_FILE="boards/gd32_fwdgt.overlay"
|
|
platform_allow: gd32e103v_eval gd32e507v_start gd32f350r_eval gd32f403z_eval
|
|
gd32f450i_eval gd32f450z_eval gd32f470i_eval gd32vf103c_starter gd32vf103v_eval
|
|
longan_nano
|
|
integration_platforms:
|
|
- gd32e103v_eval
|
|
drivers.watchdog.gd32wwdgt:
|
|
filter: dt_compat_enabled("gd,gd32-wwdgt")
|
|
extra_args: DTC_OVERLAY_FILE="boards/gd32_wwdgt.overlay"
|
|
platform_allow: gd32e103v_eval gd32e507v_start gd32f350r_eval gd32f403z_eval
|
|
gd32f450i_eval gd32f450z_eval gd32f470i_eval gd32vf103c_starter
|
|
gd32vf103v_eval longan_nano
|
|
integration_platforms:
|
|
- gd32e103v_eval
|
|
drivers.watchdog.s32z270dc2_r52:
|
|
build_only: true
|
|
platform_allow: s32z270dc2_rtu0_r52 s32z270dc2_rtu1_r52
|