From 45e8471252df99bd0dcdbb160431c485fcb68355 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Tue, 5 Mar 2019 15:11:22 +0100 Subject: [PATCH] nimble/ll: Rename BLE_DEVICE to BLE_CONTROLLER BLE_CONTROLLER better describes the function of this syscfg setting and fits better with BLE_HOST. Also BLE_LP_CLOCK is redundant. --- nimble/controller/syscfg.yml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/nimble/controller/syscfg.yml b/nimble/controller/syscfg.yml index e1c0aca22..03b662d5f 100644 --- a/nimble/controller/syscfg.yml +++ b/nimble/controller/syscfg.yml @@ -17,15 +17,10 @@ # syscfg.defs: - BLE_DEVICE: + BLE_CONTROLLER: description: > - Used by package management system to include BLE hardware - drivers. - value: 1 - - BLE_LP_CLOCK: - description: > - Used by BSP packages to configure LP clock for controller. + Indicates that NimBLE controller is present. The default value for + this setting shall not be overriden. value: 1 BLE_HW_WHITELIST_ENABLE: @@ -303,6 +298,16 @@ syscfg.defs: Sysinit stage for the NimBLE controller. value: 250 +# defunct settings (to be removed eventually) + BLE_DEVICE: + description: Superseded by BLE_CONTROLLER + value: 1 + defunct: 1 + BLE_LP_CLOCK: + description: Superseded by BLE_CONTROLLER + value: 1 + defunct: 1 + syscfg.vals.BLE_LL_CFG_FEAT_LL_EXT_ADV: BLE_LL_CFG_FEAT_LE_CSA2: 1 BLE_HW_WHITELIST_ENABLE: 0