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/10/07 02:49:55 UTC

incubator-mynewt-core git commit: slinky - Enable config newtmgr commands.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 2d381b3d8 -> 81c89627b


slinky - Enable config newtmgr commands.


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

Branch: refs/heads/develop
Commit: 81c89627b783ae3415962ad1c9cf9a6cf740f39d
Parents: 2d381b3
Author: Christopher Collins <cc...@apache.org>
Authored: Thu Oct 6 19:49:15 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Thu Oct 6 19:49:15 2016 -0700

----------------------------------------------------------------------
 apps/slinky/syscfg.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/81c89627/apps/slinky/syscfg.yml
----------------------------------------------------------------------
diff --git a/apps/slinky/syscfg.yml b/apps/slinky/syscfg.yml
index feedbeb..7ed1a08 100644
--- a/apps/slinky/syscfg.yml
+++ b/apps/slinky/syscfg.yml
@@ -16,7 +16,9 @@ syscfg.vals:
     # Enable shell commands.
     STATS_CLI: 1
     LOG_CLI: 1
+    CONFIG_CLI: 1
 
     # Enable newtmgr commands.
     STATS_NEWTMGR: 1
     LOG_NEWTMGR: 1
+    CONFIG_NEWTMGR: 1