Skip to content

Commit 4979012

Browse files
nandojvekartben
authored andcommitted
tests: watchdog: sam: Disnable Atmel SAM4L
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>
1 parent 0cf7fd1 commit 4979012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/drivers/watchdog/wdt_basic_api/testcase.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ common:
66
tests:
77
drivers.watchdog:
88
filter: >
9-
not (CONFIG_WDT_SAM or dt_compat_enabled("st,stm32-window-watchdog")
9+
not (CONFIG_WDT_SAM or CONFIG_WDT_SAM4L
10+
or dt_compat_enabled("st,stm32-window-watchdog")
1011
or dt_compat_enabled("st,stm32-watchdog") or CONFIG_SOC_FAMILY_LPC or
1112
CONFIG_SOC_SERIES_IMXRT6XX or CONFIG_SOC_SERIES_IMXRT5XX or
1213
CONFIG_SOC_FAMILY_GD_GD32 or SOC_SERIES_GD32VF103)

0 commit comments

Comments
 (0)