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 <[email protected]> Authored: Thu Dec 29 14:28:45 2016 -0800 Committer: Christopher Collins <[email protected]> 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'
