2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>

* user/conf.t: Add CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
This commit is contained in:
Joel Sherrill
2008-04-17 22:45:57 +00:00
parent df0bfdf068
commit e31f420f4b
2 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: Add CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
2008-04-16 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-04-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/bsp.t, user/conf.t, user/init.t, user/intr.t, user/overview.t, * user/bsp.t, user/conf.t, user/init.t, user/intr.t, user/overview.t,

View File

@@ -358,10 +358,20 @@ This device driver is used to benchmark execution times
by the RTEMS Timing Test Suites. By default, this is not by the RTEMS Timing Test Suites. By default, this is not
defined. defined.
@c @item @code{CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER} @findex CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
@c is defined @item @code{CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER} is defined
@c if the application wishes to include the Real-Time Clock Driver. when the application does @b{NOT} want the Clock Device Driver
@c By default, this is not defined. 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 @findex CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
@item @code{CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER} @item @code{CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER}