From c37554ca20e450bffa0fc3201ceda5283795e3db Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Wed, 13 May 2015 22:19:05 -0300 Subject: Add initial serial driver --- os/hal/ports/NRF51/NRF51822/platform.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'os/hal/ports/NRF51/NRF51822/platform.mk') 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 -- cgit v1.2.3