Mercurial > flash_v2
diff packages/io/wallclock/current/ChangeLog @ 80:2085233a121a ecos-sw-2000-04-07
Merge from eCos master repository on 2000-04-07-07:52:29-BST
| author | jlarmour |
|---|---|
| date | Fri, 07 Apr 2000 07:45:04 +0000 |
| parents | |
| children | 6736c52df507 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/packages/io/wallclock/current/ChangeLog @@ -0,0 +1,211 @@ +2000-04-06 Jonathan Larmour <jlarmour@redhat.co.uk> + + * tests/wallclock2.cxx: Test correct libc feature CDL + +2000-04-05 John Dallaway <jld@cygnus.co.uk> + + * cdl/wallclock.cdl: + + Implement wallclock implementations as radio buttons. + +2000-04-05 Jesper Skov <jskov@redhat.com> + + * tests/wallclock.cxx: + Increase precision of test. + + * src/wallclock.cxx: + * src/emulate.cxx: + * tests/wallclock.cxx: + * tests/wallclock2.cxx: + + * Moved common code, emulation device and tests to io/wallclock. + +2000-04-04 Jesper Skov <jskov@redhat.com> + + * tests/wallclock2.cxx: Include testcase.h before conditional NA. + +2000-03-29 Jesper Skov <jskov@redhat.com> + + * tests/wallclock2.cxx: + * include/wallclock.hxx: + * src/sh3.cxx: + * src/wallclock.cxx: + * cdl/wallclock.cdl: + Reworked WallClock API. It should now be simpler to add new + wallclock drivers. Added a simple test to print out the current + wallclock value so a human can verify battery backup works. + +2000-03-17 Jesper Skov <jskov@redhat.com> + + * cdl/wallclock.cdl: + * src/sh3.cxx: + Added wallclock driver for SH3 RTC module. + +2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk> + * cdl/wallclock.cdl: + + Adjust help URLs in line with new doc layout. + +2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk> + * cdl/wallclock.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/wallclock.cdl: Define build options. + +1999-07-14 Jesper Skov <jskov@cygnus.co.uk> + + * src/emulate.cxx: Include pkgconf/kernel.h. + +1999-04-20 Jonathan Larmour <jlarmour@cygnus.co.uk> + + * tests/wallclock.cxx (cyg_start): Output message to show the test + has started + (wallclock_thread): Add call to CYG_TEST_STILL_ALIVE, so the user + can see that the test is still running. + Fix for PR 19870 + +1999-04-12 John Dallaway <jld@cygnus.co.uk> + + * include/pkgconf/wallclock.h: Add cdl_package doc attribute. + +1999-04-07 Jesper Skov <jskov@cygnus.co.uk> + PR 19667 + * tests/wallclock.cxx (cyg_start): + Changed to use the new Cyg_Thread constructor. + +1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> + + * tests/wallclock.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/wallclock.cxx: + Deal with CYGNUM_HAL_MINIMUM_STACK_SIZE requirement. + + +1999-03-05 Jonathan Larmour <jlarmour@cygnus.co.uk> + + * include/wallclock.hxx: + Remove dependency on cyg/kernel/ktypes.h + Tidy + + * src/emulate.cxx: + Include cyg/kernel/ktypes.h since it isn't included in wallclock.hxx + any more + +1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> + + * include/pkgconf/wallclock.h: Make package stand-alone (no "DEVICES"). + +1999-02-02 Jesper Skov <jskov@cygnus.co.uk> + PR 18970 + * tests/wallclock.cxx (LOOPS_SIM): Only do two loops on + SIM. MN10300 sim takes 1min15secs to do one loop. + +1999-01-26 Jesper Skov <jskov@cygnus.co.uk> + (PR 18305) + * tests/wallclock.cxx: Removed MIPS specific hackery. Now + dependent on cyg_test_is_simulator state. + +1999-01-21 Jesper Skov <jskov@cygnus.co.uk> + PR 18847 + * tests/wallclock.cxx (LOOPS_HW): Reduce run-time to 20 seconds. + +1999-01-19 Nick Garnett <nickg@cygnus.co.uk> + + * tests/wallclock.cxx: Added test of cyg_test_is_simulator to + reduce time on simulated hardware. PR 18715. + +1998-12-17 Jesper Skov <jskov@cygnus.co.uk> + + * tests/wallclock.cxx: Do NOP test if kernel RTC disabled. + +1998-10-23 Jesper Skov <jskov@cygnus.co.uk> + + * tests/wallclock.cxx: Reduce test time on TX39 SIM. + +Tue Oct 20 15:54:09 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> + + * src/PKGconf.mak: + Remove unnecessary override of PKGCONF_CXXFLAGS + +1998-09-26 Bart Veer <bartv@cygnus.co.uk> + + * include/pkgconf/wallclock.h: + PR17501: When using the emulation there is a requirement on the + kernel clock. This has been added to the configuration data. + If real hardware were used then this dependency would disappear, + but currently there is no easy way to express this, and there are + no hardware implementations. + +1998-09-12 Bart Veer <bartv@cygnus.co.uk> + + * include/pkgconf/wallclock.h: + Added missing descriptions (PR 17184) + +1998-09-02 Bart Veer <bartv@cygnus.co.uk> + + * include/pkgconf/wallclock.h: + Added minimal configuration data. + +Fri Aug 28 09:40:19 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> + + * tests/wallclock.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:49:20 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> + + * tests/wallclock.cxx: + Move inclusion of thread.inl before sched.hxx to prevent inline + warnings + +1998-07-31 Nick Garnett <nickg@cygnus.co.uk> + + * include/pkgconf/wallclock.h: + Added this file to contain wallclock confiuration parameters. + + * src/emulate.cxx: + Now uses pkgconf/wallclock.h for configuration. + +Wed Jul 22 21:04:15 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> + + * src/emulate.cxx: + Remove unnecessary include of <cyg/devs/table.h> and remove an + unused variable (result) from get_current_time() + +//####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#### + +
