The Atmel SAM is currently disabled from watchdog tests due to missing SAM4L driver. However, the tests do not implement wdt_disable, which is mandatory for SAM4L to work correctly. This disable the SAM4L platform until the watchdog API tests are fixed. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
139 lines
4.0 KiB
YAML
139 lines
4.0 KiB
YAML
common:
|
|
depends_on: watchdog
|
|
tags:
|
|
- drivers
|
|
- watchdog
|
|
tests:
|
|
drivers.watchdog:
|
|
filter: >
|
|
not (CONFIG_WDT_SAM or CONFIG_WDT_SAM4L
|
|
or dt_compat_enabled("st,stm32-window-watchdog")
|
|
or dt_compat_enabled("st,stm32-watchdog") or CONFIG_SOC_FAMILY_LPC or
|
|
CONFIG_SOC_SERIES_IMXRT6XX or CONFIG_SOC_SERIES_IMXRT5XX or
|
|
CONFIG_SOC_FAMILY_GD_GD32 or SOC_SERIES_GD32VF103)
|
|
platform_exclude:
|
|
- mec15xxevb_assy6853
|
|
- s32z2xxdc2/s32z270/rtu0
|
|
- s32z2xxdc2/s32z270/rtu1
|
|
- s32z2xxdc2@D/s32z270/rtu0
|
|
- s32z2xxdc2@D/s32z270/rtu1
|
|
- mps2/an383
|
|
- mps2/an386
|
|
- mps2/an500
|
|
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
|
|
- nucleo_c031c6
|
|
- stm32h573i_dk
|
|
- nucleo_wba52cg
|
|
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_h7s3l8
|
|
- stm32h7s78_dk
|
|
- 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
|
|
- nucleo_c031c6
|
|
- nucleo_h753zi
|
|
- nucleo_h7s3l8
|
|
- stm32h7s78_dk
|
|
- nucleo_wba52cg
|
|
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:
|
|
- EXTRA_CONF_FILE="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.nxp_s32:
|
|
build_only: true
|
|
platform_allow:
|
|
- s32z2xxdc2/s32z270/rtu0
|
|
- s32z2xxdc2/s32z270/rtu1
|
|
- s32z2xxdc2@D/s32z270/rtu0
|
|
- s32z2xxdc2@D/s32z270/rtu1
|
|
- mr_canhubk3
|
|
integration_platforms:
|
|
- s32z2xxdc2/s32z270/rtu0
|
|
drivers.watchdog.mimxrt1050_evk_ti_tps382x:
|
|
filter: dt_compat_enabled("ti,tps382x")
|
|
platform_allow: mimxrt1050_evk/mimxrt1052/hyperflash
|
|
extra_args: DTC_OVERLAY_FILE="boards/mimxrt1050_evk_ti_tps382x.overlay"
|