Skip to content

Commit 28dc3e2

Browse files
committed
[ncs] Increase system workqueue stack size
This PR increases the system workqueue stack size for the RCP build. The change prevents stack exhaustion during early initialization, which previously caused a delay in USB enumeration at boot. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
1 parent 5ceba1d commit 28dc3e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/ncs/overlay-ot-rcp-common.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ CONFIG_LOG_BACKEND_UART=n
1515
CONFIG_OPENTHREAD_CSL_AUTO_SYNC=n
1616
CONFIG_OPENTHREAD_MIN_RECEIVE_ON_AHEAD=104
1717
CONFIG_OPENTHREAD_MIN_RECEIVE_ON_AFTER=0
18+
19+
# Configure stack size of the system workqueue
20+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024

0 commit comments

Comments
 (0)