mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-09 10:03:37 +08:00
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems++/System.h: Account for extra task stacks properly.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems++/System.h: Account for extra task stacks properly.
|
||||
|
||||
2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* malloctest/init.c: Fix return status check.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* This include file contains information that is included in every
|
||||
* function in the test set.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -128,7 +128,7 @@ class Io_during_interrupt
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
#define CONFIGURE_INIT_TASK_STACK_SIZE (4 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (13 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user