summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-21 22:15:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-21 22:15:20 +0000
commit1b2dd278797456ce69d35e83144f807722d21cea (patch)
treeb0eeb331d499bf50a11361353634b9fad20bd075 /testsuites/itrontests
parent2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1b2dd278797456ce69d35e83144f807722d21cea.tar.bz2
2008-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* itronhello/system.h, itronmbox01/system.h, itrontask02/system.h, itrontime01/system.h: Add use of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
Diffstat (limited to 'testsuites/itrontests')
-rw-r--r--testsuites/itrontests/ChangeLog6
-rw-r--r--testsuites/itrontests/itronhello/system.h4
-rw-r--r--testsuites/itrontests/itronmbox01/system.h4
-rw-r--r--testsuites/itrontests/itrontask02/system.h4
-rw-r--r--testsuites/itrontests/itrontime01/system.h4
5 files changed, 18 insertions, 4 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index f6b6a128ff..314fda8681 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * itronhello/system.h, itronmbox01/system.h, itrontask02/system.h,
+ itrontime01/system.h: Add use of
+ CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
+
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
diff --git a/testsuites/itrontests/itronhello/system.h b/testsuites/itrontests/itronhello/system.h
index a30c248606..0a8d447448 100644
--- a/testsuites/itrontests/itronhello/system.h
+++ b/testsuites/itrontests/itronhello/system.h
@@ -3,7 +3,7 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -22,6 +22,8 @@ void ITRON_Init( void );
/* configuration information */
+/* NOTICE: the clock driver is explicitly disabled */
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_ITRON_TASKS 1
diff --git a/testsuites/itrontests/itronmbox01/system.h b/testsuites/itrontests/itronmbox01/system.h
index f0026534b6..357d58c819 100644
--- a/testsuites/itrontests/itronmbox01/system.h
+++ b/testsuites/itrontests/itronmbox01/system.h
@@ -3,7 +3,7 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -22,6 +22,8 @@ void ITRON_Init( void );
/* configuration information */
+/* NOTICE: the clock driver is explicitly disabled */
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_ITRON_TASKS 1
diff --git a/testsuites/itrontests/itrontask02/system.h b/testsuites/itrontests/itrontask02/system.h
index d888bce512..b2c0c06e4f 100644
--- a/testsuites/itrontests/itrontask02/system.h
+++ b/testsuites/itrontests/itrontask02/system.h
@@ -3,7 +3,7 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -24,6 +24,8 @@ void Non_Dormant_task();
/* configuration information */
+/* NOTICE: the clock driver is explicitly disabled */
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_ITRON_TASKS 5
diff --git a/testsuites/itrontests/itrontime01/system.h b/testsuites/itrontests/itrontime01/system.h
index f0026534b6..357d58c819 100644
--- a/testsuites/itrontests/itrontime01/system.h
+++ b/testsuites/itrontests/itrontime01/system.h
@@ -3,7 +3,7 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -22,6 +22,8 @@ void ITRON_Init( void );
/* configuration information */
+/* NOTICE: the clock driver is explicitly disabled */
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_ITRON_TASKS 1