2008-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>

* user/conf.t: Add baseline interface for Watchdog Driver.
This commit is contained in:
Joel Sherrill
2008-05-22 14:40:19 +00:00
parent d2018f7178
commit adfbb4a8f2
2 changed files with 10 additions and 2 deletions

View File

@@ -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.

View File

@@ -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