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

mlaz 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 d51bff0  Increase omp_svr sample main stack size
     new f0f2bc3  Merge pull request #75 from mlaz/omp_sample_fix
d51bff0 is described below

commit d51bff0aeeca2486073d64df2a4af76d787bc497
Author: Miguel Azevedo <miguella...@gmail.com>
AuthorDate: Wed Mar 25 18:16:23 2020 +0000

    Increase omp_svr sample main stack size
---
 samples/omp_svr/mynewt/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/omp_svr/mynewt/syscfg.yml 
b/samples/omp_svr/mynewt/syscfg.yml
index 1c35a78..8336eda 100644
--- a/samples/omp_svr/mynewt/syscfg.yml
+++ b/samples/omp_svr/mynewt/syscfg.yml
@@ -35,7 +35,7 @@ syscfg.vals:
     CONFIG_MGMT: 1
 
     # OS main/default task
-    OS_MAIN_STACK_SIZE: 468
+    OS_MAIN_STACK_SIZE: 568
 
     # Lots of smaller mbufs are required for smp using typical BLE ATT MTU
     # values.

Reply via email to