1 |
27 |
unneback |
2001-07-09 Jesper Skov
|
2 |
|
|
|
3 |
|
|
* src/wallclock_sh3.cxx: fix description.
|
4 |
|
|
|
5 |
|
|
2001-03-20 Jesper Skov
|
6 |
|
|
|
7 |
|
|
* src/wallclock_sh3.cxx: Don't include kernel config.
|
8 |
|
|
|
9 |
|
|
2000-05-26 Jesper Skov
|
10 |
|
|
|
11 |
|
|
* cdl/wallclock_sh3.cdl: CYGSEM_WALLCLOCK_SET_GET_MODE moved to IO
|
12 |
|
|
package.
|
13 |
|
|
|
14 |
|
|
* src/wallclock_sh3.cxx: Get helpers from new file.
|
15 |
|
|
|
16 |
|
|
2000-04-06 Jesper Skov
|
17 |
|
|
|
18 |
|
|
* cdl/wallclock_sh3.cdl: Only active when wallclock is.
|
19 |
|
|
|
20 |
|
|
2000-04-05 John Dallaway
|
21 |
|
|
|
22 |
|
|
* cdl/wallclock_sh3.cdl:
|
23 |
|
|
|
24 |
|
|
Provide hardware wallclock implementation as a radio button.
|
25 |
|
|
|
26 |
|
|
2000-04-05 Jesper Skov
|
27 |
|
|
|
28 |
|
|
* src/wallclock_sh3.cxx:
|
29 |
|
|
Moved from devs/wallclock/current to here.
|
30 |
|
|
Get API from io/wallclock.
|
31 |
|
|
Deleted all non-SH3 changelog entries
|
32 |
|
|
|
33 |
|
|
2000-03-29 Jesper Skov
|
34 |
|
|
|
35 |
|
|
* tests/wallclock2.cxx:
|
36 |
|
|
* include/wallclock.hxx:
|
37 |
|
|
* src/sh3.cxx:
|
38 |
|
|
* src/wallclock.cxx:
|
39 |
|
|
* cdl/wallclock.cdl:
|
40 |
|
|
Reworked WallClock API. It should now be simpler to add new
|
41 |
|
|
wallclock drivers. Added a simple test to print out the current
|
42 |
|
|
wallclock value so a human can verify battery backup works.
|
43 |
|
|
|
44 |
|
|
2000-03-17 Jesper Skov
|
45 |
|
|
|
46 |
|
|
* cdl/wallclock.cdl:
|
47 |
|
|
* src/sh3.cxx:
|
48 |
|
|
Added wallclock driver for SH3 RTC module.
|
49 |
|
|
|
50 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
51 |
|
|
// -------------------------------------------
|
52 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
53 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
54 |
|
|
//
|
55 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
56 |
|
|
// the terms of the GNU General Public License as published by the Free
|
57 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
58 |
|
|
//
|
59 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
60 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
61 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
62 |
|
|
// for more details.
|
63 |
|
|
//
|
64 |
|
|
// You should have received a copy of the GNU General Public License along
|
65 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
66 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
67 |
|
|
//
|
68 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
69 |
|
|
// or inline functions from this file, or you compile this file and link it
|
70 |
|
|
// with other works to produce a work based on this file, this file does not
|
71 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
72 |
|
|
// License. However the source code for this file must still be made available
|
73 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
74 |
|
|
//
|
75 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
76 |
|
|
// this file might be covered by the GNU General Public License.
|
77 |
|
|
//
|
78 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
79 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
80 |
|
|
// -------------------------------------------
|
81 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
82 |
|
|
|
83 |
|
|
|