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:
parent
a499afde23
commit
a4f89574b9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user