mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using buffered test IO.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
|
||||||
|
buffered test IO.
|
||||||
|
|
||||||
2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
|
* sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ rtems_task Task_1_through_6(
|
|||||||
while ( FOREVER ) {
|
while ( FOREVER ) {
|
||||||
status = rtems_rate_monotonic_period( rmid, Periods[ argument ] );
|
status = rtems_rate_monotonic_period( rmid, Periods[ argument ] );
|
||||||
directive_failed( status, "rtems_rate_monotonic_period" );
|
directive_failed( status, "rtems_rate_monotonic_period" );
|
||||||
|
|
||||||
Count.count[ argument ]++;
|
Count.count[ argument ]++;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
/********************************************************************/
|
/********************************************************************/
|
||||||
|
|
||||||
|
#define CONFIGURE_INIT
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "tmacros.h"
|
#include "tmacros.h"
|
||||||
@@ -159,8 +161,6 @@ rtems_task Init(rtems_task_argument ignored)
|
|||||||
#define CONFIGURE_MAXIMUM_TASKS 6
|
#define CONFIGURE_MAXIMUM_TASKS 6
|
||||||
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
|
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
|
||||||
|
|
||||||
#define CONFIGURE_INIT
|
|
||||||
|
|
||||||
#include <rtems/confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
/* end of file */
|
/* end of file */
|
||||||
|
|||||||
@@ -46,6 +46,8 @@
|
|||||||
#define TEST_EXIT_AFTER_ITERATIONS 10
|
#define TEST_EXIT_AFTER_ITERATIONS 10
|
||||||
/********************************************************************/
|
/********************************************************************/
|
||||||
|
|
||||||
|
#define CONFIGURE_INIT
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "tmacros.h"
|
#include "tmacros.h"
|
||||||
@@ -481,8 +483,6 @@ rtems_task Init(rtems_task_argument ignored)
|
|||||||
#define CONFIGURE_MAXIMUM_TASKS 10
|
#define CONFIGURE_MAXIMUM_TASKS 10
|
||||||
#define CONFIGURE_MAXIMUM_SEMAPHORES 10
|
#define CONFIGURE_MAXIMUM_SEMAPHORES 10
|
||||||
|
|
||||||
#define CONFIGURE_INIT
|
|
||||||
|
|
||||||
#include <rtems/confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
/* end of file */
|
/* end of file */
|
||||||
|
|||||||
Reference in New Issue
Block a user