git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2085 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
b5d4b03d90
commit
f11cfe16ba
|
@ -91,7 +91,7 @@ struct intctx {
|
||||||
* @details This size depends on the idle thread implementation, usually
|
* @details This size depends on the idle thread implementation, usually
|
||||||
* the idle thread should take no more space than those reserved
|
* the idle thread should take no more space than those reserved
|
||||||
* by @p INT_REQUIRED_STACK.
|
* by @p INT_REQUIRED_STACK.
|
||||||
* @note In this port it is set to 4 because the idle thread does have
|
* @note In this port it is set to 8 because the idle thread does have
|
||||||
* a stack frame when compiling without optimizations. You may
|
* a stack frame when compiling without optimizations. You may
|
||||||
* reduce this value to zero when compiling with optimizations.
|
* reduce this value to zero when compiling with optimizations.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue