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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [psxtests/] [psxtime/] [main.c] - Blame information for rev 1026

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  Simple test program -- simplified version of sample test hello.
3
 *
4
 *  COPYRIGHT (c) 1989-1999.
5
 *  On-Line Applications Research Corporation (OAR).
6
 *
7
 *  The license and distribution terms for this file may be
8
 *  found in the file LICENSE in this distribution or at
9
 *  http://www.OARcorp.com/rtems/license.html.
10
 *
11
 *  main.c,v 1.4 2002/08/02 00:53:21 joel Exp
12
 */
13
 
14
#define TEST_INIT
15
 
16
#include <bsp.h>
17
#include <tmacros.h>  /* instantiate buffering code if needed */
18
 
19
void test_main( void );
20
 
21
rtems_task Init(
22
  rtems_task_argument ignored
23
)
24
{
25
  test_main();
26
  rtems_test_exit( 0 );
27
}
28
 
29
/* configuration information */
30
 
31
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
32
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
33
 
34
#define CONFIGURE_MAXIMUM_TASKS 1
35
 
36
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
37
 
38
#define CONFIGURE_INIT
39
 
40
#include <confdefs.h>
41
 
42
/* end of file */

powered by: WebSVN 2.1.0

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