Skip to content

Commit

Permalink
net: openthread: increase TCAT stack size
Browse files Browse the repository at this point in the history
Running TCAT with PSA crypto API  causes stack overflow.
Increased stack size.

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski authored and fabiobaltieri committed Jan 3, 2024
1 parent 9981e69 commit 11613e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/openthread/Kconfig.thread
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ config OPENTHREAD_DEFAULT_TX_POWER

config OPENTHREAD_BLE_TCAT_THREAD_STACK_SIZE
int "Openthread default TCAT stack size"
default 5120 if OPENTHREAD_CRYPTO_PSA
default 4200
help
Openthread default TCAT stack size.
Expand Down

0 comments on commit 11613e0

Please sign in to comment.