soc: silabs: fix too small BT_LONG_WQ_STACK_SIZE
Increase the long workqueue stack size to prevent it from being overflown for example in the GATT database hashing. This leaves us with a bit less than 200B of headroom as of today Signed-off-by: Jori Rintahaka <jori.rintahaka@silabs.com>
This commit is contained in:
parent
133f5bc3c2
commit
0810fe3edb
1 changed files with 9 additions and 0 deletions
|
@ -22,4 +22,13 @@ config IDLE_STACK_SIZE
|
||||||
configdefault NUM_METAIRQ_PRIORITIES
|
configdefault NUM_METAIRQ_PRIORITIES
|
||||||
default 1 if BT_SILABS_EFR32
|
default 1 if BT_SILABS_EFR32
|
||||||
|
|
||||||
|
if BT_LONG_WQ
|
||||||
|
configdefault BT_LONG_WQ_STACK_SIZE
|
||||||
|
# Hidden config item. We require a slightly larger stack than the
|
||||||
|
# default values are. As of this writing, we have a bit less than
|
||||||
|
# 200 bytes of headroom for future increases here, before we hit
|
||||||
|
# the limit again.
|
||||||
|
default 1600 if BT_ECC
|
||||||
|
endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue