add uart for feather nrf52840

This commit is contained in:
hathach
2020-03-08 13:25:14 +07:00
parent 4620ac5b77
commit b638aabad8
3 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ LDFLAGS += -L$(TOP)/hw/mcu/nordic/nrfx/mdk
SRC_C += \
hw/mcu/nordic/nrfx/drivers/src/nrfx_power.c \
hw/mcu/nordic/nrfx/drivers/src/nrfx_uarte.c \
hw/mcu/nordic/nrfx/mdk/system_nrf52840.c \
hw/mcu/nordic/nrfx/mdk/system_nrf52840.c
INC += \
$(TOP)/hw/mcu/nordic/cmsis/Include \