forked from Imagelibrary/rtems
2007-03-26 Joel Sherrill <joel@OARcorp.com>
PR 1230/tests * minimum/init.c: Minimum should not configure console driver.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-03-26 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1230/tests
|
||||||
|
* minimum/init.c: Minimum should not configure console driver.
|
||||||
|
|
||||||
2007-02-21 Joel Sherrill <joel@OARcorp.com>
|
2007-02-21 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* loopback/init.c: Fix exit paths in client thread and main test
|
* loopback/init.c: Fix exit paths in client thread and main test
|
||||||
|
|||||||
@@ -1,11 +1,6 @@
|
|||||||
/* Init
|
/* Minimum Size Application Initialization
|
||||||
*
|
*
|
||||||
*
|
* COPYRIGHT (c) 1989-2007.
|
||||||
* Input parameters: NONE
|
|
||||||
*
|
|
||||||
* Output parameters: NONE
|
|
||||||
*
|
|
||||||
* COPYRIGHT (c) 1989-1999.
|
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
@@ -25,13 +20,9 @@ rtems_task Init(
|
|||||||
|
|
||||||
/* configuration information */
|
/* configuration information */
|
||||||
|
|
||||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
|
||||||
|
|
||||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||||
|
|
||||||
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
|
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
|
||||||
|
#define CONFIGURE_MAXIMUM_TASKS 1
|
||||||
#define CONFIGURE_MAXIMUM_TASKS 1
|
|
||||||
|
|
||||||
#define CONFIGURE_INIT
|
#define CONFIGURE_INIT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user