2013-06-12 13:26:28 +00:00
|
|
|
# List of all the SPC560Dxx platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC560Dxx/hal_lld.c \
|
2013-06-14 12:34:59 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c \
|
2013-06-12 11:57:18 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/SIUL_v1/pal_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1/serial_lld.c
|
|
|
|
|
|
|
|
# Required include directories
|
2013-06-12 13:26:28 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC560Dxx \
|
2013-06-14 12:34:59 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/DSPI_v1 \
|
2013-06-12 11:57:18 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/EDMA_v1 \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/SIUL_v1 \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/LINFlex_v1
|