soc: nxp: mcxw: fix stack overflow in BLE samples
mbedtls is now used in BLE samples, increasing the stack depth needed of the calling threads. This was causing stack overflows in several BLE samples. Increasing the BT_LONG_WQ_STACK stack size for peripheral_sc_only sample, and the SYSTEM_WORKQUEUE stack size for ibeacon sample. Signed-off-by: Jasen Liu <jasen.liu@nxp.com>
This commit is contained in:
parent
832810e650
commit
f18fed1a0e
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ if BT
|
||||||
config MAIN_STACK_SIZE
|
config MAIN_STACK_SIZE
|
||||||
default 2560
|
default 2560
|
||||||
|
|
||||||
|
config BT_LONG_WQ_STACK_SIZE
|
||||||
|
default 2560
|
||||||
|
|
||||||
|
config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||||
|
default 2048
|
||||||
|
|
||||||
if SHELL
|
if SHELL
|
||||||
|
|
||||||
config SHELL_STACK_SIZE
|
config SHELL_STACK_SIZE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue