📄 changelog
字号:
2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk> * cdl/watchdog.cdl: Adjust help URLs in line with new doc layout.2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk> * cdl/watchdog.cdl: Adjust help URLs in line with new doc layout.2000-01-19 Hugo Tyson <hmt@cygnus.co.uk> * cdl/*.cdl: Add descriptions to a number of options &c which were lacking same, also tidied up other typos as noticed en passant.1999-11-03 John Dallaway <jld@cygnus.co.uk> * cdl/watchdog.cdl: Define build options.1999-09-09 Jonathan Larmour <jlarmour@cygnus.co.uk> * include/pkgconf/watchdog.h: Rename CYGPKG_HAL_MN10300_SIM to CYGPKG_HAL_MN10300_AM31_SIM1999-09-07 Jesper Skov <jskov@cygnus.co.uk> * include/pkgconf/watchdog.h: * src/aeb1.cxx: [added] * src/PKGconf.mak: * tests/PKGconf.mak: Added watchdog driver for AEB-1 board.1999-09-07 Jesper Skov <jskov@cygnus.co.uk> PRs 20427, 20428, 20432 * tests/PKGconf.mak (TESTS): Clear on targets that reset the board.1999-09-01 Jesper Skov <jskov@cygnus.co.uk> * cdl/watchdog.cdl: * include/pkgconf/watchdog.h: * src/PKGconf.mak: * src/sh.cxx: Added watchdog driver for SH.1999-08-27 Jesper Skov <jskov@cygnus.co.uk> * include/pkgconf/watchdog.h: * src/PKGconf.mak: * src/ebsa285.cxx: Added watchdog device for 21285. * tests/watchdog_reset.cxx: * tests/PKGconf.mak (TESTS): Added test for watchdog devices that reset the board.1999-08-24 Nick Garnett <nickg@cygnus.co.uk> * src/mn10300.cxx: Turn watchdog off in Cyg_Watchdog::trigger() to prevent it repeating.1999-08-18 Nick Garnett <nickg@cygnus.co.uk> * include/pkgconf/watchdog.h: Made test for use of a non-emulated watchdog more generic for MN10300 targets. * src/emulate.cxx: * include/watchdog.hxx (class Cyg_Watchdog): Added get_resolution() to return maximum time, in nanoseconds, between calls to reset(). * tests/watchdog.cxx: Modified to use the value returned from get_resolution() to control the timing of reset() calls. * src/mn10300.cxx: Added support for AM33 variant. Since the AM33 can only provide a maximum watchdog cycle time of 621ms, this has motiviated the addition of the get_resolution() call described above.1999-07-14 Jesper Skov <jskov@cygnus.co.uk> * src/mn10300.cxx: * src/emulate.cxx: Include pkgconf/kernel.h.1999-04-21 Gary Thomas <gthomas@cygnus.co.uk> * tests/watchdog.cxx: The 'keep alive' message was interfering with the watchdog measurement. Some rearrangement fixes this.1999-04-20 Jonathan Larmour <jlarmour@cygnus.co.uk> * tests/watchdog.cxx: Restrict number of loops, and number of seconds per loop when we detect we are in a simulator. Do this instead of changing the value of one_sec in the simulator, since this invalidates the test somewhat. Output occasional messages to reassure the user that the test is still running. Fix for PR 198651999-04-14 Jesper Skov <jskov@cygnus.co.uk> * tests/watchdog.cxx (cyg_start): Added workaround for PR 17974.1999-04-12 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/watchdog.h: Add cdl_package doc attribute.1999-04-08 Gary Thomas <gthomas@cygnus.co.uk> * tests/watchdog.cxx: PR 19773 - Loop over first test for better coverage. Print some additional messages, especially if failure detected. Reset watchdog after installing handler. (watchdog_thread): Capture fail time before printing message.1999-04-07 Jesper Skov <jskov@cygnus.co.uk> PR 19667 * tests/watchdog.cxx (cyg_start): Changed to use the new Cyg_Thread constructor.1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> * tests/watchdog.cxx: Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of CYGNUM_HAL_MINIMUM_STACK_SIZE.1999-03-12 Hugo Tyson <hmt@cygnus.co.uk> * tests/watchdog.cxx: Deal with CYGNUM_HAL_MINIMUM_STACK_SIZE requirement.1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/watchdog.h: Make package stand-alone (no "DEVICES")1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/mn10300.cxx: Change CYG_VECTOR_WATCHDOG to CYGNUM_HAL_INTERRUPT_WATCHDOG in line with HAL changes. General QA improvements1999-02-03 Jesper Skov <jskov@cygnus.co.uk> PR 19034 * tests/watchdog.cxx: Reduced run-time on SIM.1998-12-17 Jesper Skov <jskov@cygnus.co.uk> * tests/watchdog.cxx: Do NOP test if kernel RTC disabled.1998-10-23 Jesper Skov <jskov@cygnus.co.uk> * tests/watchdog.cxx (cyg_start): Reduce test time on TX39 SIM. * include/pkgconf/watchdog.h: Use emulatation code for MN10300 SIM.Tue Oct 20 15:52:46 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/mn10300.cxx: Include <pkgconf/watchdog.h> so that we get CYGIMP_WATCHDOG_EMULATE defined appropriately * src/PKGconf.mak: Remove unnecessary override of PKGCONF_CXXFLAGS1998-09-26 Bart Veer <bartv@cygnus.co.uk> * include/pkgconf/watchdog.h: PR17501: When using the emulation there is a requirement on the kernel clock. This has been added to the configuration data. The mn10300 hardware implementation does not have this requirement, but there is no easy way to express this at present.1998-09-12 Bart Veer <bartv@cygnus.co.uk> * include/pkgconf/watchdog.h: Added missing descriptions (PR 17184)1998-09-02 Bart Veer <bartv@cygnus.co.uk> * include/pkgconf/watchdog.h: Added minimal configuration data.1998-09-01 Nick Garnett <nickg@cygnus.co.uk> * src/mn10300.cxx: Added include for <cyg/kernel/sched.inl>, for scheduler lock and unlock functions. * src/PKGconf.mak: Added mn10300.cxx to COMPILE for mn10300. * include/pkgconf/watchdog.h: Default to using real hardware on MN10300.Fri Aug 28 09:42:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * tests/watchdog.cxx: Rename int main(argc, argv) to void cyg_start( void ) under the new entry point system. Therefore also remove return code.Tue Aug 18 16:51:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * tests/watchdog.cxx: Move inclusion of thread.inl to before sched.hxx to prevent inline warnings1998-08-14 Nick Garnett <nickg@cygnus.co.uk> * src/emulate.cxx: Added include for cyg/kernel/sched.inl.1998-07-31 Nick Garnett <nickg@cygnus.co.uk> * src/PKGconf.mak: Added mn10300.cxx to COMPILE list. * src/mn10300.cxx: Completed implementation using MN10300 watchdog timer. * include/watchdog.hxx: Renamed 'register' functions to 'install'. Added install() and uninstall() to Cyg_Watchdog_Action class. * include/pkgconf/watchdog.h: Added this file to contain watchdog config options.1998-07-29 Nick Garnett <nickg@cygnus.co.uk> * include/watchdog.hxx, src/emulate.cxx: Created initial versions of watchdog device.//####COPYRIGHTBEGIN####// // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND####
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -