comparison packages/devs/watchdog/current/ChangeLog @ 76:435cced73e2f ecos-v1_3_1-release

eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
author jlarmour
date Tue, 28 Mar 2000 14:10:45 +0000
parents bf00f99aec69
children
comparison
equal deleted inserted replaced
75:41bf073c0c32 76:435cced73e2f
1 2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk>
2 * cdl/watchdog.cdl:
3
4 Adjust help URLs in line with new doc layout.
5
6 2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk>
7 * cdl/watchdog.cdl:
8
9 Adjust help URLs in line with new doc layout.
10
11 2000-01-19 Hugo Tyson <hmt@cygnus.co.uk>
12
13 * cdl/*.cdl: Add descriptions to a number of options &c which were
14 lacking same, also tidied up other typos as noticed en passant.
15
16 1999-11-03 John Dallaway <jld@cygnus.co.uk>
17
18 * cdl/watchdog.cdl: Define build options.
19
1 1999-09-09 Jonathan Larmour <jlarmour@cygnus.co.uk> 20 1999-09-09 Jonathan Larmour <jlarmour@cygnus.co.uk>
2 21
3 * include/pkgconf/watchdog.h: Rename CYGPKG_HAL_MN10300_SIM to 22 * include/pkgconf/watchdog.h: Rename CYGPKG_HAL_MN10300_SIM to
4 CYGPKG_HAL_MN10300_AM31_SIM 23 CYGPKG_HAL_MN10300_AM31_SIM
5 24
14 1999-09-07 Jesper Skov <jskov@cygnus.co.uk> 33 1999-09-07 Jesper Skov <jskov@cygnus.co.uk>
15 PRs 20427, 20428, 20432 34 PRs 20427, 20428, 20432
16 * tests/PKGconf.mak (TESTS): Clear on targets that reset the 35 * tests/PKGconf.mak (TESTS): Clear on targets that reset the
17 board. 36 board.
18 37
38 1999-09-01 Jesper Skov <jskov@cygnus.co.uk>
39 * cdl/watchdog.cdl:
40 * include/pkgconf/watchdog.h:
41 * src/PKGconf.mak:
42 * src/sh.cxx:
43 Added watchdog driver for SH.
44
19 1999-08-27 Jesper Skov <jskov@cygnus.co.uk> 45 1999-08-27 Jesper Skov <jskov@cygnus.co.uk>
46 * include/pkgconf/watchdog.h:
47 * src/PKGconf.mak:
48 * src/ebsa285.cxx:
49 Added watchdog device for 21285.
20 50
21 * tests/watchdog_reset.cxx: 51 * tests/watchdog_reset.cxx:
22 * tests/PKGconf.mak (TESTS): 52 * tests/PKGconf.mak (TESTS):
23 Added test for watchdog devices that reset the board. 53 Added test for watchdog devices that reset the board.
24 54
39 69
40 * tests/watchdog.cxx: 70 * tests/watchdog.cxx:
41 Modified to use the value returned from get_resolution() to 71 Modified to use the value returned from get_resolution() to
42 control the timing of reset() calls. 72 control the timing of reset() calls.
43 73
74 * src/mn10300.cxx:
75 Added support for AM33 variant. Since the AM33 can only provide a
76 maximum watchdog cycle time of 621ms, this has motiviated the
77 addition of the get_resolution() call described above.
44 1999-07-14 Jesper Skov <jskov@cygnus.co.uk> 78 1999-07-14 Jesper Skov <jskov@cygnus.co.uk>
45 79
46 * src/mn10300.cxx: 80 * src/mn10300.cxx:
47 * src/emulate.cxx: 81 * src/emulate.cxx:
48 Include pkgconf/kernel.h. 82 Include pkgconf/kernel.h.