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:57 UTC

[1/2] incubator-mynewt-core git commit: sys/reboot - Enable LOG_FCB when using an FCB.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop e27674071 -> ae4f90b6f


sys/reboot - Enable LOG_FCB when using an 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/43f93a2e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/43f93a2e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/43f93a2e

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

----------------------------------------------------------------------
 sys/reboot/pkg.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/43f93a2e/sys/reboot/pkg.yml
----------------------------------------------------------------------
diff --git a/sys/reboot/pkg.yml b/sys/reboot/pkg.yml
index c2c2bf7..fd173e2 100644
--- a/sys/reboot/pkg.yml
+++ b/sys/reboot/pkg.yml
@@ -46,3 +46,6 @@ pkg.syscfg_defs:
     REBOOT_LOG_ENTRY_COUNT:
         description: 'TBD'
         value: 10
+
+pkg.syscfg_vals.REBOOT_LOG_FCB:
+    LOG_FCB: 1


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

Posted by cc...@apache.org.
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