From 325dd3a1cdc2fc6c00882dd3a4423431eabc22cb Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 8 Feb 2013 15:36:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5132 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F30x/adc_lld.c | 4 ++-- os/hal/platforms/STM32F30x/adc_lld.h | 4 ++-- os/hal/platforms/STM32F30x/ext_lld_isr.c | 4 ++-- os/hal/platforms/STM32F30x/ext_lld_isr.h | 4 ++-- os/hal/platforms/STM32F30x/hal_lld.c | 4 ++-- os/hal/platforms/STM32F30x/hal_lld.h | 6 +++--- os/hal/platforms/STM32F30x/platform.mk | 12 ++++++------ os/hal/platforms/STM32F30x/stm32_dma.c | 4 ++-- os/hal/platforms/STM32F30x/stm32_dma.h | 4 ++-- os/hal/platforms/STM32F30x/stm32_isr.h | 4 ++-- os/hal/platforms/STM32F30x/stm32_rcc.h | 2 +- 11 files changed, 26 insertions(+), 26 deletions(-) (limited to 'os/hal/platforms/STM32F30x') diff --git a/os/hal/platforms/STM32F30x/adc_lld.c b/os/hal/platforms/STM32F30x/adc_lld.c index 48d0efafe..555a2871d 100644 --- a/os/hal/platforms/STM32F30x/adc_lld.c +++ b/os/hal/platforms/STM32F30x/adc_lld.c @@ -19,8 +19,8 @@ */ /** - * @file STM32F3xx/adc_lld.c - * @brief STM32F3xx ADC subsystem low level driver source. + * @file STM32F30x/adc_lld.c + * @brief STM32F30x ADC subsystem low level driver source. * * @addtogroup ADC * @{ diff --git a/os/hal/platforms/STM32F30x/adc_lld.h b/os/hal/platforms/STM32F30x/adc_lld.h index 3e72d1cf0..cda0c193a 100644 --- a/os/hal/platforms/STM32F30x/adc_lld.h +++ b/os/hal/platforms/STM32F30x/adc_lld.h @@ -19,8 +19,8 @@ */ /** - * @file STM32F3xx/adc_lld.h - * @brief STM32F3xx ADC subsystem low level driver header. + * @file STM32F30x/adc_lld.h + * @brief STM32F30x ADC subsystem low level driver header. * * @addtogroup ADC * @{ diff --git a/os/hal/platforms/STM32F30x/ext_lld_isr.c b/os/hal/platforms/STM32F30x/ext_lld_isr.c index c310a4394..7017293a1 100644 --- a/os/hal/platforms/STM32F30x/ext_lld_isr.c +++ b/os/hal/platforms/STM32F30x/ext_lld_isr.c @@ -19,8 +19,8 @@ */ /** - * @file STM32F3xx/ext_lld_isr.c - * @brief STM32F3xx EXT subsystem low level driver ISR code. + * @file STM32F30x/ext_lld_isr.c + * @brief STM32F30x EXT subsystem low level driver ISR code. * * @addtogroup EXT * @{ diff --git a/os/hal/platforms/STM32F30x/ext_lld_isr.h b/os/hal/platforms/STM32F30x/ext_lld_isr.h index 80d05b9d5..6fc84bf6a 100644 --- a/os/hal/platforms/STM32F30x/ext_lld_isr.h +++ b/os/hal/platforms/STM32F30x/ext_lld_isr.h @@ -19,8 +19,8 @@ */ /** - * @file STM32F3xx/ext_lld_isr.h - * @brief STM32F3xx EXT subsystem low level driver ISR header. + * @file STM32F30x/ext_lld_isr.h + * @brief STM32F30x EXT subsystem low level driver ISR header. * * @addtogroup EXT * @{ diff --git a/os/hal/platforms/STM32F30x/hal_lld.c b/os/hal/platforms/STM32F30x/hal_lld.c index 5370320cb..c903069f9 100644 --- a/os/hal/platforms/STM32F30x/hal_lld.c +++ b/os/hal/platforms/STM32F30x/hal_lld.c @@ -19,8 +19,8 @@ */ /** - * @file STM32F3xx/hal_lld.c - * @brief STM32F3xx HAL subsystem low level driver source. + * @file STM32F30x/hal_lld.c + * @brief STM32F30x HAL subsystem low level driver source. * * @addtogroup HAL * @{ diff --git a/os/hal/platforms/STM32F30x/hal_lld.h b/os/hal/platforms/STM32F30x/hal_lld.h index 96f4f169d..78da224bc 100644 --- a/os/hal/platforms/STM32F30x/hal_lld.h +++ b/os/hal/platforms/STM32F30x/hal_lld.h @@ -19,8 +19,8 @@ */ /** - * @file STM32F3xx/hal_lld.h - * @brief STM32F3xx HAL subsystem low level driver header. + * @file STM32F30x/hal_lld.h + * @brief STM32F30x HAL subsystem low level driver header. * @pre This module requires the following macros to be defined in the * @p board.h file: * - STM32_LSECLK. @@ -684,7 +684,7 @@ * Configuration-related checks. */ #if !defined(STM32F30x_MCUCONF) -#error "Using a wrong mcuconf.h file, STM32F3xx_MCUCONF not defined" +#error "Using a wrong mcuconf.h file, STM32F30x_MCUCONF not defined" #endif /* diff --git a/os/hal/platforms/STM32F30x/platform.mk b/os/hal/platforms/STM32F30x/platform.mk index 5cfdd415c..143f8ff89 100644 --- a/os/hal/platforms/STM32F30x/platform.mk +++ b/os/hal/platforms/STM32F30x/platform.mk @@ -1,8 +1,8 @@ -# List of all the STM32F3xx platform files. -PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F3xx/stm32_dma.c \ - ${CHIBIOS}/os/hal/platforms/STM32F3xx/hal_lld.c \ - ${CHIBIOS}/os/hal/platforms/STM32F3xx/adc_lld.c \ - ${CHIBIOS}/os/hal/platforms/STM32F3xx/ext_lld_isr.c \ +# List of all the STM32F30x platform files. +PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F30x/stm32_dma.c \ + ${CHIBIOS}/os/hal/platforms/STM32F30x/hal_lld.c \ + ${CHIBIOS}/os/hal/platforms/STM32F30x/adc_lld.c \ + ${CHIBIOS}/os/hal/platforms/STM32F30x/ext_lld_isr.c \ ${CHIBIOS}/os/hal/platforms/STM32/can_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \ @@ -15,7 +15,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F3xx/stm32_dma.c \ ${CHIBIOS}/os/hal/platforms/STM32/USBv1/usb_lld.c # Required include directories -PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F3xx \ +PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F30x \ ${CHIBIOS}/os/hal/platforms/STM32 \ ${CHIBIOS}/os/hal/platforms/STM32/GPIOv2 \ ${CHIBIOS}/os/hal/platforms/STM32/SPIv2 \ diff --git a/os/hal/platforms/STM32F30x/stm32_dma.c b/os/hal/platforms/STM32F30x/stm32_dma.c index 8daf54f98..2fffadf6d 100644 --- a/os/hal/platforms/STM32F30x/stm32_dma.c +++ b/os/hal/platforms/STM32F30x/stm32_dma.c @@ -19,10 +19,10 @@ */ /** - * @file STM32F3xx/stm32_dma.c + * @file STM32F30x/stm32_dma.c * @brief DMA helper driver code. * - * @addtogroup STM32F3xx_DMA + * @addtogroup STM32F30x_DMA * @details DMA sharing helper driver. In the STM32 the DMA streams are a * shared resource, this driver allows to allocate and free DMA * streams at runtime in order to allow all the other device diff --git a/os/hal/platforms/STM32F30x/stm32_dma.h b/os/hal/platforms/STM32F30x/stm32_dma.h index a755e76ec..63e9d4265 100644 --- a/os/hal/platforms/STM32F30x/stm32_dma.h +++ b/os/hal/platforms/STM32F30x/stm32_dma.h @@ -19,13 +19,13 @@ */ /** - * @file STM32F3xx/stm32_dma.h + * @file STM32F30x/stm32_dma.h * @brief DMA helper driver header. * @note This file requires definitions from the ST header file stm32f30x.h. * @note This driver uses the new naming convention used for the STM32F2xx * so the "DMA channels" are referred as "DMA streams". * - * @addtogroup STM32F3xx_DMA + * @addtogroup STM32F30x_DMA * @{ */ diff --git a/os/hal/platforms/STM32F30x/stm32_isr.h b/os/hal/platforms/STM32F30x/stm32_isr.h index b034d3487..d959e2e7f 100644 --- a/os/hal/platforms/STM32F30x/stm32_isr.h +++ b/os/hal/platforms/STM32F30x/stm32_isr.h @@ -19,10 +19,10 @@ */ /** - * @file STM32F3xx/stm32_isr.h + * @file STM32F30x/stm32_isr.h * @brief ISR remapper driver header. * - * @addtogroup STM32F3xx_ISR + * @addtogroup STM32F30x_ISR * @{ */ diff --git a/os/hal/platforms/STM32F30x/stm32_rcc.h b/os/hal/platforms/STM32F30x/stm32_rcc.h index 92ba6cf60..b8c0f76bc 100644 --- a/os/hal/platforms/STM32F30x/stm32_rcc.h +++ b/os/hal/platforms/STM32F30x/stm32_rcc.h @@ -19,7 +19,7 @@ */ /** - * @file STM32F3xx/stm32_rcc.h + * @file STM32F30x/stm32_rcc.h * @brief RCC helper driver header. * @note This file requires definitions from the ST header file * @p stm32f30x.h. -- cgit v1.2.3