diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-06 11:53:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-06 11:53:43 +0000 |
commit | 25b567b12c60a6256376ef5159ff3767d04878f6 (patch) | |
tree | e031f85c7d966b706cf8f5e0a31e51a9146169e6 /os/ports | |
parent | 0e1c7b739f18c9b7f4e5e756e543282eee078df4 (diff) | |
download | ChibiOS-25b567b12c60a6256376ef5159ff3767d04878f6.tar.gz ChibiOS-25b567b12c60a6256376ef5159ff3767d04878f6.tar.bz2 ChibiOS-25b567b12c60a6256376ef5159ff3767d04878f6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2337 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r-- | os/ports/GCC/ARMCMx/STM32/cmparams.h | 8 | ||||
-rw-r--r-- | os/ports/GCC/ARMCMx/STM32/vectors_ld.s | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/os/ports/GCC/ARMCMx/STM32/cmparams.h b/os/ports/GCC/ARMCMx/STM32/cmparams.h index 211e09d48..b71d387c5 100644 --- a/os/ports/GCC/ARMCMx/STM32/cmparams.h +++ b/os/ports/GCC/ARMCMx/STM32/cmparams.h @@ -18,13 +18,13 @@ */
/**
- * @file ARMCMx/STM32F10x/cmparams.h
- * @brief ARM Cortex-M3 STM32F10x Specific Parameters.
+ * @file ARMCMx/STM32/cmparams.h
+ * @brief ARM Cortex-M3 STM32 Specific Parameters.
*
- * @defgroup ARMCMx_STM32F10x STM32F10x Specific Parameters
+ * @defgroup ARMCMx_STM32 STM32 Specific Parameters
* @ingroup ARMCMx
* @details This file contains the Cortex-M3 specific parameters for the
- * STM32F10x platform.
+ * STM32 platform.
* @{
*/
diff --git a/os/ports/GCC/ARMCMx/STM32/vectors_ld.s b/os/ports/GCC/ARMCMx/STM32/vectors_ld.s index 4753f2427..0b7a1ae4d 100644 --- a/os/ports/GCC/ARMCMx/STM32/vectors_ld.s +++ b/os/ports/GCC/ARMCMx/STM32/vectors_ld.s @@ -18,7 +18,7 @@ */
/**
- * @file STM32/vectors_cl.s
+ * @file STM32/vectors_ld.s
* @brief Interrupt vectors for the STM32 Low Density sub-family.
*
* @addtogroup ARMCMx_CORE
|