Skip to content

Commit f50d11e

Browse files
kkasperczyk-norlubos
authored andcommitted
samples: matter: Fixed issue with spinlock assert on 53 family
Changed timeslice size to 0 to workaround the issue with spinlock assert on nRF5340. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent 3d3ff17 commit f50d11e

File tree

15 files changed

+45
-0
lines changed

15 files changed

+45
-0
lines changed

applications/matter_bridge/sysbuild/ipc_radio/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ CONFIG_IPC_SERVICE=y
4040
# ipc_radio
4141
CONFIG_IPC_RADIO_BT=y
4242
CONFIG_IPC_RADIO_BT_HCI_IPC=y
43+
44+
# Workaround for the spinlock assertion issue.
45+
CONFIG_TIMESLICE_SIZE=0

applications/matter_weather_station/sysbuild/ipc_radio/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ CONFIG_IPC_RADIO_BT_HCI_IPC=y
5151
# that is pulled in by NETCORE_IPC_RADIO_IEEE802154 in application's Kconfig.sysbuild.
5252
# For Wi-Fi builds, this option will not get applied anyway.
5353
CONFIG_NRF_802154_ENCRYPTION=y
54+
55+
# Workaround for the spinlock assertion issue.
56+
CONFIG_TIMESLICE_SIZE=0

samples/matter/light_bulb/sysbuild/ipc_radio/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CONFIG_UART_CONSOLE=n
99
CONFIG_LOG=n
1010

1111
CONFIG_RESET_ON_FATAL_ERROR=n
12+
13+
# Workaround for the spinlock assertion issue.
14+
CONFIG_TIMESLICE_SIZE=0

samples/matter/light_bulb/sysbuild/ipc_radio/prj_release.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CONFIG_UART_CONSOLE=n
99
CONFIG_LOG=n
1010

1111
CONFIG_RESET_ON_FATAL_ERROR=y
12+
13+
# Workaround for the spinlock assertion issue.
14+
CONFIG_TIMESLICE_SIZE=0

samples/matter/light_switch/sysbuild/ipc_radio/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CONFIG_UART_CONSOLE=n
99
CONFIG_LOG=n
1010

1111
CONFIG_RESET_ON_FATAL_ERROR=n
12+
13+
# Workaround for the spinlock assertion issue.
14+
CONFIG_TIMESLICE_SIZE=0

samples/matter/lock/sysbuild/ipc_radio/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CONFIG_UART_CONSOLE=n
99
CONFIG_LOG=n
1010

1111
CONFIG_RESET_ON_FATAL_ERROR=n
12+
13+
# Workaround for the spinlock assertion issue.
14+
CONFIG_TIMESLICE_SIZE=0

samples/matter/lock/sysbuild/ipc_radio/prj_release.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CONFIG_UART_CONSOLE=n
99
CONFIG_LOG=n
1010

1111
CONFIG_RESET_ON_FATAL_ERROR=y
12+
13+
# Workaround for the spinlock assertion issue.
14+
CONFIG_TIMESLICE_SIZE=0

samples/matter/manufacturer_specific/sysbuild/ipc_radio/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CONFIG_UART_CONSOLE=n
99
CONFIG_LOG=n
1010

1111
CONFIG_RESET_ON_FATAL_ERROR=n
12+
13+
# Workaround for the spinlock assertion issue.
14+
CONFIG_TIMESLICE_SIZE=0

samples/matter/smoke_co_alarm/sysbuild/ipc_radio/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CONFIG_UART_CONSOLE=n
99
CONFIG_LOG=n
1010

1111
CONFIG_RESET_ON_FATAL_ERROR=n
12+
13+
# Workaround for the spinlock assertion issue.
14+
CONFIG_TIMESLICE_SIZE=0

samples/matter/smoke_co_alarm/sysbuild/ipc_radio/prj_release.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CONFIG_UART_CONSOLE=n
99
CONFIG_LOG=n
1010

1111
CONFIG_RESET_ON_FATAL_ERROR=y
12+
13+
# Workaround for the spinlock assertion issue.
14+
CONFIG_TIMESLICE_SIZE=0

0 commit comments

Comments
 (0)