2020-10-26 18:54:46 +01:00
|
|
|
config NIMBLE
|
|
|
|
bool "Apache nimBLE (BLE host-layer)"
|
|
|
|
default n
|
|
|
|
depends on !WIRELESS_BLUETOOTH_HOST
|
|
|
|
---help---
|
|
|
|
Enable Apache nimBLE Bluetooth Low Energy
|
2020-11-28 07:58:55 +01:00
|
|
|
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
|
2020-10-26 18:54:46 +01:00
|
|
|
string "Version"
|
2021-05-20 12:13:51 +02:00
|
|
|
default "cd8ab38c3da91b71dd428979153a408f38d3b02e"
|
2020-10-26 18:54:46 +01:00
|
|
|
---help---
|
|
|
|
Git ref name to use when downloading from nimBLE repo
|
|
|
|
endif
|