summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-14 14:27:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-14 14:27:26 +0000
commitda78feebd995d22f556564d8e9133bd8840fd668 (patch)
tree4c21d939a1888cdf1b9b9fefdca2eacc40ed34af /doc
parentAdd locks around non-atomic structure assignment. (diff)
downloadrtems-da78feebd995d22f556564d8e9133bd8840fd668.tar.bz2
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/conf.t8
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index bd367a7730..6a1e322728 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
+
2008-05-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/conf.t: Fix typo on
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 5146865a75..8208aae793 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -346,10 +346,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}