Mercurial > flash_v2
changeset 336:9cba9bab3aeb
synthetic target watchdog device should only be active when the
generic watchdog support is present
| author | bartv |
|---|---|
| date | Mon, 16 Sep 2002 21:59:25 +0000 |
| parents | a253970d627b |
| children | d640df2dd440 |
| files | packages/devs/watchdog/synth/current/ChangeLog packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl |
| diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/watchdog/synth/current/ChangeLog +++ b/packages/devs/watchdog/synth/current/ChangeLog @@ -1,3 +1,9 @@ +2002-09-16 Bart Veer <bartv@ecoscentric.com> + + * cdl/synth_watchdog.cdl: + Synthetic watchdog device should only be active if the + generic watchdog support is present + 2002-09-04 Bart Veer <bartv@ecoscentric.com> * Synthetic target watchdog package created
--- a/packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl +++ b/packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl @@ -58,6 +58,7 @@ cdl_package CYGPKG_DEVS_WATCHDOG_SYNTH { SIGPWR signal." parent CYGPKG_IO_WATCHDOG + active_if CYGPKG_IO_WATCHDOG implements CYGINT_WATCHDOG_HW_IMPLEMENTATIONS implements CYGINT_WATCHDOG_RESETS_ON_TIMEOUT
