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.
This commit is contained in:
Andrzej Kaczmarek
2019-03-07 23:47:37 +01:00
parent e962353e31
commit 45e8471252
+13 -8
View File
@@ -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