This is an automated email from the ASF dual-hosted git repository.
janc 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 8a92ed1bf apps/bleprph: Adjust OS main stack
8a92ed1bf is described below
commit 8a92ed1bf5e0b092055382b8150f92057d1c0479
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Nov 18 10:19:38 2024 +0100
apps/bleprph: Adjust OS main stack
Mcumgr image upload may require a bit more stack than current default.
Make sure we are on safe side with default.
---
apps/bleprph/syscfg.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/bleprph/syscfg.yml b/apps/bleprph/syscfg.yml
index 0800f213b..5f417d7cd 100644
--- a/apps/bleprph/syscfg.yml
+++ b/apps/bleprph/syscfg.yml
@@ -62,7 +62,7 @@ syscfg.vals:
CONFIG_MGMT: 1
# OS main/default task
- OS_MAIN_STACK_SIZE: 512
+ OS_MAIN_STACK_SIZE: 768
# Lots of smaller mbufs are required for smp using typical BLE ATT MTU
# values.