2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com>

* unlimited/system.h: Tighten configuration for stack space.
This commit is contained in:
Joel Sherrill
2008-10-13 19:15:26 +00:00
parent f517be08f1
commit a0653adab1
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* unlimited/system.h: Tighten configuration for stack space.
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/init.c: When USE_SHELL not defined, do not attempt to

View File

@@ -51,7 +51,7 @@ void test3();
#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_INIT_TASK_STACK_SIZE (8 * 1024)
#include <rtems/confdefs.h>