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:
Joel Sherrill
2007-06-20 21:43:28 +00:00
parent 0e92952285
commit 496274b6ec
4 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -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 */

View 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 */