From 9a993ed573727fc322868d279c22e4cc9545769c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 27 Apr 1998 13:51:23 +0000 Subject: Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirements more accurate. --- testsuites/libtests/rtems++/System.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites/libtests/rtems++/System.h') diff --git a/testsuites/libtests/rtems++/System.h b/testsuites/libtests/rtems++/System.h index 9dc16821ca..18668d3b9a 100644 --- a/testsuites/libtests/rtems++/System.h +++ b/testsuites/libtests/rtems++/System.h @@ -128,7 +128,9 @@ class Io_during_interrupt #define CONFIGURE_TICKS_PER_TIMESLICE 100 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -#define CONFIGURE_INIT_TASK_STACK_SIZE 0x2000 +#define CONFIGURE_INIT_TASK_STACK_SIZE (4 * RTEMS_MINIMUM_STACK_SIZE) + +#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE) #include -- cgit v1.2.3