From e9ffaf9bdc231c69adffd5486c2949f21390e6e1 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 22 Sep 2017 12:43:39 +0000 Subject: Forked SPC5 drivers from SPC5-HAL project, not all of them, just the one needed for supporting the PPC port. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10679 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/SPC5/SPC56ELxx/platform.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 os/hal/ports/SPC5/SPC56ELxx/platform.mk (limited to 'os/hal/ports/SPC5/SPC56ELxx/platform.mk') diff --git a/os/hal/ports/SPC5/SPC56ELxx/platform.mk b/os/hal/ports/SPC5/SPC56ELxx/platform.mk new file mode 100644 index 000000000..72d862bd1 --- /dev/null +++ b/os/hal/ports/SPC5/SPC56ELxx/platform.mk @@ -0,0 +1,21 @@ +# List of all the SPC56ELxx platform files. +PLATFORMSRC = ${CHIBIOS}/os/hal/ports/SPC5/SPC56ELxx/hal_lld.c \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EDMA_v1/spc5_edma.c \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/FlexCAN_v1/hal_can_lld.c \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eTimer_v1/hal_icu_lld.c \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/SIUL_v1/hal_pal_lld.c \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/FlexPWM_v1/hal_pwm_lld.c \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/LINFlex_v1/hal_serial_lld.c \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/DSPI_v1/hal_spi_lld.c \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/STM_v1/hal_st_lld.c + +# Required include directories +PLATFORMINC = ${CHIBIOS}/os/hal/ports/SPC5/SPC56ELxx \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EDMA_v1 \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/FlexCAN_v1 \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eTimer_v1 \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/SIUL_v1 \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/FlexPWM_v1 \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/LINFlex_v1 \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/DSPI_v1 \ + ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/STM_v1 -- cgit v1.2.3