2012-09-17 14:31:16 +00:00
|
|
|
# List of all the SPC560Pxx platform files.
|
2012-09-21 10:39:16 +00:00
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC560Pxx/hal_lld.c \
|
2013-06-07 13:26:44 +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 \
|
2012-09-21 14:55:10 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.c \
|
2012-09-21 10:39:16 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1/serial_lld.c
|
2012-09-17 14:31:16 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2012-09-21 10:39:16 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC560Pxx \
|
2013-06-07 13:26:44 +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 \
|
2012-09-21 14:55:10 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/SIUL_v1 \
|
2012-09-21 10:39:16 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1
|