From c5086c0b0c99d87f9f8b3142b8e084c84123a23e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 8 Oct 2011 10:34:44 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3430 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F2xx/platform.mk | 3 +-- os/hal/platforms/{STM32/DMAv2 => STM32F2xx}/stm32_dma.c | 0 os/hal/platforms/{STM32/DMAv2 => STM32F2xx}/stm32_dma.h | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename os/hal/platforms/{STM32/DMAv2 => STM32F2xx}/stm32_dma.c (100%) rename os/hal/platforms/{STM32/DMAv2 => STM32F2xx}/stm32_dma.h (100%) diff --git a/os/hal/platforms/STM32F2xx/platform.mk b/os/hal/platforms/STM32F2xx/platform.mk index c1502009f..64365e897 100644 --- a/os/hal/platforms/STM32F2xx/platform.mk +++ b/os/hal/platforms/STM32F2xx/platform.mk @@ -9,5 +9,4 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F2xx/hal_lld.c \ # Required include directories PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F2xx \ ${CHIBIOS}/os/hal/platforms/STM32 \ - ${CHIBIOS}/os/hal/platforms/STM32/GPIOv2 \ - ${CHIBIOS}/os/hal/platforms/STM32/DMAv2 + ${CHIBIOS}/os/hal/platforms/STM32/GPIOv2 diff --git a/os/hal/platforms/STM32/DMAv2/stm32_dma.c b/os/hal/platforms/STM32F2xx/stm32_dma.c similarity index 100% rename from os/hal/platforms/STM32/DMAv2/stm32_dma.c rename to os/hal/platforms/STM32F2xx/stm32_dma.c diff --git a/os/hal/platforms/STM32/DMAv2/stm32_dma.h b/os/hal/platforms/STM32F2xx/stm32_dma.h similarity index 100% rename from os/hal/platforms/STM32/DMAv2/stm32_dma.h rename to os/hal/platforms/STM32F2xx/stm32_dma.h