Changeset 9cad6a0 in rtems


Ignore:
Timestamp:
05/24/00 16:57:07 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
77989a58
Parents:
12969601
Message:

Now can bring up an idle initialization task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/samples/minimum/init.c

    r12969601 r9cad6a0  
    1616 */
    1717
    18 #include <rtems.h>
     18#include <bsp.h>
    1919
    2020rtems_task Init(
     
    2626/* configuration information */
    2727
     28#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
     29
    2830#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
    2931
    3032#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
     33
     34#define CONFIGURE_MAXIMUM_TASKS            1
    3135
    3236#define CONFIGURE_INIT
Note: See TracChangeset for help on using the changeset viewer.