From fd41cf487a4e4e6d949efecdedc16b3e67d5d0b4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 4 Jun 2010 12:33:23 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1997 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/chcore.h | 8 ++++---- os/ports/GCC/ARMCMx/port.dox | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'os/ports') 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.
-- cgit v1.2.3