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 committed Nov 19, 2024
1 parent 4f3ef0a commit 22290ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Disbale dcache

Check warning on line 1 in tests/drivers/watchdog/wdt_basic_api/boards/nrf54h20dk_nrf54h20_cpuapp.conf

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TYPO_SPELLING

tests/drivers/watchdog/wdt_basic_api/boards/nrf54h20dk_nrf54h20_cpuapp.conf:1 'Disbale' may be misspelled - perhaps 'Disable'?
CONFIG_DCACHE=n

0 comments on commit 22290ad

Please sign in to comment.