Skip to content

Commit 67e66bd

Browse files
committed
ipc: icmsg: Increase default stack size
For nRF71 Wi-Fi a higher stack size is needed. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent e57676a commit 67e66bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/ipc/ipc_service/lib/Kconfig.icmsg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if IPC_SERVICE_BACKEND_ICMSG_WQ_ENABLE
4343

4444
config IPC_SERVICE_BACKEND_ICMSG_WQ_STACK_SIZE
4545
int "Size of RX work queue stack"
46+
default 5400 if NRF71_ON_IPC
4647
default 1280
4748
help
4849
Size of stack used by work queue RX thread. This work queue is

0 commit comments

Comments
 (0)