From 30c660162f5fe70606bd122b61818ace47e6d908 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 11 Jan 2024 13:30:30 +0100 Subject: [PATCH] tests/kernel/context: Fix for nrf5340bsim_nrf5340_cpunet 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 --- tests/kernel/context/boards/nrf5340bsim_nrf5340_cpunet.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/kernel/context/boards/nrf5340bsim_nrf5340_cpunet.conf diff --git a/tests/kernel/context/boards/nrf5340bsim_nrf5340_cpunet.conf b/tests/kernel/context/boards/nrf5340bsim_nrf5340_cpunet.conf new file mode 100644 index 00000000000000..e09415f38f7af5 --- /dev/null +++ b/tests/kernel/context/boards/nrf5340bsim_nrf5340_cpunet.conf @@ -0,0 +1 @@ +CONFIG_NRF53_SYNC_RTC=n