aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
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
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')
-rw-r--r--os/hal/ports/SPC5/SPC560BCxx/platform.mk27
-rw-r--r--os/hal/ports/SPC5/SPC560Bxx/platform.mk7
-rw-r--r--os/hal/ports/SPC5/SPC560Dxx/platform.mk27
-rw-r--r--os/hal/ports/SPC5/SPC560Pxx/platform.mk28
-rw-r--r--os/hal/ports/SPC5/SPC563Mxx/platform.mk28
-rw-r--r--os/hal/ports/SPC5/SPC564Axx/platform.mk28
-rw-r--r--os/hal/ports/SPC5/SPC56ELxx/platform.mk26
7 files changed, 60 insertions, 111 deletions
diff --git a/os/hal/ports/SPC5/SPC560BCxx/platform.mk b/os/hal/ports/SPC5/SPC560BCxx/platform.mk
index af702f9aa..6bab00ad1 100644
--- a/os/hal/ports/SPC5/SPC560BCxx/platform.mk
+++ b/os/hal/ports/SPC5/SPC560BCxx/platform.mk
@@ -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)
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
diff --git a/os/hal/ports/SPC5/SPC560Dxx/platform.mk b/os/hal/ports/SPC5/SPC560Dxx/platform.mk
index bd8909b01..7134d9db5 100644
--- a/os/hal/ports/SPC5/SPC560Dxx/platform.mk
+++ b/os/hal/ports/SPC5/SPC560Dxx/platform.mk
@@ -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)
diff --git a/os/hal/ports/SPC5/SPC560Pxx/platform.mk b/os/hal/ports/SPC5/SPC560Pxx/platform.mk
index 44dc65fb4..ccdcf19a4 100644
--- a/os/hal/ports/SPC5/SPC560Pxx/platform.mk
+++ b/os/hal/ports/SPC5/SPC560Pxx/platform.mk
@@ -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)
diff --git a/os/hal/ports/SPC5/SPC563Mxx/platform.mk b/os/hal/ports/SPC5/SPC563Mxx/platform.mk
index 912563beb..36dd0c0f3 100644
--- a/os/hal/ports/SPC5/SPC563Mxx/platform.mk
+++ b/os/hal/ports/SPC5/SPC563Mxx/platform.mk
@@ -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)
diff --git a/os/hal/ports/SPC5/SPC564Axx/platform.mk b/os/hal/ports/SPC5/SPC564Axx/platform.mk
index 49636ab6a..a9a02a0a7 100644
--- a/os/hal/ports/SPC5/SPC564Axx/platform.mk
+++ b/os/hal/ports/SPC5/SPC564Axx/platform.mk
@@ -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)
diff --git a/os/hal/ports/SPC5/SPC56ELxx/platform.mk b/os/hal/ports/SPC5/SPC56ELxx/platform.mk
index 4a6afd54a..190858f39 100644
--- a/os/hal/ports/SPC5/SPC56ELxx/platform.mk
+++ b/os/hal/ports/SPC5/SPC56ELxx/platform.mk
@@ -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)