1 |
27 |
unneback |
2003-03-23 Iztok Zupet
|
2 |
|
|
|
3 |
|
|
* doc/synth_watchdog.sgml: Replaced .gif with .png to allow for
|
4 |
|
|
PDF build.
|
5 |
|
|
|
6 |
|
|
* doc/asleep.gif, doc/awake.gif: Converted to *.png and deleted.
|
7 |
|
|
* doc/asleep.png, doc/awake.png: New files.
|
8 |
|
|
|
9 |
|
|
2003-02-25 Jonathan Larmour
|
10 |
|
|
|
11 |
|
|
* doc/synth_watchdog.sgml: Declare as not to get
|
12 |
|
|
correct TOC numbering.
|
13 |
|
|
|
14 |
|
|
2003-02-24 Jonathan Larmour
|
15 |
|
|
|
16 |
|
|
* cdl/synth_watchdog.cdl: Add doc link.
|
17 |
|
|
|
18 |
|
|
* doc/synth_watchdog.sgml: Comment out DOCTYPE for now to allow
|
19 |
|
|
building with standard doc build.
|
20 |
|
|
Add an enclosing so it's structured better with standard
|
21 |
|
|
doc build.
|
22 |
|
|
|
23 |
|
|
2003-02-12 Bart Veer
|
24 |
|
|
|
25 |
|
|
* host/Makefile.in:
|
26 |
|
|
Regenerate after toplevel acinclude.m4 update
|
27 |
|
|
|
28 |
|
|
2002-09-16 Bart Veer
|
29 |
|
|
|
30 |
|
|
* cdl/synth_watchdog.cdl:
|
31 |
|
|
Synthetic watchdog device should only be active if the
|
32 |
|
|
generic watchdog support is present
|
33 |
|
|
|
34 |
|
|
2002-09-04 Bart Veer
|
35 |
|
|
|
36 |
|
|
* Synthetic target watchdog package created
|
37 |
|
|
|
38 |
|
|
//===========================================================================
|
39 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
40 |
|
|
// -------------------------------------------
|
41 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
42 |
|
|
// Copyright (C) 2002, 2003 Bart Veer
|
43 |
|
|
//
|
44 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
45 |
|
|
// the terms of the GNU General Public License as published by the Free
|
46 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
47 |
|
|
//
|
48 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
49 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
50 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
51 |
|
|
// for more details.
|
52 |
|
|
//
|
53 |
|
|
// You should have received a copy of the GNU General Public License along
|
54 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
55 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
56 |
|
|
//
|
57 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
58 |
|
|
// or inline functions from this file, or you compile this file and link it
|
59 |
|
|
// with other works to produce a work based on this file, this file does not
|
60 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
61 |
|
|
// License. However the source code for this file must still be made available
|
62 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
63 |
|
|
//
|
64 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
65 |
|
|
// this file might be covered by the GNU General Public License.
|
66 |
|
|
// -------------------------------------------
|
67 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
68 |
|
|
//===========================================================================
|
69 |
|
|
|