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 <author.you@nxp.com>
This commit is contained in:
Author You 2025-03-11 09:59:02 +08:00 committed by Benjamin Cabé
commit 1ec7e525ee

View file

@ -29,6 +29,7 @@ config MAIN_STACK_SIZE
default 2560 default 2560
config BT_LONG_WQ_STACK_SIZE config BT_LONG_WQ_STACK_SIZE
default 5120 if (WIFI || IEEE802154)
default 2560 default 2560
config SYSTEM_WORKQUEUE_STACK_SIZE config SYSTEM_WORKQUEUE_STACK_SIZE