diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/STM32F2xx/platform.mk | 3 | ||||
-rw-r--r-- | os/hal/platforms/STM32F2xx/stm32_dma.c (renamed from os/hal/platforms/STM32/DMAv2/stm32_dma.c) | 0 | ||||
-rw-r--r-- | os/hal/platforms/STM32F2xx/stm32_dma.h (renamed from os/hal/platforms/STM32/DMAv2/stm32_dma.h) | 0 |
3 files changed, 1 insertions, 2 deletions
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 index 70f412083..70f412083 100644 --- a/os/hal/platforms/STM32/DMAv2/stm32_dma.c +++ b/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 index af18497fc..af18497fc 100644 --- a/os/hal/platforms/STM32/DMAv2/stm32_dma.h +++ b/os/hal/platforms/STM32F2xx/stm32_dma.h |