This is an automated email from the ASF dual-hosted git repository.

kopyscinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d4762b4 controller: increase BLE_LL_STACK_SIZE for LE Audio Broadcast
7d4762b4 is described below

commit 7d4762b4e24041f49756d0a81adfed21beafd2ed
Author: Krzysztof Kopyściński <krzysztof.kopyscin...@codecoup.pl>
AuthorDate: Tue Nov 28 10:50:16 2023 +0100

    controller: increase BLE_LL_STACK_SIZE for LE Audio Broadcast
    
    BIG encryption takes additional space on stack, due to crypto functions.
---
 nimble/controller/syscfg.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nimble/controller/syscfg.yml b/nimble/controller/syscfg.yml
index f1258917..ae5e9373 100644
--- a/nimble/controller/syscfg.yml
+++ b/nimble/controller/syscfg.yml
@@ -613,6 +613,9 @@ syscfg.vals.BLE_LL_CFG_FEAT_LL_EXT_ADV:
     BLE_HW_WHITELIST_ENABLE: 0
     BLE_LL_SCAN_AUX_SEGMENT_CNT: 8
 
+syscfg.vals.BLE_LL_ISO_BROADCASTER:
+    BLE_LL_STACK_SIZE: 180
+
 # Enable vendor event on assert in standalone build to make failed assertions 
in
 # controller code visible when connected to external host
 syscfg.vals.'!BLE_HOST && !BABBLESIM':

Reply via email to