You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/02/08 18:52:48 UTC

[4/5] incubator-mynewt-core git commit: kernel/os; document the purpose of OS_COREDUMP.

kernel/os; document the purpose of OS_COREDUMP.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/4e0e9010
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/4e0e9010
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4e0e9010

Branch: refs/heads/develop
Commit: 4e0e9010b507fe42b42d1fe0d3d32deb4769f326
Parents: f5d48ad
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Feb 7 18:12:30 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Feb 7 18:12:30 2017 -0800

----------------------------------------------------------------------
 kernel/os/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4e0e9010/kernel/os/syscfg.yml
----------------------------------------------------------------------
diff --git a/kernel/os/syscfg.yml b/kernel/os/syscfg.yml
index 0a6f219..a45fc96 100644
--- a/kernel/os/syscfg.yml
+++ b/kernel/os/syscfg.yml
@@ -31,7 +31,7 @@ syscfg.defs:
         restrictions:
             - SHELL_TASK
     OS_COREDUMP:
-        description: 'TBD'
+        description: 'Attempt to dump corefile when system crashes'
         value: 0
     OS_SCHEDULING:
         description: 'Whether OS will be started or not'