1 |
27 |
unneback |
2003-02-25 Jonathan Larmour
|
2 |
|
|
|
3 |
|
|
* doc/power.sgml: Declare as not to get
|
4 |
|
|
correct TOC numbering.
|
5 |
|
|
Fix build on some jade versions by using & instead of
|
6 |
|
|
plain '&'.
|
7 |
|
|
|
8 |
|
|
2003-02-24 Jonathan Larmour
|
9 |
|
|
|
10 |
|
|
* cdl/power.cdl: Fix doc links for config tool's doc system.
|
11 |
|
|
|
12 |
|
|
* doc/power.sgml: Comment out DOCTYPE for now to allow building
|
13 |
|
|
with standard doc build.
|
14 |
|
|
|
15 |
|
|
2001-11-21 Jonathan Larmour
|
16 |
|
|
|
17 |
|
|
* include/power.h: Use a POWER_INLINE macro for "inline" to allow
|
18 |
|
|
non-inline versions to be defined when the C compiler chooses not to
|
19 |
|
|
inline.
|
20 |
|
|
* src/power.cxx: Using POWER_INLINE, define the non-inline versions
|
21 |
|
|
here.
|
22 |
|
|
|
23 |
|
|
2001-08-01 Bart Veer
|
24 |
|
|
|
25 |
|
|
* doc/power.sgml, doc/*.html:
|
26 |
|
|
Major update to reflect the changes below and clarify
|
27 |
|
|
the expected behaviour.
|
28 |
|
|
|
29 |
|
|
* include/power.h:
|
30 |
|
|
* src/power.cxx:
|
31 |
|
|
Merge from development version. Various issues such as
|
32 |
|
|
synchronization should now be resolved.
|
33 |
|
|
|
34 |
|
|
* cdl/power.cdl:
|
35 |
|
|
Remove constraints requiring HAL support.
|
36 |
|
|
Add build-related options.
|
37 |
|
|
|
38 |
|
|
* tests/powertest.cxx:
|
39 |
|
|
Start of a testcase for power management
|
40 |
|
|
|
41 |
|
|
|
42 |
|
|
2001-07-13 Bart Veer
|
43 |
|
|
|
44 |
|
|
* Initial check-in
|
45 |
|
|
|
46 |
|
|
//===========================================================================
|
47 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
48 |
|
|
// -------------------------------------------
|
49 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
50 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
51 |
|
|
//
|
52 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
53 |
|
|
// the terms of the GNU General Public License as published by the Free
|
54 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
55 |
|
|
//
|
56 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
57 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
58 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
59 |
|
|
// for more details.
|
60 |
|
|
//
|
61 |
|
|
// You should have received a copy of the GNU General Public License along
|
62 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
63 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
64 |
|
|
//
|
65 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
66 |
|
|
// or inline functions from this file, or you compile this file and link it
|
67 |
|
|
// with other works to produce a work based on this file, this file does not
|
68 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
69 |
|
|
// License. However the source code for this file must still be made available
|
70 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
71 |
|
|
//
|
72 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
73 |
|
|
// this file might be covered by the GNU General Public License.
|
74 |
|
|
//
|
75 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
76 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
77 |
|
|
// -------------------------------------------
|
78 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
79 |
|
|
//===========================================================================
|