This is an automated email from the ASF dual-hosted git repository. andk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
commit 47eeaea89611170b89b953486f1555f863333dfc Author: Mariusz Skamra <[email protected]> AuthorDate: Thu Feb 20 11:54:02 2025 +0300 nimble/ll: Increase link-layer default stack size It has been seen that stack usage reaches 180 bytes running IAL/BIS/UNF/BRD/BV-30-C. his increases stack size by 20 bytes. --- nimble/controller/syscfg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimble/controller/syscfg.yml b/nimble/controller/syscfg.yml index b6770f087..7c3aeae9a 100644 --- a/nimble/controller/syscfg.yml +++ b/nimble/controller/syscfg.yml @@ -671,7 +671,7 @@ syscfg.vals.'BLE_ISO_BROADCAST_SOURCE || BLE_ISO_BROADCAST_SINK': syscfg.vals.BLE_LL_ISO_BROADCASTER: BLE_LL_CFG_FEAT_LE_ENCRYPTION: 1 - BLE_LL_STACK_SIZE: 180 + BLE_LL_STACK_SIZE: 200 # Enable vendor event on assert in standalone build to make failed assertions in # controller code visible when connected to external host
