OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [libtests/] [stackchk/] [system.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*  system.h
2
 *
3
 *  This include file contains information that is included in every
4
 *  function in the test set.
5
 *
6
 *  COPYRIGHT (c) 1989-1999.
7
 *  On-Line Applications Research Corporation (OAR).
8
 *
9
 *  The license and distribution terms for this file may be
10
 *  found in the file LICENSE in this distribution or at
11
 *  http://www.OARcorp.com/rtems/license.html.
12
 *
13
 *  system.h,v 1.8 2000/06/12 15:00:09 joel Exp
14
 */
15
 
16
#include <tmacros.h>
17
 
18
/* macros */
19
 
20
/* functions */
21
 
22
rtems_task Init(
23
  rtems_task_argument argument
24
);
25
 
26
rtems_task Task_1_through_3(
27
  rtems_task_argument argument
28
);
29
 
30
void blow_stack( void );
31
 
32
/* configuration information */
33
 
34
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
35
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
36
 
37
#define TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE*3)
38
 
39
#define CONFIGURE_MAXIMUM_TASKS               4
40
#define CONFIGURE_EXTRA_TASK_STACKS (3 * (RTEMS_MINIMUM_STACK_SIZE * 2))
41
 
42
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
43
 
44
#define STACK_CHECKER_ON
45
 
46
#include <confdefs.h>
47
 
48
/* global variables */
49
 
50
TEST_EXTERN rtems_id   Task_id[ 4 ];         /* array of task ids */
51
TEST_EXTERN rtems_name Task_name[ 4 ];       /* array of task names */
52
 
53
/* end of include file */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.