Changeset 2dae3244 in rtems for testsuites/samples/minimum/init.c
- Timestamp:
- Mar 26, 2007, 10:19:59 PM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4116e57e
- Parents:
- 2777290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/minimum/init.c
r2777290 r2dae3244 1 /* Init1 /* Minimum Size Application Initialization 2 2 * 3 * 4 * Input parameters: NONE 5 * 6 * Output parameters: NONE 7 * 8 * COPYRIGHT (c) 1989-1999. 3 * COPYRIGHT (c) 1989-2007. 9 4 * On-Line Applications Research Corporation (OAR). 10 5 * … … 26 21 /* configuration information */ 27 22 28 #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER29 30 23 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 31 32 24 #define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM 33 34 #define CONFIGURE_MAXIMUM_TASKS 1 25 #define CONFIGURE_MAXIMUM_TASKS 1 35 26 36 27 #define CONFIGURE_INIT
Note: See TracChangeset
for help on using the changeset viewer.