aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-04 12:33:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-04 12:33:23 +0000
commitfd41cf487a4e4e6d949efecdedc16b3e67d5d0b4 (patch)
tree9fe8d9e6ccf3dda63f6fc1829fa6b0dfd95ed14d /os/ports
parent062707c0279cc65f73a42cef10ef75954619bd30 (diff)
downloadChibiOS-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')
-rw-r--r--os/ports/GCC/ARMCMx/chcore.h8
-rw-r--r--os/ports/GCC/ARMCMx/port.dox4
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>