Bluetooth: nble: Add UART driver for Nordic BLE chip

Adds basic support for communication with Nordic BLE (NBLE) chip
connected to UART.

Change-Id: I3651e291ec18805a63ecd3d240dce62273e3c498
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-01-13 17:14:39 +02:00 committed by Anas Nashif
commit baeb34a950
5 changed files with 583 additions and 1 deletions

View file

@ -324,6 +324,17 @@ config BLUETOOTH_UART_IRQ_PRI
endif
if NBLE
config NBLE_UART_ON_DEV_NAME
default UART_NS16550_PORT_0_NAME
config NBLE_UART_IRQ
default UART_NS16550_PORT_0_IRQ
config NBLE_UART_IRQ_PRI
default UART_NS16550_PORT_0_IRQ_PRI
endif
if UART_PIPE
config UART_PIPE_ON_DEV_NAME