Skip to content

Commit 15d1605

Browse files
ArekBalysNordicrlubos
authored andcommitted
applications: ipc_radio: Restore previous timeslice size
In the newest Zephyr, there is a new default value for the CONFIG_TIMESLICE_SIZE Kconfig. Previously, it was set to 0, which means "infinitely large time slice", but it was changed to the 20 ms according to the approximation of the historical clamping behaviour. When both Bluetooth LE and 802.15.4 work, this 20 ms causes random crashes on the nRF5340 network core. To avoid such behaviours, we can enforce the previous value and set the "infinitely large time slice". Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 95a5a55 commit 15d1605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

applications/ipc_radio/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
CONFIG_SERIAL=n
88
CONFIG_UART_CONSOLE=n
99
CONFIG_LOG=n
10+
CONFIG_TIMESLICE_SIZE=0

0 commit comments

Comments
 (0)