zephyr/tests/drivers/watchdog/wdt_basic_api/testcase.yaml
David Leach bdd536a09e watchdog: add watchdog driver support to mimxrt685 platform
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>
2021-08-02 13:21:20 -05:00

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