forked from Imagelibrary/rtems
2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* unlimited/system.h: Tighten configuration for stack space.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user