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 ca29e64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/drivers/watchdog/wdt_basic_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,6 @@ tests:
filter: dt_compat_enabled("ti,tps382x")
platform_allow: mimxrt1050_evk
extra_args: DTC_OVERLAY_FILE="boards/mimxrt1050_evk_ti_tps382x.overlay"
drivers.watchdog.nrf54h20dk:
platform_allow: nrf54h20dk/nrf54h20/cpuapp
extra_args: CONFIG_DCACHE=n

0 comments on commit ca29e64

Please sign in to comment.