From b091cde316940ea5205b7ebcda2c597e7c06ca86 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 Apr 2008 21:52:13 +0000 Subject: 2008-04-23 Joel Sherrill * iostream/system.h: Update to include definition of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate. --- testsuites/samples/ChangeLog | 5 +++++ testsuites/samples/iostream/system.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'testsuites') diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 01d7b785f1..e8a6371c09 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,8 @@ +2008-04-23 Joel Sherrill + + * iostream/system.h: Update to include definition of + CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate. + 2008-04-17 Joel Sherrill * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h: diff --git a/testsuites/samples/iostream/system.h b/testsuites/samples/iostream/system.h index be7660867b..4f8fb1d20a 100644 --- a/testsuites/samples/iostream/system.h +++ b/testsuites/samples/iostream/system.h @@ -25,6 +25,8 @@ rtems_task Init( #include /* for device driver prototypes */ +/* NOTICE: the clock driver is explicitly disabled */ +#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_MAXIMUM_TASKS 1 -- cgit v1.2.3