Changeset e8064503 in rtems
- Timestamp:
- Apr 1, 2004, 3:16:30 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1aac900
- Parents:
- c8fea7a
- Location:
- testsuites/sptests
- Files:
-
- 33 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/ChangeLog
rc8fea7a re8064503 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 4 * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 5 * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 6 * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 7 * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 8 * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 9 * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 10 * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 11 * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 12 * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 13 * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 14 * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 15 * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 16 * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 17 * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 18 * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 19 * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 20 * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 21 * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 22 * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 23 * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 24 * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 25 * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 26 * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 27 * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 28 * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 29 * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 30 * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 31 * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 32 * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 33 * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 34 * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 35 1 36 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 37 -
testsuites/sptests/sp01/system.h
rc8fea7a re8064503 36 36 #define CONFIGURE_MAXIMUM_TASKS 4 37 37 38 #include < confdefs.h>38 #include <rtems/confdefs.h> 39 39 40 40 /* global variables */ -
testsuites/sptests/sp02/system.h
rc8fea7a re8064503 46 46 #define CONFIGURE_MAXIMUM_TASKS 4 47 47 48 #include < confdefs.h>48 #include <rtems/confdefs.h> 49 49 50 50 /* global variables */ -
testsuites/sptests/sp03/system.h
rc8fea7a re8064503 41 41 42 42 43 #include < confdefs.h>43 #include <rtems/confdefs.h> 44 44 45 45 /* global variables */ -
testsuites/sptests/sp04/system.h
rc8fea7a re8064503 52 52 #define CONFIGURE_MAXIMUM_TASKS 4 53 53 54 #include < confdefs.h>54 #include <rtems/confdefs.h> 55 55 56 56 /* global variables */ -
testsuites/sptests/sp05/system.h
rc8fea7a re8064503 44 44 #define CONFIGURE_MAXIMUM_TASKS 4 45 45 46 #include < confdefs.h>46 #include <rtems/confdefs.h> 47 47 48 48 /* global variables */ -
testsuites/sptests/sp06/system.h
rc8fea7a re8064503 44 44 #define CONFIGURE_MAXIMUM_TASKS 4 45 45 46 #include < confdefs.h>46 #include <rtems/confdefs.h> 47 47 48 48 /* global variables */ -
testsuites/sptests/sp07/system.h
rc8fea7a re8064503 85 85 #define CONFIGURE_MAXIMUM_TASKS 5 86 86 87 #include < confdefs.h>87 #include <rtems/confdefs.h> 88 88 89 89 /* global variables */ -
testsuites/sptests/sp08/system.h
rc8fea7a re8064503 41 41 #define CONFIGURE_MAXIMUM_TASKS 2 42 42 43 #include < confdefs.h>43 #include <rtems/confdefs.h> 44 44 45 45 /* global variables */ -
testsuites/sptests/sp09/system.h
rc8fea7a re8064503 98 98 #define CONFIGURE_EXTRA_TASK_STACKS (20 * RTEMS_MINIMUM_STACK_SIZE) 99 99 100 #include < confdefs.h>100 #include <rtems/confdefs.h> 101 101 102 102 /* global variables */ -
testsuites/sptests/sp11/system.h
rc8fea7a re8064503 78 78 #define CONFIGURE_EXTRA_TASK_STACKS (2 * RTEMS_MINIMUM_STACK_SIZE) 79 79 80 #include < confdefs.h>80 #include <rtems/confdefs.h> 81 81 82 82 /* global variables */ -
testsuites/sptests/sp12/system.h
rc8fea7a re8064503 64 64 #define CONFIGURE_EXTRA_TASK_STACKS (6 * RTEMS_MINIMUM_STACK_SIZE) 65 65 66 #include < confdefs.h>66 #include <rtems/confdefs.h> 67 67 68 68 /* global variables */ -
testsuites/sptests/sp13/system.h
rc8fea7a re8064503 57 57 #define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE) 58 58 59 #include < confdefs.h>59 #include <rtems/confdefs.h> 60 60 61 61 /* global variables */ -
testsuites/sptests/sp14/system.h
rc8fea7a re8064503 52 52 #define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE) 53 53 54 #include < confdefs.h>54 #include <rtems/confdefs.h> 55 55 56 56 /* global variables */ -
testsuites/sptests/sp15/system.h
rc8fea7a re8064503 37 37 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 38 38 39 #include < confdefs.h>39 #include <rtems/confdefs.h> 40 40 41 41 /* global variables */ -
testsuites/sptests/sp16/system.h
rc8fea7a re8064503 55 55 #define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE) 56 56 57 #include < confdefs.h>57 #include <rtems/confdefs.h> 58 58 59 59 /* global variables */ -
testsuites/sptests/sp17/system.h
rc8fea7a re8064503 45 45 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 46 46 47 #include < confdefs.h>47 #include <rtems/confdefs.h> 48 48 49 49 /* global variables */ -
testsuites/sptests/sp19/system.h
rc8fea7a re8064503 47 47 #define CONFIGURE_EXTRA_TASK_STACKS (24 * RTEMS_MINIMUM_STACK_SIZE) 48 48 49 #include < confdefs.h>49 #include <rtems/confdefs.h> 50 50 51 51 /* global variables */ -
testsuites/sptests/sp20/system.h
rc8fea7a re8064503 48 48 #define CONFIGURE_EXTRA_TASK_STACKS (6 * 4 * RTEMS_MINIMUM_STACK_SIZE) 49 49 50 #include < confdefs.h>50 #include <rtems/confdefs.h> 51 51 52 52 /* global variables */ -
testsuites/sptests/sp21/system.h
rc8fea7a re8064503 37 37 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 38 38 39 #include < confdefs.h>39 #include <rtems/confdefs.h> 40 40 41 41 /* global variables */ -
testsuites/sptests/sp22/system.h
rc8fea7a re8064503 46 46 #define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE) 47 47 48 #include < confdefs.h>48 #include <rtems/confdefs.h> 49 49 50 50 /* global variables */ -
testsuites/sptests/sp23/system.h
rc8fea7a re8064503 39 39 #define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE) 40 40 41 #include < confdefs.h>41 #include <rtems/confdefs.h> 42 42 43 43 /* global variables */ -
testsuites/sptests/sp24/system.h
rc8fea7a re8064503 43 43 #define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE) 44 44 45 #include < confdefs.h>45 #include <rtems/confdefs.h> 46 46 47 47 /* global variables */ -
testsuites/sptests/sp25/system.h
rc8fea7a re8064503 36 36 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 37 37 38 #include < confdefs.h>38 #include <rtems/confdefs.h> 39 39 40 40 /* global variables */ -
testsuites/sptests/sp26/system.h
rc8fea7a re8064503 35 35 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 36 36 37 #include < confdefs.h>37 #include <rtems/confdefs.h> 38 38 39 39 /* global variables */ -
testsuites/sptests/sp27/init.c
rc8fea7a re8064503 20 20 #define CONFIGURE_INIT 21 21 22 #include < confdefs.h>22 #include <rtems/confdefs.h> 23 23 24 24 #include <rtems/error.h> -
testsuites/sptests/sp28/init.c
rc8fea7a re8064503 18 18 #define CONFIGURE_MICROSECONDS_INIT 19 19 20 #include < confdefs.h>20 #include <rtems/confdefs.h> 21 21 22 22 #include <bsp.h> -
testsuites/sptests/sp29/init.c
rc8fea7a re8064503 20 20 #define CONFIGURE_INIT 21 21 22 #include < confdefs.h>22 #include <rtems/confdefs.h> 23 23 24 24 #include <rtems/error.h> -
testsuites/sptests/sp30/system.h
rc8fea7a re8064503 43 43 #define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE) 44 44 45 #include < confdefs.h>45 #include <rtems/confdefs.h> 46 46 47 47 /* global variables */ -
testsuites/sptests/sp31/system.h
rc8fea7a re8064503 46 46 #define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE) 47 47 48 #include < confdefs.h>48 #include <rtems/confdefs.h> 49 49 50 50 /* global variables */ -
testsuites/sptests/sp32/init.c
rc8fea7a re8064503 23 23 #define CONFIGURE_INIT 24 24 25 #include < confdefs.h>25 #include <rtems/confdefs.h> 26 26 27 27 rtems_task Init( -
testsuites/sptests/spfatal/system.h
rc8fea7a re8064503 61 61 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 62 62 63 #include < confdefs.h>63 #include <rtems/confdefs.h> 64 64 65 65 /* global variables */ -
testsuites/sptests/spsize/system.h
rc8fea7a re8064503 36 36 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 37 37 38 #include < confdefs.h>38 #include <rtems/confdefs.h> 39 39 40 40 /* global variables */
Note: See TracChangeset
for help on using the changeset viewer.