Skip to content

Commit

Permalink
tests/kernel/context: Fix for nrf5340bsim_nrf5340_cpunet
Browse files Browse the repository at this point in the history
This test assumes nothing else is running in the background
but when the logger is on, this board will by default
start the RTC sync mechanism, which will awake the CPU
every now and then.
Let's disable this mechanism to avoid disturbing the test.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
  • Loading branch information
aescolar authored and nashif committed Jan 11, 2024
1 parent 7557756 commit 30c6601
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_NRF53_SYNC_RTC=n

0 comments on commit 30c6601

Please sign in to comment.