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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue