2003-12-16 Joel Sherrill <joel@OARcorp.com>

PR 544/tests
	* malloctest/system.h, rtmonuse/system.h: Various modifications to make
	tests account for resources and not print at inappropriate times.
This commit is contained in:
Joel Sherrill
2003-12-16 23:35:31 +00:00
parent 9e0cdd892d
commit 462e2d7ca1
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 544/tests
* malloctest/system.h, rtmonuse/system.h: Various modifications to make
tests account for resources and not print at inappropriate times.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,

View File

@@ -36,7 +36,7 @@ void blow_stack( void );
#define TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE*3)
#define CONFIGURE_EXTRA_TASK_STACKS ((RTEMS_MINIMUM_STACK_SIZE*2)*5)
#define CONFIGURE_EXTRA_TASK_STACKS ((TASK_STACK_SIZE)*5)
#define CONFIGURE_MAXIMUM_TASKS 6
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE

View File

@@ -46,7 +46,7 @@ void Get_all_counters( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXTRA_TASK_STACKS (15 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (20 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>
/* global variables */