aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SPC5/SPC560Bxx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-07 10:09:39 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-07 10:09:39 +0000
commit357a01573d4ddeb8f0a5867970eb5c5cb13b4c9a (patch)
treee00af91996351c1bc6b4847bcf4d2bcd01dfde4b /os/hal/ports/SPC5/SPC560Bxx
parent6dc0868aa57b2efdabf4a5e4d5be184165aeec9d (diff)
downloadChibiOS-357a01573d4ddeb8f0a5867970eb5c5cb13b4c9a.tar.gz
ChibiOS-357a01573d4ddeb8f0a5867970eb5c5cb13b4c9a.tar.bz2
ChibiOS-357a01573d4ddeb8f0a5867970eb5c5cb13b4c9a.zip
Removed unsupported drivers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11130 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/SPC5/SPC560Bxx')
-rw-r--r--os/hal/ports/SPC5/SPC560Bxx/platform.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/os/hal/ports/SPC5/SPC560Bxx/platform.mk b/os/hal/ports/SPC5/SPC560Bxx/platform.mk
index 8909110d3..4a6a27277 100644
--- a/os/hal/ports/SPC5/SPC560Bxx/platform.mk
+++ b/os/hal/ports/SPC5/SPC560Bxx/platform.mk
@@ -1,11 +1,6 @@
# List of all the SPC560Bxx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560Bxx/hal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EDMA_v1/spc5_edma.c \
- ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/ADC_v1/hal_adc_lld.c \
- ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS_v1/spc5_emios.c \
- ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS_v1/hal_icu_lld.c \
- ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS_v1/hal_pwm_lld.c \
- ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/FlexCAN_v1/hal_can_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/SIUL_v1/hal_pal_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 \
@@ -14,9 +9,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560Bxx/hal_lld.c \
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560Bxx \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EDMA_v1 \
- ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/FlexCAN_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/SIUL_v1 \
- ${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS_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