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:
parent
4e1c4cd623
commit
1ec7e525ee
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue