tmtests: refactored timesys.h, removed declarations

This commit is contained in:
Daniel Ramirez
2013-12-09 17:17:31 -06:00
committed by Joel Sherrill
parent 798b8da7ef
commit 371f32f48e
11 changed files with 21 additions and 3 deletions

View File

@@ -63,7 +63,4 @@
TEST_EXTERN volatile uint32_t end_time; /* ending time variable */
TEST_EXTERN volatile uint32_t overhead; /* loop overhead variable */
TEST_EXTERN rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
TEST_EXTERN rtems_name Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
/* end of include file */

View File

@@ -22,6 +22,9 @@ rtems_task Init(
#include <timesys.h>
rtems_name Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER

View File

@@ -24,6 +24,8 @@ rtems_task Init(
#include <timesys.h>
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER

View File

@@ -22,6 +22,8 @@ rtems_task Init(
#include <timesys.h>
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER

View File

@@ -22,6 +22,8 @@ rtems_task Init(
#include <timesys.h>
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER

View File

@@ -22,6 +22,8 @@ rtems_task Init(
#include <timesys.h>
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER

View File

@@ -22,6 +22,8 @@ rtems_task Init(
#include <timesys.h>
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER

View File

@@ -22,6 +22,8 @@ rtems_task Init(
#include <timesys.h>
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER

View File

@@ -22,6 +22,8 @@ rtems_task Init(
#include <timesys.h>
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER

View File

@@ -22,6 +22,8 @@ rtems_task Init(
#include <timesys.h>
rtems_id Task_id[ OPERATION_COUNT+1 ]; /* array of task ids */
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER

View File

@@ -22,6 +22,8 @@ rtems_task Init(
#include <timesys.h>
rtems_name Task_name[ OPERATION_COUNT+1 ]; /* array of task names */
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER