Skip to content

Commit

Permalink
[nrf fromlist] tests: drivers: watchdog: disable DCACHE for nRF54H20dk
Browse files Browse the repository at this point in the history
Disabled data caching for nRF54H20dk in wdt_basic_api test.
It caused variables stored in noinit section to be cached,
resulting in reset loop.

Upstream PR #: 81438

Signed-off-by: Michał Stasiak <[email protected]>
  • Loading branch information
mstasiaknordic authored and rlubos committed Nov 20, 2024
1 parent 4f3ef0a commit 3d0bbe4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Disable dcache
CONFIG_DCACHE=n

0 comments on commit 3d0bbe4

Please sign in to comment.