2020-10-26 18:54:46 +01:00
|
|
|
config NIMBLE
|
2023-02-09 15:24:20 +01:00
|
|
|
bool "Apache nimBLE (BLE host-layer)"
|
|
|
|
default n
|
|
|
|
depends on !WIRELESS_BLUETOOTH_HOST
|
|
|
|
---help---
|
|
|
|
Enable Apache nimBLE Bluetooth Low Energy
|
|
|
|
host-layer stack.
|
2020-10-26 18:54:46 +01:00
|
|
|
|
|
|
|
if NIMBLE
|
2021-12-18 18:01:18 +01:00
|
|
|
config NIMBLE_STACKSIZE
|
|
|
|
int "nimble stack size"
|
|
|
|
default DEFAULT_TASK_STACKSIZE
|
|
|
|
|
|
|
|
config NIMBLE_REF
|
2023-02-09 15:24:20 +01:00
|
|
|
string "Version"
|
2023-02-06 05:52:25 +01:00
|
|
|
default "17a8e61fdec48d579df3bc5af59a9cff5edee674"
|
2023-02-09 15:24:20 +01:00
|
|
|
---help---
|
|
|
|
Git ref name to use when downloading from nimBLE repo
|
2020-10-26 18:54:46 +01:00
|
|
|
endif
|