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:
Jasen Liu 2025-01-21 11:34:03 +01:00 committed by Benjamin Cabé
commit f18fed1a0e

View file

@ -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