Skip to content

Commit 02bb624

Browse files
mstasiaknordicnashif
authored andcommitted
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 ac253fe commit 02bb624

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)