forked from Imagelibrary/rtems
2002-12-02 Joel Sherrill <joel@OARcorp.com>
* malloctest/init.c: Tasks should be floating point.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-12-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* malloctest/init.c: Tasks should be floating point.
|
||||||
|
|
||||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Reformat.
|
* .cvsignore: Reformat.
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ rtems_task Init(
|
|||||||
1,
|
1,
|
||||||
TASK_STACK_SIZE,
|
TASK_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_FLOATING_POINT,
|
||||||
&Task_id[ 1 ]
|
&Task_id[ 1 ]
|
||||||
);
|
);
|
||||||
directive_failed( status, "rtems_task_create of TA1" );
|
directive_failed( status, "rtems_task_create of TA1" );
|
||||||
@@ -58,7 +58,7 @@ rtems_task Init(
|
|||||||
1,
|
1,
|
||||||
TASK_STACK_SIZE,
|
TASK_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_FLOATING_POINT,
|
||||||
&Task_id[ 2 ]
|
&Task_id[ 2 ]
|
||||||
);
|
);
|
||||||
directive_failed( status, "rtems_task_create of TA2" );
|
directive_failed( status, "rtems_task_create of TA2" );
|
||||||
@@ -68,7 +68,7 @@ rtems_task Init(
|
|||||||
1,
|
1,
|
||||||
TASK_STACK_SIZE,
|
TASK_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_FLOATING_POINT,
|
||||||
&Task_id[ 3 ]
|
&Task_id[ 3 ]
|
||||||
);
|
);
|
||||||
directive_failed( status, "rtems_task_create of TA3" );
|
directive_failed( status, "rtems_task_create of TA3" );
|
||||||
@@ -78,7 +78,7 @@ rtems_task Init(
|
|||||||
1,
|
1,
|
||||||
TASK_STACK_SIZE,
|
TASK_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_FLOATING_POINT,
|
||||||
&Task_id[ 4 ]
|
&Task_id[ 4 ]
|
||||||
);
|
);
|
||||||
directive_failed( status, "rtems_task_create of TA4" );
|
directive_failed( status, "rtems_task_create of TA4" );
|
||||||
@@ -88,7 +88,7 @@ rtems_task Init(
|
|||||||
1,
|
1,
|
||||||
TASK_STACK_SIZE,
|
TASK_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_FLOATING_POINT,
|
||||||
&Task_id[ 5 ]
|
&Task_id[ 5 ]
|
||||||
);
|
);
|
||||||
directive_failed( status, "rtems_task_create of TA5" );
|
directive_failed( status, "rtems_task_create of TA5" );
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-12-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* malloctest/init.c: Tasks should be floating point.
|
||||||
|
|
||||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Reformat.
|
* .cvsignore: Reformat.
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ rtems_task Init(
|
|||||||
1,
|
1,
|
||||||
TASK_STACK_SIZE,
|
TASK_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_FLOATING_POINT,
|
||||||
&Task_id[ 1 ]
|
&Task_id[ 1 ]
|
||||||
);
|
);
|
||||||
directive_failed( status, "rtems_task_create of TA1" );
|
directive_failed( status, "rtems_task_create of TA1" );
|
||||||
@@ -58,7 +58,7 @@ rtems_task Init(
|
|||||||
1,
|
1,
|
||||||
TASK_STACK_SIZE,
|
TASK_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_FLOATING_POINT,
|
||||||
&Task_id[ 2 ]
|
&Task_id[ 2 ]
|
||||||
);
|
);
|
||||||
directive_failed( status, "rtems_task_create of TA2" );
|
directive_failed( status, "rtems_task_create of TA2" );
|
||||||
@@ -68,7 +68,7 @@ rtems_task Init(
|
|||||||
1,
|
1,
|
||||||
TASK_STACK_SIZE,
|
TASK_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_FLOATING_POINT,
|
||||||
&Task_id[ 3 ]
|
&Task_id[ 3 ]
|
||||||
);
|
);
|
||||||
directive_failed( status, "rtems_task_create of TA3" );
|
directive_failed( status, "rtems_task_create of TA3" );
|
||||||
@@ -78,7 +78,7 @@ rtems_task Init(
|
|||||||
1,
|
1,
|
||||||
TASK_STACK_SIZE,
|
TASK_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_FLOATING_POINT,
|
||||||
&Task_id[ 4 ]
|
&Task_id[ 4 ]
|
||||||
);
|
);
|
||||||
directive_failed( status, "rtems_task_create of TA4" );
|
directive_failed( status, "rtems_task_create of TA4" );
|
||||||
@@ -88,7 +88,7 @@ rtems_task Init(
|
|||||||
1,
|
1,
|
||||||
TASK_STACK_SIZE,
|
TASK_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_FLOATING_POINT,
|
||||||
&Task_id[ 5 ]
|
&Task_id[ 5 ]
|
||||||
);
|
);
|
||||||
directive_failed( status, "rtems_task_create of TA5" );
|
directive_failed( status, "rtems_task_create of TA5" );
|
||||||
|
|||||||
Reference in New Issue
Block a user