git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2146 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-08-31 09:35:24 +00:00
parent bead7f814f
commit fca0645856
1 changed files with 2 additions and 5 deletions

View File

@ -21,7 +21,7 @@
* @defgroup ARMCMx ARM Cortex-Mx * @defgroup ARMCMx ARM Cortex-Mx
* @details ARM Cortex-Mx port for the GCC compiler. * @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 * This port supports all the cores implementing the ARMv6-M and ARMv7-M
* architectures. * architectures.
* *
@ -116,10 +116,7 @@
* Usually there is no need to change the default values. * Usually there is no need to change the default values.
* - @p INT_REQUIRED_STACK, this value represent the amount of stack space used * - @p INT_REQUIRED_STACK, this value represent the amount of stack space used
* by an interrupt handler between the @p extctx and @p intctx * by an interrupt handler between the @p extctx and @p intctx
* structures.<br> * 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.
* - @p IDLE_THREAD_STACK_SIZE, stack area size to be assigned to the IDLE * - @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 * thread. Usually there is no need to change this value unless inserting
* code in the IDLE thread hook macro. * code in the IDLE thread hook macro.