forked from Imagelibrary/rtems
2001-08-16 Joel Sherrill <joel@OARcorp.com>
* sp13/sp13.scn: Id in screen had wrong class field value. * sp13/system.h: Account for message buffer memory. * sp13/task2.c: Remove unnecessary check for failure.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2001-08-16 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* sp13/sp13.scn: Id in screen had wrong class field value.
|
||||||
|
* sp13/system.h: Account for message buffer memory.
|
||||||
|
* sp13/task2.c: Remove unnecessary check for failure.
|
||||||
|
|
||||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
*** TEST 13 ***
|
*** TEST 13 ***
|
||||||
TA1 - rtems_message_queue_ident - qid => 18010001
|
TA1 - rtems_message_queue_ident - qid => 1c010001
|
||||||
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1
|
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1
|
||||||
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1
|
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1
|
||||||
TA1 - rtems_task_wake_after - sleep 5 seconds
|
TA1 - rtems_task_wake_after - sleep 5 seconds
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ rtems_task Task_3(
|
|||||||
|
|
||||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||||
|
|
||||||
|
#define CONFIGURE_MEMORY_OVERHEAD 32
|
||||||
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <confdefs.h>
|
||||||
|
|||||||
@@ -100,8 +100,6 @@ rtems_task Task_2(
|
|||||||
|
|
||||||
Fill_buffer( "BUFFER 2 TO Q 2", (long *)buffer );
|
Fill_buffer( "BUFFER 2 TO Q 2", (long *)buffer );
|
||||||
puts( "TA2 - rtems_message_queue_send - BUFFER 2 TO Q 2" );
|
puts( "TA2 - rtems_message_queue_send - BUFFER 2 TO Q 2" );
|
||||||
directive_failed( status, "rtems_message_queue_send" );
|
|
||||||
|
|
||||||
status = rtems_message_queue_send( Queue_id[ 2 ], buffer, MESSAGE_SIZE );
|
status = rtems_message_queue_send( Queue_id[ 2 ], buffer, MESSAGE_SIZE );
|
||||||
directive_failed( status, "rtems_message_queue_send" );
|
directive_failed( status, "rtems_message_queue_send" );
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2001-08-16 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* sp13/sp13.scn: Id in screen had wrong class field value.
|
||||||
|
* sp13/system.h: Account for message buffer memory.
|
||||||
|
* sp13/task2.c: Remove unnecessary check for failure.
|
||||||
|
|
||||||
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
*** TEST 13 ***
|
*** TEST 13 ***
|
||||||
TA1 - rtems_message_queue_ident - qid => 18010001
|
TA1 - rtems_message_queue_ident - qid => 1c010001
|
||||||
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1
|
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1
|
||||||
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1
|
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1
|
||||||
TA1 - rtems_task_wake_after - sleep 5 seconds
|
TA1 - rtems_task_wake_after - sleep 5 seconds
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ rtems_task Task_3(
|
|||||||
|
|
||||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||||
|
|
||||||
|
#define CONFIGURE_MEMORY_OVERHEAD 32
|
||||||
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <confdefs.h>
|
||||||
|
|||||||
@@ -100,8 +100,6 @@ rtems_task Task_2(
|
|||||||
|
|
||||||
Fill_buffer( "BUFFER 2 TO Q 2", (long *)buffer );
|
Fill_buffer( "BUFFER 2 TO Q 2", (long *)buffer );
|
||||||
puts( "TA2 - rtems_message_queue_send - BUFFER 2 TO Q 2" );
|
puts( "TA2 - rtems_message_queue_send - BUFFER 2 TO Q 2" );
|
||||||
directive_failed( status, "rtems_message_queue_send" );
|
|
||||||
|
|
||||||
status = rtems_message_queue_send( Queue_id[ 2 ], buffer, MESSAGE_SIZE );
|
status = rtems_message_queue_send( Queue_id[ 2 ], buffer, MESSAGE_SIZE );
|
||||||
directive_failed( status, "rtems_message_queue_send" );
|
directive_failed( status, "rtems_message_queue_send" );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user