No ticket-Adding bsp/sysid and config to blepeprh

- Add bsp/sysid dependency and enable config in bleperph app.


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

Branch: refs/heads/develop
Commit: fda3dd6f39f3675e354586d0f7c9f794ca3b7c73
Parents: ec1af7e
Author: Vipul Rahane <vipulrah...@apache.org>
Authored: Mon Oct 10 12:24:12 2016 -0700
Committer: Vipul Rahane <vipulrah...@apache.org>
Committed: Mon Oct 10 12:24:12 2016 -0700

----------------------------------------------------------------------
 apps/bleprph/pkg.yml    | 1 +
 apps/bleprph/syscfg.yml | 3 +++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/fda3dd6f/apps/bleprph/pkg.yml
----------------------------------------------------------------------
diff --git a/apps/bleprph/pkg.yml b/apps/bleprph/pkg.yml
index 72b8b31..4773ef9 100644
--- a/apps/bleprph/pkg.yml
+++ b/apps/bleprph/pkg.yml
@@ -36,3 +36,4 @@ pkg.deps:
     - mgmt/newtmgr
     - mgmt/newtmgr/transport/ble
     - sys/sysinit
+    - sys/id

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/fda3dd6f/apps/bleprph/syscfg.yml
----------------------------------------------------------------------
diff --git a/apps/bleprph/syscfg.yml b/apps/bleprph/syscfg.yml
index efccca0..738dfb2 100644
--- a/apps/bleprph/syscfg.yml
+++ b/apps/bleprph/syscfg.yml
@@ -21,3 +21,6 @@ syscfg.vals:
     # Enable newtmgr commands.
     STATS_NEWTMGR: 1
     LOG_NEWTMGR: 1
+
+    # Enable Config.
+    CONFIG_NEWTMGR: 1

Reply via email to