soc: nxp: rw: 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-23 08:58:20 +01:00 committed by Benjamin Cabé
commit c2df6b0dd1

View file

@ -28,6 +28,12 @@ config HCI_NXP_SET_CAL_DATA
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