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

Subversion Repositories or1k

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

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
 
5
#define TEST_INIT
6
 
7
#include <bsp.h>
8
#include <pmacros.h>
9
 
10
void test_main( void );
11
 
12
rtems_task Init(
13
  rtems_task_argument ignored
14
)
15
{
16
  test_main();
17
  rtems_test_exit( 0 );
18
}
19
 
20
/* configuration information */
21
 
22
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
23
 
24
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
25
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 10
26
 
27
#define CONFIGURE_MAXIMUM_TASKS 1
28
 
29
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
30
 
31
#define CONFIGURE_INIT
32
 
33
#include <confdefs.h>
34
 
35
/* end of file */

powered by: WebSVN 2.1.0

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