From ada1918f45ae69891d6c87a45cd395dec248066a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 20 Jun 2008 17:06:01 +0000 Subject: [PATCH] 2008-06-20 Joel Sherrill * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER. --- doc/ChangeLog | 4 ++++ doc/user/conf.t | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 9adcfb2adf..91e07c33cd 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-06-20 Joel Sherrill + + * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER. + 2008-04-16 Joel Sherrill * user/bsp.t, user/conf.t, user/init.t, user/intr.t, user/overview.t, diff --git a/doc/user/conf.t b/doc/user/conf.t index b9c8697bec..db269182e6 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -290,10 +290,10 @@ defined. @findex CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER @item @code{CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER} is defined -if the application wishes to include the Console Device Driver. -This device driver is responsible for providing standard input -and output using "/dev/console". By default, this is not -defined. +if the application wishes to include the Clock Device Driver. +This device driver is responsible for providing a regular +interrupt which invokes the @code{rtems_clock_tick} directive. +By default, this is not defined. @findex CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER @item @code{CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER}