summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-08-05 21:54:20 +0700
committerhathach <[email protected]>2019-08-05 21:54:20 +0700
commitd211035a0a50cd5ac5ee17ea1194bf92b4b6bd2a (patch)
tree0564e32fa07e63bb68de70c04a8a2a62b4e469a0 /hw
parentf133fbbe1f3635ed77135330f48d6f1ba850b341 (diff)
merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.c
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/feather_nrf52840_express/board.mk3
-rw-r--r--hw/bsp/pca10056/board.mk3
2 files changed, 0 insertions, 6 deletions
diff --git a/hw/bsp/feather_nrf52840_express/board.mk b/hw/bsp/feather_nrf52840_express/board.mk
index 40cb45d42..f89baaaaa 100644
--- a/hw/bsp/feather_nrf52840_express/board.mk
+++ b/hw/bsp/feather_nrf52840_express/board.mk
@@ -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 \
diff --git a/hw/bsp/pca10056/board.mk b/hw/bsp/pca10056/board.mk
index baea5fdc1..d8f63690f 100644
--- a/hw/bsp/pca10056/board.mk
+++ b/hw/bsp/pca10056/board.mk
@@ -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 \