You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments