aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-08 10:33:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-08 10:33:31 +0000
commit7e567dedc7a496257a00660a14cf3dfbc571a59c (patch)
tree7ca455bc32648833ae868afbfe37c8e51e8c5380 /os/hal/platforms
parent538f257a6710eebea358e12845ae241437d70031 (diff)
downloadChibiOS-7e567dedc7a496257a00660a14cf3dfbc571a59c.tar.gz
ChibiOS-7e567dedc7a496257a00660a14cf3dfbc571a59c.tar.bz2
ChibiOS-7e567dedc7a496257a00660a14cf3dfbc571a59c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3429 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/STM32F1xx/platform.mk4
-rw-r--r--os/hal/platforms/STM32F1xx/stm32_dma.c (renamed from os/hal/platforms/STM32/DMAv1/stm32_dma.c)0
-rw-r--r--os/hal/platforms/STM32F1xx/stm32_dma.h (renamed from os/hal/platforms/STM32/DMAv1/stm32_dma.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F1xx/platform.mk b/os/hal/platforms/STM32F1xx/platform.mk
index a73f1b4f3..5e42d1335 100644
--- a/os/hal/platforms/STM32F1xx/platform.mk
+++ b/os/hal/platforms/STM32F1xx/platform.mk
@@ -1,5 +1,6 @@
# List of all the STM32F1xx platform files.
-PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F1xx/hal_lld.c \
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F1xx/stm32_dma.c \
+ ${CHIBIOS}/os/hal/platforms/STM32F1xx/hal_lld.c \
${CHIBIOS}/os/hal/platforms/STM32F1xx/adc_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/can_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \
@@ -13,7 +14,6 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F1xx/hal_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/spi_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/uart_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/GPIOv1/pal_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/DMAv1/stm32_dma.c \
${CHIBIOS}/os/hal/platforms/STM32/USBv1/usb_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/RTCv1/rtc_lld.c
diff --git a/os/hal/platforms/STM32/DMAv1/stm32_dma.c b/os/hal/platforms/STM32F1xx/stm32_dma.c
index 84e372c26..84e372c26 100644
--- a/os/hal/platforms/STM32/DMAv1/stm32_dma.c
+++ b/os/hal/platforms/STM32F1xx/stm32_dma.c
diff --git a/os/hal/platforms/STM32/DMAv1/stm32_dma.h b/os/hal/platforms/STM32F1xx/stm32_dma.h
index f209898d4..f209898d4 100644
--- a/os/hal/platforms/STM32/DMAv1/stm32_dma.h
+++ b/os/hal/platforms/STM32F1xx/stm32_dma.h