diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-06-04 12:33:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-06-04 12:33:23 +0000 |
commit | fd41cf487a4e4e6d949efecdedc16b3e67d5d0b4 (patch) | |
tree | 9fe8d9e6ccf3dda63f6fc1829fa6b0dfd95ed14d /os/ports/GCC/ARMCMx | |
parent | 062707c0279cc65f73a42cef10ef75954619bd30 (diff) | |
download | ChibiOS-fd41cf487a4e4e6d949efecdedc16b3e67d5d0b4.tar.gz ChibiOS-fd41cf487a4e4e6d949efecdedc16b3e67d5d0b4.tar.bz2 ChibiOS-fd41cf487a4e4e6d949efecdedc16b3e67d5d0b4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1997 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCMx')
-rw-r--r-- | os/ports/GCC/ARMCMx/chcore.h | 8 | ||||
-rw-r--r-- | os/ports/GCC/ARMCMx/port.dox | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/os/ports/GCC/ARMCMx/chcore.h b/os/ports/GCC/ARMCMx/chcore.h index 224d09c68..7ccc59290 100644 --- a/os/ports/GCC/ARMCMx/chcore.h +++ b/os/ports/GCC/ARMCMx/chcore.h @@ -140,10 +140,10 @@ * @brief PENDSV handler priority.
* @note The default PENDSV handler priority is set at the
* @p CORTEX_MINIMUM_PRIORITY priority level.
- * @note In the ARMv7-M port this value should be not changed from the
- * minimum priority level.
- * @note The PENDSV vector is only used in the ARMv7-M port, it is available
- * to user in the ARMv6-M port.
+ * @note The PENDSV vector is only used in the ARMv7-M legacy port, it is
+ * available to user in the ARMv6-M and ARMv7-M ports.
+ * @note In the ARMv7-M legacy port this value should be not changed from
+ * the minimum priority level.
*/
#ifndef CORTEX_PRIORITY_PENDSV
#define CORTEX_PRIORITY_PENDSV CORTEX_MINIMUM_PRIORITY
diff --git a/os/ports/GCC/ARMCMx/port.dox b/os/ports/GCC/ARMCMx/port.dox index b59624fab..39840fe44 100644 --- a/os/ports/GCC/ARMCMx/port.dox +++ b/os/ports/GCC/ARMCMx/port.dox @@ -109,8 +109,8 @@ * @defgroup ARMCMx_CONF Configuration Options
* @brief ARM Cortex-Mx Configuration Options.
* @details The ARMCMx port allows some architecture-specific configurations
- * settings that can be overridden externally. Usually there is no need to
- * change the default values.
+ * settings that can be overridden by redefining them in @p chconf.h.
+* Usually there is no need to change the default values.
* - @p INT_REQUIRED_STACK, this value represent the amount of stack space used
* by an interrupt handler between the @p extctx and @p intctx
* structures.<br>
|