mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-05 01:27:56 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user