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

@@ -51,6 +51,8 @@ void Task_switch(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXTRA_TASK_STACKS (6 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>
/* global variables */

View File

@@ -18,8 +18,6 @@
/* macros */
#define TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE*3)
/* functions */
rtems_task Init(
@@ -39,6 +37,10 @@ void blow_stack( void );
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
#define TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE*3)
#define CONFIGURE_EXTRA_TASK_STACKS (10 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>
/* global variables */

View File

@@ -46,6 +46,7 @@ void Get_all_counters( void );
#define CONFIGURE_MAXIMUM_PERIODS 10
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>

View File

@@ -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 <confdefs.h>

View File

@@ -47,6 +47,7 @@ void Get_all_counters( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXTRA_TASK_STACKS (15 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>
/* global variables */