summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 14:40:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 14:40:19 +0000
commitadfbb4a8f2b9046a5a0dc973972fa49691623b55 (patch)
tree1b1cfa3f1249a5f20b0944449187af84e9268c02 /doc
parent2008-05-22 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-adfbb4a8f2b9046a5a0dc973972fa49691623b55.tar.bz2
2008-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/conf.t: Add baseline interface for Watchdog Driver.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/conf.t8
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 6a1e322728..8a44923278 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * user/conf.t: Add baseline interface for Watchdog Driver.
+
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 8208aae793..aab3ca6109 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -369,8 +369,12 @@ 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.
+is defined if the application wishes to include the Real-Time Clock Driver.
+By default, this is not defined.
+
+@findex CONFIGURE_APPLICATION_NEEDS_WATCHDOG_DRIVER
+@item @code{CONFIGURE_APPLICATION_NEEDS_WATCHDOG_DRIVER}
+is defined if the application wishes to include the Watchdog Driver.
By default, this is not defined.
@findex CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER