Skip to content

Commit 6073bbb

Browse files
tests: drivers: watchdog: disable DCACHE for nRF54H20dk
Disabled data caching for nRF54H20dk in wdt_basic_api test. It caused variables stored in noinit section to be cached, resulting in reset loop. Signed-off-by: Michał Stasiak <[email protected]>
1 parent 5f418f5 commit 6073bbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Disable dcache
2+
CONFIG_DCACHE=n

0 commit comments

Comments
 (0)