Bluetooth: Flag NBLE as deprecated
The NBLE driver is now deprecated and will be removed in a future Zephyr version. Change-Id: I50753f8cf8566ac1e4e73df480c96253c199e6a7 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
f6ca7de09c
commit
79f020be54
1 changed files with 4 additions and 1 deletions
|
|
@ -17,12 +17,15 @@
|
|||
#
|
||||
|
||||
config NBLE
|
||||
bool "Support for custom non-HCI nRF51 firmware"
|
||||
bool "Support for custom non-HCI nRF51 firmware [DEPRECATED]"
|
||||
select UART_INTERRUPT_DRIVEN
|
||||
select NANO_TIMEOUTS
|
||||
select NET_BUF
|
||||
depends on SERIAL
|
||||
help
|
||||
Note: This feature is deprecated and will be removed in a
|
||||
future Zephyr version.
|
||||
|
||||
Enables support for using Nordic Semiconductor nRF51 Bluetooth
|
||||
LE chips with a custom firmware. The API for this is a subset of
|
||||
the normal Bluetooth API (include/bluetooth/). This driver can
|
||||
|
|
|
|||
Loading…
Reference in a new issue