From fca064585609ff193562302176bff4187336bb05 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 31 Aug 2010 09:35:24 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2146 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/port.dox | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'os/ports/GCC') diff --git a/os/ports/GCC/ARMCMx/port.dox b/os/ports/GCC/ARMCMx/port.dox index 3b60e6fc6..80668dc08 100644 --- a/os/ports/GCC/ARMCMx/port.dox +++ b/os/ports/GCC/ARMCMx/port.dox @@ -21,7 +21,7 @@ * @defgroup ARMCMx ARM Cortex-Mx * @details ARM Cortex-Mx port for the GCC compiler. - * @section ARMCMx_INTRO + * @section ARMCMx_INTRO Introduction * This port supports all the cores implementing the ARMv6-M and ARMv7-M * architectures. * @@ -116,10 +116,7 @@ * 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.
- * In the current implementation this value is guaranteed to be zero so - * there is no need to modify this value unless changes are done at the - * interrupts handling code. + * structures. * - @p IDLE_THREAD_STACK_SIZE, stack area size to be assigned to the IDLE * thread. Usually there is no need to change this value unless inserting * code in the IDLE thread hook macro. -- cgit v1.2.3