mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user