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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [psxtests/] [psx13/] [main.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
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
 *  $Id: main.c,v 1.2 2001-09-27 12:02:25 chris Exp $
12
 */
13
 
14
#define TEST_INIT
15
 
16
#include <bsp.h>
17
 
18
void test_main( void );
19
 
20
rtems_task Init(
21
  rtems_task_argument ignored
22
)
23
{
24
  test_main();
25
  exit( 0 );
26
}
27
 
28
/* configuration information */
29
 
30
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
31
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
32
 
33
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
34
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 6
35
 
36
#define CONFIGURE_MAXIMUM_TASKS 1
37
 
38
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
39
 
40
#define CONFIGURE_INIT
41
 
42
#include <confdefs.h>
43
 
44
/* end of file */

powered by: WebSVN 2.1.0

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