drivers/wireless/bluetooth: Add a NULL device to support some very low level testing on the Simulator.

This commit is contained in:
Gregory Nutt
2018-04-03 09:00:18 -06:00
parent a91edf7f3c
commit 15d033e32b
7 changed files with 186 additions and 2 deletions
+4
View File
@@ -43,6 +43,10 @@ ifeq ($(CONFIG_BLUETOOTH_UART),y)
CSRCS += bt_uart.c
endif
ifeq ($(CONFIG_BLUETOOTH_NULL),y)
CSRCS += bt_null.c
endif
# Include common Bluetooth drvier build support
DEPPATH += --dep-path wireless$(DELIM)bluetooth