Skip to content

Commit a223b9a

Browse files
maciejbaczmanskicarlescufi
authored andcommitted
kconfig: openthread: increase stack size for coprocessor
Coprocessor crashes with stack overflow when turning diagnostic mode as it needs ~1650B. Increase stack to 2084. Signed-off-by: Maciej Baczmanski <[email protected]> (cherry picked from commit 40ceeea)
1 parent dbd9af5 commit a223b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/openthread/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ config OPENTHREAD_MBEDTLS_DEBUG
118118

119119
config OPENTHREAD_THREAD_STACK_SIZE
120120
int "OpenThread thread stack size"
121-
default 1224 if OPENTHREAD_COPROCESSOR_RCP
121+
default 2048 if OPENTHREAD_COPROCESSOR_RCP
122122
default 7168 if (OPENTHREAD_COMMISSIONER || OPENTHREAD_JOINER) && PSA_CRYPTO_DRIVER_CRACEN
123123
default 6240 if (OPENTHREAD_COMMISSIONER || OPENTHREAD_JOINER)
124124
default 6144 if PSA_CRYPTO_DRIVER_CRACEN

0 commit comments

Comments
 (0)