bluetooth: increase stack size for NO_OPTIMIZATIONS

when building without optimizations, the bt long thread needs more space
to not crash

Signed-off-by: Toon Stegen <toon@toostsolutions.be>
This commit is contained in:
Toon Stegen 2025-04-14 15:28:52 +02:00 committed by Benjamin Cabé
commit a4f89574b9

View file

@ -15,6 +15,7 @@ config BT_LONG_WQ_STACK_SIZE
# Hidden: Long workqueue stack size. Should be derived from system
# requirements.
int
default 4096 if NO_OPTIMIZATIONS
default 1400 if BT_ECC
default 1300 if BT_GATT_CACHING
default 1024