nuttx-apps/wireless/bluetooth/nimble/Kconfig
Xiang Xiao 34a042aa49 nimble: Update version to cd8ab38c3da91b71dd428979153a408f38d3b02e
which contain the following fix:
commit cd8ab38c3da91b71dd428979153a408f38d3b02e
Author: Xiang Xiao <xiaoxiang@xiaomi.com>
Date:   Thu May 20 15:43:50 2021 +0800

nuttx: fix error: use of undeclared identifier 'ENOMEM'

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Idd832450d98306750ece8307ec7eef5c0c367a48
2021-05-22 12:02:58 -03:00

16 lines
365 B
Plaintext

config NIMBLE
bool "Apache nimBLE (BLE host-layer)"
default n
depends on !WIRELESS_BLUETOOTH_HOST
---help---
Enable Apache nimBLE Bluetooth Low Energy
host-layer stack.
if NIMBLE
config NIMBLE_REF
string "Version"
default "cd8ab38c3da91b71dd428979153a408f38d3b02e"
---help---
Git ref name to use when downloading from nimBLE repo
endif