2014-08-06 01:03:36 +00:00
|
|
|
# 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 \
|
2014-08-07 02:03:36 +00:00
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/K20x/serial_lld.c \
|
2014-08-06 01:03:36 +00:00
|
|
|
${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
|
|
|
|
|
|
|
|
|
|
|
|
|