Skip to content

Commit 1ec7e52

Browse files
yyounxpkartben
authored andcommitted
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>
1 parent 4e1c4cd commit 1ec7e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/nxp/rw/Kconfig.defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ config MAIN_STACK_SIZE
2929
default 2560
3030

3131
config BT_LONG_WQ_STACK_SIZE
32+
default 5120 if (WIFI || IEEE802154)
3233
default 2560
3334

3435
config SYSTEM_WORKQUEUE_STACK_SIZE

0 commit comments

Comments
 (0)