mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 22:23:19 +08:00
2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory properly.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
|
||||
CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
|
||||
properly.
|
||||
|
||||
2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* spsize/size.c: Eliminated the variables
|
||||
|
||||
@@ -53,7 +53,7 @@ rtems_task Task_3(
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_MEMORY_OVERHEAD 32
|
||||
#define CONFIGURE_MESSAGE_BUFFER_MEMORY 32
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
@@ -153,7 +153,8 @@ rtems_task Init(rtems_task_argument ignored)
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_MEMORY_OVERHEAD 64
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS \
|
||||
(RTEMS_MINIMUM_STACK_SIZE * NUMBER_OF_BLOCKING_TASKS)
|
||||
|
||||
#define CONFIGURE_MAXIMUM_TASKS 6
|
||||
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
|
||||
|
||||
@@ -476,7 +476,7 @@ rtems_task Init(rtems_task_argument ignored)
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_MEMORY_OVERHEAD 64
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (RTEMS_MINIMUM_STACK_SIZE * 3)
|
||||
|
||||
#define CONFIGURE_MAXIMUM_TASKS 10
|
||||
#define CONFIGURE_MAXIMUM_SEMAPHORES 10
|
||||
|
||||
Reference in New Issue
Block a user