2014-08-01 22:55:00 +00:00
|
|
|
# List of all platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \
|
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/KL2x/hal_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/KL2x/pal_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/KL2x/serial_lld.c \
|
2014-09-01 00:38:35 +00:00
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/LLD/i2c_lld.c \
|
2014-09-01 00:15:37 +00:00
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/LLD/ext_lld.c \
|
2014-09-05 22:41:12 +00:00
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/LLD/adc_lld.c \
|
2014-11-11 11:32:15 +00:00
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/KL2x/pwm_lld.c \
|
2014-08-01 22:55:00 +00:00
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/KL2x/st_lld.c
|
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \
|
2014-09-01 00:15:37 +00:00
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/KL2x \
|
|
|
|
${CHIBIOS}/os/hal/ports/KINETIS/LLD
|