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

This commit is contained in:
gdisirio 2010-11-06 11:53:43 +00:00
parent 0e1c7b739f
commit 25b567b12c
3 changed files with 8 additions and 11 deletions

View File

@ -618,15 +618,11 @@ INPUT = ../docs/src \
../os/ports \ ../os/ports \
../os/ports/GCC/AVR \ ../os/ports/GCC/AVR \
../os/ports/GCC/ARM7 \ ../os/ports/GCC/ARM7 \
../os/ports/GCC/ARM7/crt0.s \
../os/ports/GCC/ARM7/chcoreasm.s \
../os/ports/GCC/ARMCMx \ ../os/ports/GCC/ARMCMx \
../os/ports/GCC/ARMCMx/crt0.s \ ../os/ports/GCC/ARMCMx/STM32 \
../os/ports/GCC/ARMCMx/STM32F10x \
../os/ports/GCC/ARMCMx/LPC11xx \ ../os/ports/GCC/ARMCMx/LPC11xx \
../os/ports/GCC/ARMCMx/LPC13xx \ ../os/ports/GCC/ARMCMx/LPC13xx \
../os/ports/GCC/PPC \ ../os/ports/GCC/PPC \
../os/ports/GCC/PPC/crt0.s \
../os/ports/GCC/MSP430 \ ../os/ports/GCC/MSP430 \
../os/ports/cosmic/STM8 \ ../os/ports/cosmic/STM8 \
../os/ports/RC/STM8 \ ../os/ports/RC/STM8 \
@ -691,7 +687,8 @@ FILE_PATTERNS = *.c \
*.mm \ *.mm \
*.dox \ *.dox \
*.py \ *.py \
*.ddf *.ddf \
*.s
# The RECURSIVE tag can be used to turn specify whether or not subdirectories # The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO. # should be searched for input files as well. Possible values are YES and NO.

View File

@ -18,13 +18,13 @@
*/ */
/** /**
* @file ARMCMx/STM32F10x/cmparams.h * @file ARMCMx/STM32/cmparams.h
* @brief ARM Cortex-M3 STM32F10x Specific Parameters. * @brief ARM Cortex-M3 STM32 Specific Parameters.
* *
* @defgroup ARMCMx_STM32F10x STM32F10x Specific Parameters * @defgroup ARMCMx_STM32 STM32 Specific Parameters
* @ingroup ARMCMx * @ingroup ARMCMx
* @details This file contains the Cortex-M3 specific parameters for the * @details This file contains the Cortex-M3 specific parameters for the
* STM32F10x platform. * STM32 platform.
* @{ * @{
*/ */

View File

@ -18,7 +18,7 @@
*/ */
/** /**
* @file STM32/vectors_cl.s * @file STM32/vectors_ld.s
* @brief Interrupt vectors for the STM32 Low Density sub-family. * @brief Interrupt vectors for the STM32 Low Density sub-family.
* *
* @addtogroup ARMCMx_CORE * @addtogroup ARMCMx_CORE