forked from Imagelibrary/rtems
Increased stack space of task 2.
This commit is contained in:
@@ -50,7 +50,7 @@ rtems_task Init(
|
|||||||
status = rtems_task_create(
|
status = rtems_task_create(
|
||||||
Task_name[ 2 ],
|
Task_name[ 2 ],
|
||||||
4,
|
4,
|
||||||
RTEMS_MINIMUM_STACK_SIZE,
|
RTEMS_MINIMUM_STACK_SIZE * 2,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_DEFAULT_ATTRIBUTES,
|
||||||
&Task_id[ 2 ]
|
&Task_id[ 2 ]
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ rtems_task Task_3(
|
|||||||
|
|
||||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||||
|
|
||||||
#define CONFIGURE_EXTRA_TASK_STACKS (2 * RTEMS_MINIMUM_STACK_SIZE)
|
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <confdefs.h>
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ rtems_task Init(
|
|||||||
status = rtems_task_create(
|
status = rtems_task_create(
|
||||||
Task_name[ 2 ],
|
Task_name[ 2 ],
|
||||||
4,
|
4,
|
||||||
RTEMS_MINIMUM_STACK_SIZE,
|
RTEMS_MINIMUM_STACK_SIZE * 2,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_DEFAULT_ATTRIBUTES,
|
||||||
&Task_id[ 2 ]
|
&Task_id[ 2 ]
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ rtems_task Task_3(
|
|||||||
|
|
||||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||||
|
|
||||||
#define CONFIGURE_EXTRA_TASK_STACKS (2 * RTEMS_MINIMUM_STACK_SIZE)
|
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <confdefs.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user