From 1b2dd278797456ce69d35e83144f807722d21cea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 May 2008 22:15:20 +0000 Subject: 2008-05-21 Joel Sherrill * itronhello/system.h, itronmbox01/system.h, itrontask02/system.h, itrontime01/system.h: Add use of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER. --- testsuites/itrontests/ChangeLog | 6 ++++++ testsuites/itrontests/itronhello/system.h | 4 +++- testsuites/itrontests/itronmbox01/system.h | 4 +++- testsuites/itrontests/itrontask02/system.h | 4 +++- testsuites/itrontests/itrontime01/system.h | 4 +++- 5 files changed, 18 insertions(+), 4 deletions(-) (limited to 'testsuites/itrontests') 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 + + * 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 * 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 -- cgit v1.2.3