You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/11/16 13:18:44 UTC

[GitHub] andrzej-kaczmarek commented on a change in pull request #661: OS minimal stack check at context switch time

andrzej-kaczmarek commented on a change in pull request #661: OS minimal stack check at context switch time
URL: https://github.com/apache/mynewt-core/pull/661#discussion_r151410174
 
 

 ##########
 File path: kernel/os/syscfg.yml
 ##########
 @@ -39,6 +39,12 @@ syscfg.defs:
     OS_SCHEDULING:
         description: 'Whether OS will be started or not'
         value: 1
+    OS_CTX_SW_STACK_CHECK:
+        description: 'Whether to do stack sanity check during context switch'
+        value: 1
 
 Review comment:
   I'd make this disabled by default since it decreases effective stack size so existing apps may break.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services