forked from Imagelibrary/rtems
sptests/spedfsched02: Reduce stack space usage to fix on smaller targets
This commit is contained in:
@@ -52,7 +52,7 @@ rtems_task Init(
|
|||||||
status = rtems_task_create(
|
status = rtems_task_create(
|
||||||
Task_name[ index ],
|
Task_name[ index ],
|
||||||
Priorities[ index ],
|
Priorities[ index ],
|
||||||
RTEMS_MINIMUM_STACK_SIZE * 4,
|
RTEMS_MINIMUM_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_DEFAULT_ATTRIBUTES,
|
||||||
&Task_id[ index ]
|
&Task_id[ index ]
|
||||||
|
|||||||
@@ -47,8 +47,6 @@ void Get_all_counters( void );
|
|||||||
|
|
||||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||||
|
|
||||||
#define CONFIGURE_EXTRA_TASK_STACKS (6 * 4 * RTEMS_MINIMUM_STACK_SIZE)
|
|
||||||
|
|
||||||
#define CONFIGURE_SCHEDULER_EDF
|
#define CONFIGURE_SCHEDULER_EDF
|
||||||
|
|
||||||
#include <rtems/confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user