From e31f420f4bd6adb27f0bc3dc3c49e711bfaf017d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Apr 2008 22:45:57 +0000 Subject: 2008-04-17 Joel Sherrill * user/conf.t: Add CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER. --- doc/user/conf.t | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'doc/user/conf.t') diff --git a/doc/user/conf.t b/doc/user/conf.t index 943794934c..d8a4d24d25 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -358,10 +358,20 @@ This device driver is used to benchmark execution times by the RTEMS Timing Test Suites. By default, this is not defined. -@c @item @code{CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER} -@c is defined -@c if the application wishes to include the Real-Time Clock Driver. -@c By default, this is not defined. +@findex CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER +@item @code{CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER} is defined +when the application does @b{NOT} want the Clock Device Driver +and is @b{NOT} using the Timer Driver. The inclusion or +exclusion of the Clock Driver must be explicit in typical +user applications. This is intended to prevent the common +user error of using the Hello World example as the baseline +for an application and leaving out a clock tick source. + +@findex CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER +@item @code{CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER} +is defined +if the application wishes to include the Real-Time Clock Driver. +By default, this is not defined. @findex CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER @item @code{CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER} -- cgit v1.2.3