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/12/30 01:03:01 UTC

[3/4] incubator-mynewt-core git commit: Add BLE_HOST syscfg setting.

Add BLE_HOST syscfg setting.


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

Branch: refs/heads/develop
Commit: 46e25ed74f79984c3dd5beee1ad4666893b200ee
Parents: 06ff4cd
Author: Christopher Collins <cc...@apache.org>
Authored: Thu Dec 29 14:28:45 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Thu Dec 29 17:00:43 2016 -0800

----------------------------------------------------------------------
 net/nimble/host/syscfg.yml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/46e25ed7/net/nimble/host/syscfg.yml
----------------------------------------------------------------------
diff --git a/net/nimble/host/syscfg.yml b/net/nimble/host/syscfg.yml
index 6222917..9b3ba66 100644
--- a/net/nimble/host/syscfg.yml
+++ b/net/nimble/host/syscfg.yml
@@ -19,6 +19,10 @@
 # Package: net/nimble/host
 
 syscfg.defs:
+    BLE_HOST:
+        description: 'Indicates that a BLE host is present.'
+        value: 1
+
     # Debug settings.
     BLE_HS_DEBUG:
         description: 'TBD'