Add watchdog support to the mimxrt685 platform. The mimxrt685 platform is excluded from the watchdog test case because the test case uses variables in the noinit section that need to be retained through a reset but the rt685 does not retain this memory through a reset. Signed-off-by: David Leach <david.leach@nxp.com>
16 lines
515 B
YAML
16 lines
515 B
YAML
tests:
|
|
drivers.watchdog:
|
|
depends_on: watchdog
|
|
tags: drivers watchdog
|
|
filter: not (CONFIG_WDT_SAM or dt_compat_enabled("st,stm32-window-watchdog"))
|
|
platform_exclude: mec15xxevb_assy6853 mimxrt685_evk_cm33
|
|
drivers.watchdog.stm32wwdg:
|
|
depends_on: watchdog
|
|
tags: drivers watchdog
|
|
filter: dt_compat_enabled("st,stm32-window-watchdog")
|
|
drivers.watchdog.mec15xxevb_assy6853:
|
|
depends_on: watchdog
|
|
tags: drivers watchdog
|
|
build_only: true
|
|
platform_allow: mec15xxevb_assy6853
|