aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF51/NRF51822/platform.mk
blob: 4ed07225c1e4ffe722ccb315088ba516af227884 (plain)
1
2
3
4
5
6
7
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/st_lld.c

# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \
              ${CHIBIOS}/community/os/hal/ports/NRF51/NRF51822