drivers/wireless/bluetooth/bt_uart_cc2564.c: Add cc2564 driver.

This commit is contained in:
Lwazi Dube
2018-12-11 06:58:31 -06:00
committed by Gregory Nutt
parent ab6b7e4c2d
commit 39c51e668f
2 changed files with 230 additions and 1 deletions
+4 -1
View File
@@ -44,13 +44,16 @@ CSRCS += bt_uart.c
ifeq ($(CONFIG_BLUETOOTH_UART_GENERIC),y)
CSRCS += bt_uart_generic.c
endif
ifeq ($(CONFIG_BLUETOOTH_UART_CC2564),y)
CSRCS += bt_uart_cc2564.c
endif
endif
ifeq ($(CONFIG_BLUETOOTH_NULL),y)
CSRCS += bt_null.c
endif
# Include common Bluetooth drvier build support
# Include common Bluetooth driver build support
DEPPATH += --dep-path wireless$(DELIM)bluetooth
VPATH += :wireless$(DELIM)bluetooth