From 4dd0b48a776bdc8ce697fe170a98ef43fbbcfc74 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 30 Mar 2010 20:20:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1817 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/chcore.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'os/ports') diff --git a/os/ports/GCC/ARMCMx/chcore.h b/os/ports/GCC/ARMCMx/chcore.h index e318eec57..57183e162 100644 --- a/os/ports/GCC/ARMCMx/chcore.h +++ b/os/ports/GCC/ARMCMx/chcore.h @@ -287,10 +287,11 @@ struct context { * This value can be zero on those architecture where there is a * separate interrupt stack and the stack space between @p intctx and * @p extctx is known to be zero. - * @note This port requires no extra stack space for interrupt handling. + * @note This port requires some extra stack space for interrupt handling + * representing the frame of the function @p chSchDoRescheduleI(). */ #ifndef INT_REQUIRED_STACK -#define INT_REQUIRED_STACK 0 +#define INT_REQUIRED_STACK 8 #endif /** -- cgit v1.2.3