2013-03-13 12:55:10 +00:00
|
|
|
# List of all the SPC563Mxx platform files.
|
2012-12-11 10:27:10 +00:00
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx/hal_lld.c \
|
2013-03-25 10:54:02 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/DSPI_v1/spi_lld.c \
|
2013-03-04 08:28:44 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.c \
|
2013-02-27 15:57:45 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/SIU_v1/pal_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1/serial_lld.c
|
2012-12-11 10:27:10 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2012-12-11 10:51:38 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC563Mxx \
|
2013-03-25 10:54:02 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/DSPI_v1 \
|
2013-03-04 08:28:44 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/EDMA_v1 \
|
2013-02-27 15:57:45 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/EQADC_v1 \
|
2012-12-12 09:41:58 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/ESCI_v1 \
|
2012-12-12 11:29:01 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/SPC5xx/SIU_v1
|