You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/09/24 01:48:58 UTC

[2/2] incubator-mynewt-core git commit: slinky/splitty - Log reboot to FCB.

slinky/splitty - Log reboot to FCB.


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/ae4f90b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ae4f90b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ae4f90b6

Branch: refs/heads/develop
Commit: ae4f90b6fe1642e1062925f8fe4809999102e359
Parents: 43f93a2
Author: Christopher Collins <cc...@apache.org>
Authored: Fri Sep 23 18:48:29 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Fri Sep 23 18:48:29 2016 -0700

----------------------------------------------------------------------
 apps/slinky/pkg.yml  | 4 ++++
 apps/splitty/pkg.yml | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ae4f90b6/apps/slinky/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/slinky/pkg.yml b/apps/slinky/pkg.yml
index 4e11759..0003fb5 100644
--- a/apps/slinky/pkg.yml
+++ b/apps/slinky/pkg.yml
@@ -44,4 +44,8 @@ pkg.syscfg_vals:
     # Enable the shell task.
     SHELL_TASK: 1
 
+    # Include names for statistics.
     STATS_NAMES: 1
+
+    # Log reboot messages to a flash circular buffer.
+    REBOOT_LOG_FCB: 1

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ae4f90b6/apps/splitty/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/splitty/pkg.yml b/apps/splitty/pkg.yml
index d436423..a984e5f 100644
--- a/apps/splitty/pkg.yml
+++ b/apps/splitty/pkg.yml
@@ -43,4 +43,8 @@ pkg.syscfg_vals:
     # Enable the shell task.
     SHELL_TASK: 1
 
+    # Include names for statistics.
     STATS_NAMES: 1
+
+    # Log reboot messages to a flash circular buffer.
+    REBOOT_LOG_FCB: 1