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 805bfbb  smp_svr: stack size needs to be increased from 468 (#56)
805bfbb is described below

commit 805bfbbab7c432e6db77688029287be5e0fa76df
Author: Vipul Rahane <vipulrah...@apache.org>
AuthorDate: Fri Jan 17 16:08:55 2020 -0800

    smp_svr: stack size needs to be increased from 468 (#56)
---
 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 bd48253..2644ef5 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: 468
+    OS_MAIN_STACK_SIZE: 1024
 
     # Lots of smaller mbufs are required for smp using typical BLE ATT MTU
     # values.

Reply via email to