Changeset cc8f37c in rtems
- Timestamp:
- 04/01/04 15:16:08 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1b22030
- Parents:
- f8284c95
- Location:
- testsuites/itrontests
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/itrontests/ChangeLog
rf8284c95 rcc8f37c 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 4 * itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 5 * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 6 * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 7 * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 8 * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 9 * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 10 * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 11 * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 12 1 13 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 14 -
testsuites/itrontests/itronhello/system.h
rf8284c95 rcc8f37c 31 31 #define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM 32 32 33 #include < confdefs.h>33 #include <rtems/confdefs.h> 34 34 35 35 /* global variables */ -
testsuites/itrontests/itronmbf01/system.h
rf8284c95 rcc8f37c 32 32 #define CONFIGURE_ITRON_INIT_TASK_STACK_SIZE (4 * RTEMS_MINIMUM_STACK_SIZE) 33 33 34 #include < confdefs.h>34 #include <rtems/confdefs.h> 35 35 36 36 /* global variables */ -
testsuites/itrontests/itronmbox01/system.h
rf8284c95 rcc8f37c 29 29 #define CONFIGURE_ITRON_INIT_TASK_TABLE 30 30 31 #include < confdefs.h>31 #include <rtems/confdefs.h> 32 32 33 33 /* global variables */ -
testsuites/itrontests/itronsem01/system.h
rf8284c95 rcc8f37c 32 32 #define CONFIGURE_ITRON_INIT_TASK_TABLE 33 33 34 #include < confdefs.h>34 #include <rtems/confdefs.h> 35 35 36 36 /* global variables */ -
testsuites/itrontests/itrontask01/system.h
rf8284c95 rcc8f37c 33 33 #define CONFIGURE_ITRON_INIT_TASK_TABLE 34 34 35 #include < confdefs.h>35 #include <rtems/confdefs.h> 36 36 37 37 /* global variables */ -
testsuites/itrontests/itrontask02/system.h
rf8284c95 rcc8f37c 31 31 #define CONFIGURE_ITRON_INIT_TASK_TABLE 32 32 33 #include < confdefs.h>33 #include <rtems/confdefs.h> 34 34 35 35 /* global variables */ -
testsuites/itrontests/itrontask03/system.h
rf8284c95 rcc8f37c 34 34 #define CONFIGURE_ITRON_INIT_TASK_TABLE 35 35 36 #include < confdefs.h>36 #include <rtems/confdefs.h> 37 37 38 38 /* global variables */ -
testsuites/itrontests/itrontask04/system.h
rf8284c95 rcc8f37c 34 34 #define CONFIGURE_ITRON_INIT_TASK_TABLE 35 35 36 #include < confdefs.h>36 #include <rtems/confdefs.h> 37 37 38 38 /* global variables */ -
testsuites/itrontests/itrontime01/system.h
rf8284c95 rcc8f37c 29 29 #define CONFIGURE_ITRON_INIT_TASK_TABLE 30 30 31 #include < confdefs.h>31 #include <rtems/confdefs.h> 32 32 33 33 /* global variables */
Note: See TracChangeset
for help on using the changeset viewer.