1
0
Fork 0

Migrate RN42 to UART driver and refactor (#15492)

This commit is contained in:
Ryan 2021-12-22 16:51:39 +11:00 committed by GitHub
parent 78648b37e9
commit 77d3e564f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 135 additions and 71 deletions

View file

@ -720,6 +720,7 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
ifeq ($(strip $(BLUETOOTH_DRIVER)), RN42)
OPT_DEFS += -DMODULE_RN42
SRC += $(TMK_DIR)/protocol/serial_uart.c
SRC += $(DRIVER_PATH)/bluetooth/rn42.c
QUANTUM_LIB_SRC += uart.c
endif
endif