From e07ebbcac3f9a6bf871ad23b4c6cd0eb0d72809e Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Wed, 29 Apr 2015 19:48:06 -0300 Subject: Add initial system header + makefile --- os/hal/ports/NRF51/NRF51822/platform.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 os/hal/ports/NRF51/NRF51822/platform.mk (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 new file mode 100644 index 0000000..5e8588d --- /dev/null +++ b/os/hal/ports/NRF51/NRF51822/platform.mk @@ -0,0 +1,8 @@ +# 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/pal_lld.c + +# Required include directories +PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \ + ${CHIBIOS}/community/os/hal/ports/NRF51/NRF51822 -- cgit v1.2.3