Removed unsupported drivers.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11130 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-12-07 10:09:39 +00:00
parent 6dc0868aa5
commit 357a01573d
7 changed files with 60 additions and 111 deletions

View File

@ -1,25 +1,18 @@
# List of all the SPC560BCxx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560BCxx/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 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/STM_v1/hal_st_lld.c
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1/spc5_edma.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIUL_v1/hal_pal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/LINFlex_v1/hal_serial_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1/hal_spi_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1/hal_st_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560BCxx \
${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
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIUL_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/LINFlex_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1
# Shared variables
ALLCSRC += $(PLATFORMSRC)

View File

@ -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

View File

@ -1,25 +1,18 @@
# List of all the SPC560Dxx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560Dxx/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 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/STM_v1/hal_st_lld.c
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1/spc5_edma.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIUL_v1/hal_pal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/LINFlex_v1/hal_serial_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1/hal_spi_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1/hal_st_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560Dxx \
${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
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIUL_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/LINFlex_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1
# Shared variables
ALLCSRC += $(PLATFORMSRC)

View File

@ -1,26 +1,18 @@
# List of all the SPC560Pxx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560Pxx/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/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
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1/spc5_edma.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIUL_v1/hal_pal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/LINFlex_v1/hal_serial_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1/hal_spi_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1/hal_st_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560Pxx \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EDMA_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/ADC_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
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIUL_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/LINFlex_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1
# Shared variables
ALLCSRC += $(PLATFORMSRC)

View File

@ -1,26 +1,18 @@
# List of all the SPC563Mxx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/SPC5/SPC563Mxx/hal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/DSPI_v1/hal_spi_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EDMA_v1/spc5_edma.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EQADC_v1/hal_adc_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS200_v1/spc5_emios.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS200_v1/hal_icu_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS200_v1/hal_pwm_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/FlexCAN_v1/hal_can_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/ESCI_v1/hal_serial_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/SIU_v1/hal_pal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/STM_v1/hal_st_lld.c
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1/hal_spi_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1/spc5_edma.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/ESCI_v1/hal_serial_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIU_v1/hal_pal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1/hal_st_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/SPC5/SPC563Mxx \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/DSPI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EDMA_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EQADC_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS200_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/FlexCAN_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/ESCI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/SIU_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/STM_v1
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/ESCI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIU_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1
# Shared variables
ALLCSRC += $(PLATFORMSRC)

View File

@ -1,26 +1,18 @@
# List of all the SPC564Axx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/SPC5/SPC564Axx/hal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/DSPI_v1/hal_spi_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EDMA_v1/spc5_edma.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EQADC_v1/hal_adc_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS200_v1/spc5_emios.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS200_v1/hal_icu_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS200_v1/hal_pwm_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/FlexCAN_v1/hal_can_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/ESCI_v1/hal_serial_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/SIU_v1/hal_pal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/STM_v1/hal_st_lld.c
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1/hal_spi_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1/spc5_edma.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/ESCI_v1/hal_serial_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIU_v1/hal_pal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1/hal_st_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/SPC5/SPC564Axx \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/DSPI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EDMA_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/EQADC_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/eMIOS200_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/FlexCAN_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/ESCI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/SIU_v1 \
${CHIBIOS}/os/hal/ports/SPC5/SPC5xx/STM_v1
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/ESCI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIU_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1
# Shared variables
ALLCSRC += $(PLATFORMSRC)

View File

@ -1,24 +1,18 @@
# 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
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1/spc5_edma.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIUL_v1/hal_pal_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/LINFlex_v1/hal_serial_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1/hal_spi_lld.c \
${CHIBIOS}/os/hal/ports/SPC5/LLD/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
${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/SIUL_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/LINFlex_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1 \
${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1
# Shared variables
ALLCSRC += $(PLATFORMSRC)