2013-02-07 14:01:39 +00:00
|
|
|
# List of all the SPC56ELxx platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC56ELxx/hal_lld.c \
|
2013-06-11 12:09:26 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c \
|
2013-04-02 12:56:55 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.c \
|
2013-03-27 14:33:06 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/FlexPWM_v1/pwm_lld.c \
|
2013-02-07 10:35:10 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1/serial_lld.c
|
|
|
|
|
|
|
|
# Required include directories
|
2013-02-07 14:01:39 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC56ELxx \
|
2013-06-11 12:09:26 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/DSPI_v1 \
|
2013-04-02 12:56:55 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/EDMA_v1 \
|
2013-03-27 14:33:06 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/eTimer_v1 \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/FlexPWM_v1 \
|
2013-02-07 10:35:10 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/SIUL_v1 \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1
|