Skip to content

Commit 96a7eaf

Browse files
committed
soc: nxp: mcxw23: increase system workque stack size when BT
Fix sysworkq stack overflow in various bluetooth samples due to using mbedtls for crypto. Signed-off-by: Axel Le Bourhis <[email protected]>
1 parent d02cdc7 commit 96a7eaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nxp/mcx/mcxw/mcxw2xx/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ config BT_LONG_WQ_STACK_SIZE
3434
config MAIN_STACK_SIZE
3535
default 2048
3636

37+
config SYSTEM_WORKQUEUE_STACK_SIZE
38+
default 2048
39+
3740
endif # BT
3841

3942
endif # SOC_SERIES_MCXW2XX

0 commit comments

Comments
 (0)