nimble/ll: Make LL task stack size configurable

This commit makes LL stack size configurable. Depending on compiler and
platform default value may not be enough. It was reported that on nRF52840
90 words is not enough even if Ext Adv is disabled. To keep things simple
lets just increase default stack size to 120 word for all usecases (with
exception of nRF51 where defults to 96 bytes).
This commit is contained in:
Szymon Janc
2022-06-20 16:16:22 +02:00
parent 3a3044d2ab
commit dc5a32f3b8
5 changed files with 32 additions and 13 deletions
+1
View File
@@ -72,3 +72,4 @@ syscfg.vals.BLE_CONTROLLER:
OS_CPUTIME_FREQ: 32768
OS_CPUTIME_TIMER_NUM: 5
BLE_LL_RFMGMT_ENABLE_TIME: 1500
BLE_LL_STACK_SIZE: 4000