Now can bring up an idle initialization task.

This commit is contained in:
Joel Sherrill
2000-05-24 16:57:07 +00:00
parent 1296960168
commit 9cad6a0214

View File

@@ -15,7 +15,7 @@
* $Id$ * $Id$
*/ */
#include <rtems.h> #include <bsp.h>
rtems_task Init( rtems_task Init(
rtems_task_argument ignored rtems_task_argument ignored
@@ -25,10 +25,14 @@ 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_INIT #define CONFIGURE_INIT
#include <confdefs.h> #include <confdefs.h>