aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS/K20x/platform.mk
blob: afe7c21adc676c7db2f39f999dd0e1a790b66a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# List of all platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/K20x/hal_lld.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/K20x/pal_lld.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/K20x/serial_lld.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/K20x/spi_lld.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/K20x/i2c_lld.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/K20x/st_lld.c

# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \
              ${CHIBIOS}/os/hal/ports/KINETIS/K20x