aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-31 09:35:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-31 09:35:24 +0000
commitfca064585609ff193562302176bff4187336bb05 (patch)
treeec908de9a0ab4b4f7eadb4dc29da901e2aea6a94 /os/ports
parentbead7f814f33acc7f81dbf4dd554c256324adf74 (diff)
downloadChibiOS-fca064585609ff193562302176bff4187336bb05.tar.gz
ChibiOS-fca064585609ff193562302176bff4187336bb05.tar.bz2
ChibiOS-fca064585609ff193562302176bff4187336bb05.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2146 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r--os/ports/GCC/ARMCMx/port.dox7
1 files changed, 2 insertions, 5 deletions
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.<br>
- * 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.