merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.c

This commit is contained in:
hathach
2019-08-05 21:54:20 +07:00
parent f133fbbe1f
commit d211035a0a
4 changed files with 222 additions and 262 deletions

View File

@@ -20,9 +20,6 @@ SRC_C += \
hw/mcu/nordic/nrfx/drivers/src/nrfx_power.c \
hw/mcu/nordic/nrfx/mdk/system_nrf52840.c \
# TODO remove later
SRC_C += src/portable/$(VENDOR)/$(CHIP_FAMILY)/hal_$(CHIP_FAMILY).c
INC += \
$(TOP)/hw/cmsis/Include \
$(TOP)/hw/mcu/nordic \

View File

@@ -20,9 +20,6 @@ SRC_C += \
hw/mcu/nordic/nrfx/drivers/src/nrfx_power.c \
hw/mcu/nordic/nrfx/mdk/system_nrf52840.c \
# TODO remove later
SRC_C += src/portable/$(VENDOR)/$(CHIP_FAMILY)/hal_$(CHIP_FAMILY).c
INC += \
$(TOP)/hw/cmsis/Include \
$(TOP)/hw/mcu/nordic \