Mercurial > flash_v2
annotate packages/devs/watchdog/current/ChangeLog @ 32:5af43b635655 ecos-sw-1999-08-18
Merge from eCos master repository on 1999-08-18-15:20:01-BST
| author | jlarmour |
|---|---|
| date | Wed, 18 Aug 1999 15:33:44 +0000 |
| parents | 306eee292492 |
| children | 29bc183297e1 |
| rev | line source |
|---|---|
|
32
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
1 1999-08-18 Nick Garnett <nickg@cygnus.co.uk> |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
2 |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
3 * include/pkgconf/watchdog.h: Made test for use of a non-emulated |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
4 watchdog more generic for MN10300 targets. |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
5 |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
6 * src/emulate.cxx: |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
7 * include/watchdog.hxx (class Cyg_Watchdog): |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
8 Added get_resolution() to return maximum time, in nanoseconds, |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
9 between calls to reset(). |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
10 |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
11 * tests/watchdog.cxx: |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
12 Modified to use the value returned from get_resolution() to |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
13 control the timing of reset() calls. |
|
5af43b635655
Merge from eCos master repository on 1999-08-18-15:20:01-BST
jlarmour
parents:
24
diff
changeset
|
14 |
|
24
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
15 1999-07-14 Jesper Skov <jskov@cygnus.co.uk> |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
16 |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
17 * src/mn10300.cxx: |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
18 * src/emulate.cxx: |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
19 Include pkgconf/kernel.h. |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
2
diff
changeset
|
20 |
| 2 | 21 1999-04-21 Gary Thomas <gthomas@cygnus.co.uk> |
| 22 | |
| 23 * tests/watchdog.cxx: The 'keep alive' message was interfering | |
| 24 with the watchdog measurement. Some rearrangement fixes this. | |
| 25 | |
| 26 1999-04-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 27 | |
| 28 * tests/watchdog.cxx: | |
| 29 Restrict number of loops, and number of seconds per loop when we | |
| 30 detect we are in a simulator. Do this instead of changing the | |
| 31 value of one_sec in the simulator, since this invalidates the test | |
| 32 somewhat. | |
| 33 Output occasional messages to reassure the user that the test is | |
| 34 still running. | |
| 35 Fix for PR 19865 | |
| 36 | |
| 37 1999-04-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 38 | |
| 39 * tests/watchdog.cxx (cyg_start): Added workaround for PR 17974. | |
| 40 | |
| 41 1999-04-12 John Dallaway <jld@cygnus.co.uk> | |
| 42 | |
| 43 * include/pkgconf/watchdog.h: Add cdl_package doc attribute. | |
| 44 | |
| 45 1999-04-08 Gary Thomas <gthomas@cygnus.co.uk> | |
| 46 | |
| 47 * tests/watchdog.cxx: PR 19773 - Loop over first test for better | |
| 48 coverage. Print some additional messages, especially if failure | |
| 49 detected. Reset watchdog after installing handler. | |
| 50 (watchdog_thread): Capture fail time before printing message. | |
| 51 | |
| 52 1999-04-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 53 PR 19667 | |
| 54 * tests/watchdog.cxx (cyg_start): | |
| 55 Changed to use the new Cyg_Thread constructor. | |
| 56 | |
| 57 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> | |
| 58 | |
| 59 * tests/watchdog.cxx: | |
| 60 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of | |
| 61 CYGNUM_HAL_MINIMUM_STACK_SIZE. | |
| 62 | |
| 63 1999-03-12 Hugo Tyson <hmt@cygnus.co.uk> | |
| 64 | |
| 65 * tests/watchdog.cxx: | |
| 66 Deal with CYGNUM_HAL_MINIMUM_STACK_SIZE requirement. | |
| 67 | |
| 68 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 69 | |
| 70 * include/pkgconf/watchdog.h: Make package stand-alone (no "DEVICES") | |
| 71 | |
| 72 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 73 | |
| 74 * src/mn10300.cxx: | |
| 75 Change CYG_VECTOR_WATCHDOG to CYGNUM_HAL_INTERRUPT_WATCHDOG in line | |
| 76 with HAL changes. | |
| 77 General QA improvements | |
| 78 | |
| 79 1999-02-03 Jesper Skov <jskov@cygnus.co.uk> | |
| 80 PR 19034 | |
| 81 * tests/watchdog.cxx: Reduced run-time on SIM. | |
| 82 | |
| 83 1998-12-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 84 | |
| 85 * tests/watchdog.cxx: Do NOP test if kernel RTC disabled. | |
| 86 | |
| 0 | 87 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> |
| 88 | |
| 89 * tests/watchdog.cxx (cyg_start): Reduce test time on TX39 SIM. | |
| 90 | |
| 91 * include/pkgconf/watchdog.h: Use emulatation code for MN10300 | |
| 92 SIM. | |
| 93 | |
| 94 Tue Oct 20 15:52:46 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 95 | |
| 96 * src/mn10300.cxx: | |
| 97 Include <pkgconf/watchdog.h> so that we get CYGIMP_WATCHDOG_EMULATE | |
| 98 defined appropriately | |
| 99 | |
| 100 * src/PKGconf.mak: | |
| 101 Remove unnecessary override of PKGCONF_CXXFLAGS | |
| 102 | |
| 103 1998-09-26 Bart Veer <bartv@cygnus.co.uk> | |
| 104 | |
| 105 * include/pkgconf/watchdog.h: | |
| 106 PR17501: When using the emulation there is a requirement on the | |
| 107 kernel clock. This has been added to the configuration data. The | |
| 108 mn10300 hardware implementation does not have this requirement, | |
| 109 but there is no easy way to express this at present. | |
| 110 | |
| 111 1998-09-12 Bart Veer <bartv@cygnus.co.uk> | |
| 112 | |
| 113 * include/pkgconf/watchdog.h: | |
| 114 Added missing descriptions (PR 17184) | |
| 115 | |
| 116 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 117 | |
| 118 * include/pkgconf/watchdog.h: | |
| 119 Added minimal configuration data. | |
| 120 | |
| 121 1998-09-01 Nick Garnett <nickg@cygnus.co.uk> | |
| 122 | |
| 123 * src/mn10300.cxx: | |
| 124 Added include for <cyg/kernel/sched.inl>, for scheduler lock and | |
| 125 unlock functions. | |
| 126 | |
| 127 * src/PKGconf.mak: | |
| 128 Added mn10300.cxx to COMPILE for mn10300. | |
| 129 | |
| 130 * include/pkgconf/watchdog.h: | |
| 131 Default to using real hardware on MN10300. | |
| 132 | |
| 133 Fri Aug 28 09:42:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 134 | |
| 135 * tests/watchdog.cxx: | |
| 136 Rename int main(argc, argv) to void cyg_start( void ) under the | |
| 137 new entry point system. Therefore also remove return code. | |
| 138 | |
| 139 Tue Aug 18 16:51:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 140 | |
| 141 * tests/watchdog.cxx: | |
| 142 Move inclusion of thread.inl to before sched.hxx to prevent inline | |
| 143 warnings | |
| 144 | |
| 145 1998-08-14 Nick Garnett <nickg@cygnus.co.uk> | |
| 146 | |
| 147 * src/emulate.cxx: | |
| 148 Added include for cyg/kernel/sched.inl. | |
| 149 | |
| 150 1998-07-31 Nick Garnett <nickg@cygnus.co.uk> | |
| 151 | |
| 152 * src/PKGconf.mak: | |
| 153 Added mn10300.cxx to COMPILE list. | |
| 154 | |
| 155 * src/mn10300.cxx: | |
| 156 Completed implementation using MN10300 watchdog timer. | |
| 157 | |
| 158 * include/watchdog.hxx: | |
| 159 Renamed 'register' functions to 'install'. Added install() and | |
| 160 uninstall() to Cyg_Watchdog_Action class. | |
| 161 | |
| 162 * include/pkgconf/watchdog.h: | |
| 163 Added this file to contain watchdog config options. | |
| 164 | |
| 165 1998-07-29 Nick Garnett <nickg@cygnus.co.uk> | |
| 166 | |
| 167 * include/watchdog.hxx, src/emulate.cxx: | |
| 168 Created initial versions of watchdog device. | |
| 169 | |
| 170 //####COPYRIGHTBEGIN#### | |
| 171 // | |
| 172 // ------------------------------------------- | |
| 173 // The contents of this file are subject to the Cygnus eCos Public License | |
| 174 // Version 1.0 (the "License"); you may not use this file except in | |
| 175 // compliance with the License. You may obtain a copy of the License at | |
| 176 // http://sourceware.cygnus.com/ecos | |
| 177 // | |
| 178 // Software distributed under the License is distributed on an "AS IS" | |
| 179 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 180 // License for the specific language governing rights and limitations under | |
| 181 // the License. | |
| 182 // | |
| 183 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 184 // September 30, 1998. | |
| 185 // | |
| 186 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 2 | 187 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
| 0 | 188 // ------------------------------------------- |
| 189 // | |
| 190 //####COPYRIGHTEND#### |
