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:
Jori Rintahaka 2025-03-06 11:37:47 +02:00 committed by Anas Nashif
commit 0810fe3edb

View file

@ -22,4 +22,13 @@ config IDLE_STACK_SIZE
configdefault NUM_METAIRQ_PRIORITIES
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