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

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


The following commit(s) were added to refs/heads/master by this push:
     new 66683c1  smp_svr: Change the stack size to whats needed (#59)
66683c1 is described below

commit 66683c1df7a0fd5c99ea187359f0564d5076b375
Author: Vipul Rahane <[email protected]>
AuthorDate: Tue Jan 21 16:53:19 2020 -0800

    smp_svr: Change the stack size to whats needed (#59)
    
    - 564 is enough for image upload to work
---
 samples/smp_svr/mynewt/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/smp_svr/mynewt/syscfg.yml 
b/samples/smp_svr/mynewt/syscfg.yml
index 2644ef5..cb435e0 100644
--- a/samples/smp_svr/mynewt/syscfg.yml
+++ b/samples/smp_svr/mynewt/syscfg.yml
@@ -36,7 +36,7 @@ syscfg.vals:
     CONFIG_MGMT: 1
 
     # OS main/default task
-    OS_MAIN_STACK_SIZE: 1024
+    OS_MAIN_STACK_SIZE: 564
 
     # Lots of smaller mbufs are required for smp using typical BLE ATT MTU
     # values.

Reply via email to