drivers/wireless/bluetooth: Partition bt_uart.c adding bt_uart.h and bt_uart_generic.c. This will now permit adding HCI UART drivers that have custom initialization requirements.. such as parts the need to download a configuration file to the HCI UART before they are usable.

This commit is contained in:
Gregory Nutt
2018-04-19 17:48:04 -06:00
parent 1d044e6952
commit 9b83737821
7 changed files with 273 additions and 146 deletions
+3
View File
@@ -41,6 +41,9 @@ ifeq ($(CONFIG_DRIVERS_BLUETOOTH),y)
ifeq ($(CONFIG_BLUETOOTH_UART),y)
CSRCS += bt_uart.c
ifeq ($(CONFIG_BLUETOOTH_UART_GENERIC),y)
CSRCS += bt_uart_generic.c
endif
endif
ifeq ($(CONFIG_BLUETOOTH_NULL),y)