Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirements

more accurate.
This commit is contained in:
Joel Sherrill
1998-04-27 13:51:23 +00:00
parent 6ce14e72fb
commit 9a993ed573
48 changed files with 98 additions and 6 deletions

View File

@@ -31,6 +31,8 @@ rtems_task Init(
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2)
#define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>
/* global variables */