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:
Joel Sherrill
2007-03-26 22:21:29 +00:00
parent 84fe6d5955
commit bdfe63323e
2 changed files with 8 additions and 12 deletions

View File

@@ -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>
* loopback/init.c: Fix exit paths in client thread and main test

View File

@@ -1,11 +1,6 @@
/* Init
/* Minimum Size Application Initialization
*
*
* Input parameters: NONE
*
* Output parameters: NONE
*
* COPYRIGHT (c) 1989-1999.
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -25,13 +20,9 @@ rtems_task Init(
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_INIT