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