git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3318 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2011-09-14 18:59:52 +00:00
parent 061a1d4844
commit adb989bc17
5 changed files with 11 additions and 11 deletions

View File

@ -19,8 +19,8 @@
*/ */
/** /**
* @file STM32/adc_lld.c * @file STM32F1xx/adc_lld.c
* @brief STM32 ADC subsystem low level driver source. * @brief STM32F1xx ADC subsystem low level driver source.
* *
* @addtogroup ADC * @addtogroup ADC
* @{ * @{

View File

@ -19,8 +19,8 @@
*/ */
/** /**
* @file STM32/adc_lld.h * @file STM32F1xx/adc_lld.h
* @brief STM32 ADC subsystem low level driver header. * @brief STM32F1xx ADC subsystem low level driver header.
* *
* @addtogroup ADC * @addtogroup ADC
* @{ * @{

View File

@ -19,8 +19,8 @@
*/ */
/** /**
* @file STM32/hal_lld.c * @file STM32F1xx/hal_lld.c
* @brief STM32 HAL subsystem low level driver source. * @brief STM32F1xx HAL subsystem low level driver source.
* *
* @addtogroup HAL * @addtogroup HAL
* @{ * @{

View File

@ -19,8 +19,8 @@
*/ */
/** /**
* @file STM32/hal_lld.h * @file STM32F1xx/hal_lld.h
* @brief STM32 HAL subsystem low level driver header. * @brief STM32F1xx HAL subsystem low level driver header.
* @pre This module requires the following macros to be defined in the * @pre This module requires the following macros to be defined in the
* @p board.h file: * @p board.h file:
* - STM32_LSECLK. * - STM32_LSECLK.

View File

@ -9,10 +9,10 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F1xx/hal_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/mac_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/mac_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/serial_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/serial_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/sdc_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/GPIOv1/pal_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/DMAv1/sdc_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/DMAv1/spi_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/DMAv1/uart_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/DMAv1/stm32_dma.c \ ${CHIBIOS}/os/hal/platforms/STM32/DMAv1/stm32_dma.c \
${CHIBIOS}/os/hal/platforms/STM32/USBv1/usb_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/USBv1/usb_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/rtc_lld.c ${CHIBIOS}/os/hal/platforms/STM32/rtc_lld.c