Commit 79f020be authored by Johan Hedberg's avatar Johan Hedberg
Browse files

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: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent f6ca7de0
No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment