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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [psxtests/] [psxmount/] [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 -- check out of the basic file system mounting
3
 *  capabilities
4
 *  Attempt to mount the IMFS file system on a mount point in the base IMFS
5
 */
6
 
7
#define TEST_INIT
8
 
9
#include <bsp.h>
10
 
11
void test_main( void );
12
 
13
rtems_task Init(
14
  rtems_task_argument ignored
15
)
16
{
17
  test_main();
18
  exit( 0 );
19
}
20
 
21
/* configuration information */
22
 
23
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
24
 
25
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
26
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 10
27
 
28
#define CONFIGURE_MAXIMUM_TASKS 1
29
 
30
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
31
 
32
#define CONFIGURE_INIT
33
 
34
#include <confdefs.h>
35
 
36
/* end of file */

powered by: WebSVN 2.1.0

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