From 1ec7e525eed931bcee8a42a395bc9553f7af5537 Mon Sep 17 00:00:00 2001 From: Author You Date: Tue, 11 Mar 2025 09:59:02 +0800 Subject: [PATCH] bluetooth: coex: increase BT_LONG_WQ stack to fix coex app hang Currently, coex application is enable the mbedtls and PAS feature, this causes BT_LONG_WQ thread to use more stack size. Signed-off-by: Author You --- soc/nxp/rw/Kconfig.defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/nxp/rw/Kconfig.defconfig b/soc/nxp/rw/Kconfig.defconfig index d627e990647..581dc43582f 100644 --- a/soc/nxp/rw/Kconfig.defconfig +++ b/soc/nxp/rw/Kconfig.defconfig @@ -29,6 +29,7 @@ config MAIN_STACK_SIZE default 2560 config BT_LONG_WQ_STACK_SIZE + default 5120 if (WIFI || IEEE802154) default 2560 config SYSTEM_WORKQUEUE_STACK_SIZE