aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF51/NRF51822/platform.mk
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2015-05-13 22:19:05 -0300
committerFabio Utzig <utzig@utzig.org>2015-05-13 22:19:05 -0300
commitc37554ca20e450bffa0fc3201ceda5283795e3db (patch)
treeb492e115ac87c3b15b5011ce553ddd40dea2d54a /os/hal/ports/NRF51/NRF51822/platform.mk
parent006b6a93d0a363d05bced66c135278e71fb311dd (diff)
downloadChibiOS-Contrib-c37554ca20e450bffa0fc3201ceda5283795e3db.tar.gz
ChibiOS-Contrib-c37554ca20e450bffa0fc3201ceda5283795e3db.tar.bz2
ChibiOS-Contrib-c37554ca20e450bffa0fc3201ceda5283795e3db.zip
Add initial serial driver
Diffstat (limited to 'os/hal/ports/NRF51/NRF51822/platform.mk')
-rw-r--r--os/hal/ports/NRF51/NRF51822/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/platform.mk b/os/hal/ports/NRF51/NRF51822/platform.mk
index 4ed0722..c905684 100644
--- a/os/hal/ports/NRF51/NRF51822/platform.mk
+++ b/os/hal/ports/NRF51/NRF51822/platform.mk
@@ -1,6 +1,7 @@
# List of all the NRF51x platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \
${CHIBIOS}/community/os/hal/ports/NRF51/NRF51822/hal_lld.c \
+ ${CHIBIOS}/community/os/hal/ports/NRF51/NRF51822/serial_lld.c \
${CHIBIOS}/community/os/hal/ports/NRF51/NRF51822/st_lld.c
# Required include directories