2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>

* sp13/system.h: We need 32K of message buffer memory not 32 bytes.
This commit is contained in:
Joel Sherrill
2007-11-06 20:23:01 +00:00
parent 2211225438
commit 2a65626503
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp13/system.h: We need 32K of message buffer memory not 32 bytes.
2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using

View File

@@ -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-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -53,7 +53,7 @@ rtems_task Task_3(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_MESSAGE_BUFFER_MEMORY 32
#define CONFIGURE_MESSAGE_BUFFER_MEMORY (32 * 1024)
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
#include <rtems/confdefs.h>