Mercurial > flash_v2
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 79:5b39a5a40ccd | 80:2085233a121a |
|---|---|
| 1 2000-04-06 Jonathan Larmour <jlarmour@redhat.co.uk> | |
| 2 | |
| 3 * tests/wallclock2.cxx: Test correct libc feature CDL | |
| 4 | |
| 5 2000-04-05 John Dallaway <jld@cygnus.co.uk> | |
| 6 | |
| 7 * cdl/wallclock.cdl: | |
| 8 | |
| 9 Implement wallclock implementations as radio buttons. | |
| 10 | |
| 11 2000-04-05 Jesper Skov <jskov@redhat.com> | |
| 12 | |
| 13 * tests/wallclock.cxx: | |
| 14 Increase precision of test. | |
| 15 | |
| 16 * src/wallclock.cxx: | |
| 17 * src/emulate.cxx: | |
| 18 * tests/wallclock.cxx: | |
| 19 * tests/wallclock2.cxx: | |
| 20 | |
| 21 * Moved common code, emulation device and tests to io/wallclock. | |
| 22 | |
| 23 2000-04-04 Jesper Skov <jskov@redhat.com> | |
| 24 | |
| 25 * tests/wallclock2.cxx: Include testcase.h before conditional NA. | |
| 26 | |
| 27 2000-03-29 Jesper Skov <jskov@redhat.com> | |
| 28 | |
| 29 * tests/wallclock2.cxx: | |
| 30 * include/wallclock.hxx: | |
| 31 * src/sh3.cxx: | |
| 32 * src/wallclock.cxx: | |
| 33 * cdl/wallclock.cdl: | |
| 34 Reworked WallClock API. It should now be simpler to add new | |
| 35 wallclock drivers. Added a simple test to print out the current | |
| 36 wallclock value so a human can verify battery backup works. | |
| 37 | |
| 38 2000-03-17 Jesper Skov <jskov@redhat.com> | |
| 39 | |
| 40 * cdl/wallclock.cdl: | |
| 41 * src/sh3.cxx: | |
| 42 Added wallclock driver for SH3 RTC module. | |
| 43 | |
| 44 2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk> | |
| 45 * cdl/wallclock.cdl: | |
| 46 | |
| 47 Adjust help URLs in line with new doc layout. | |
| 48 | |
| 49 2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk> | |
| 50 * cdl/wallclock.cdl: | |
| 51 | |
| 52 Adjust help URLs in line with new doc layout. | |
| 53 | |
| 54 2000-01-19 Hugo Tyson <hmt@cygnus.co.uk> | |
| 55 | |
| 56 * cdl/*.cdl: Add descriptions to a number of options &c which were | |
| 57 lacking same, also tidied up other typos as noticed en passant. | |
| 58 | |
| 59 1999-11-03 John Dallaway <jld@cygnus.co.uk> | |
| 60 | |
| 61 * cdl/wallclock.cdl: Define build options. | |
| 62 | |
| 63 1999-07-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 64 | |
| 65 * src/emulate.cxx: Include pkgconf/kernel.h. | |
| 66 | |
| 67 1999-04-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 68 | |
| 69 * tests/wallclock.cxx (cyg_start): Output message to show the test | |
| 70 has started | |
| 71 (wallclock_thread): Add call to CYG_TEST_STILL_ALIVE, so the user | |
| 72 can see that the test is still running. | |
| 73 Fix for PR 19870 | |
| 74 | |
| 75 1999-04-12 John Dallaway <jld@cygnus.co.uk> | |
| 76 | |
| 77 * include/pkgconf/wallclock.h: Add cdl_package doc attribute. | |
| 78 | |
| 79 1999-04-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 80 PR 19667 | |
| 81 * tests/wallclock.cxx (cyg_start): | |
| 82 Changed to use the new Cyg_Thread constructor. | |
| 83 | |
| 84 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> | |
| 85 | |
| 86 * tests/wallclock.cxx: | |
| 87 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of | |
| 88 CYGNUM_HAL_MINIMUM_STACK_SIZE. | |
| 89 | |
| 90 1999-03-12 Hugo Tyson <hmt@cygnus.co.uk> | |
| 91 | |
| 92 * tests/wallclock.cxx: | |
| 93 Deal with CYGNUM_HAL_MINIMUM_STACK_SIZE requirement. | |
| 94 | |
| 95 | |
| 96 1999-03-05 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 97 | |
| 98 * include/wallclock.hxx: | |
| 99 Remove dependency on cyg/kernel/ktypes.h | |
| 100 Tidy | |
| 101 | |
| 102 * src/emulate.cxx: | |
| 103 Include cyg/kernel/ktypes.h since it isn't included in wallclock.hxx | |
| 104 any more | |
| 105 | |
| 106 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 107 | |
| 108 * include/pkgconf/wallclock.h: Make package stand-alone (no "DEVICES"). | |
| 109 | |
| 110 1999-02-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 111 PR 18970 | |
| 112 * tests/wallclock.cxx (LOOPS_SIM): Only do two loops on | |
| 113 SIM. MN10300 sim takes 1min15secs to do one loop. | |
| 114 | |
| 115 1999-01-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 116 (PR 18305) | |
| 117 * tests/wallclock.cxx: Removed MIPS specific hackery. Now | |
| 118 dependent on cyg_test_is_simulator state. | |
| 119 | |
| 120 1999-01-21 Jesper Skov <jskov@cygnus.co.uk> | |
| 121 PR 18847 | |
| 122 * tests/wallclock.cxx (LOOPS_HW): Reduce run-time to 20 seconds. | |
| 123 | |
| 124 1999-01-19 Nick Garnett <nickg@cygnus.co.uk> | |
| 125 | |
| 126 * tests/wallclock.cxx: Added test of cyg_test_is_simulator to | |
| 127 reduce time on simulated hardware. PR 18715. | |
| 128 | |
| 129 1998-12-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 130 | |
| 131 * tests/wallclock.cxx: Do NOP test if kernel RTC disabled. | |
| 132 | |
| 133 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 134 | |
| 135 * tests/wallclock.cxx: Reduce test time on TX39 SIM. | |
| 136 | |
| 137 Tue Oct 20 15:54:09 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 138 | |
| 139 * src/PKGconf.mak: | |
| 140 Remove unnecessary override of PKGCONF_CXXFLAGS | |
| 141 | |
| 142 1998-09-26 Bart Veer <bartv@cygnus.co.uk> | |
| 143 | |
| 144 * include/pkgconf/wallclock.h: | |
| 145 PR17501: When using the emulation there is a requirement on the | |
| 146 kernel clock. This has been added to the configuration data. | |
| 147 If real hardware were used then this dependency would disappear, | |
| 148 but currently there is no easy way to express this, and there are | |
| 149 no hardware implementations. | |
| 150 | |
| 151 1998-09-12 Bart Veer <bartv@cygnus.co.uk> | |
| 152 | |
| 153 * include/pkgconf/wallclock.h: | |
| 154 Added missing descriptions (PR 17184) | |
| 155 | |
| 156 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 157 | |
| 158 * include/pkgconf/wallclock.h: | |
| 159 Added minimal configuration data. | |
| 160 | |
| 161 Fri Aug 28 09:40:19 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 162 | |
| 163 * tests/wallclock.cxx: | |
| 164 Rename int main(argc, argv) to void cyg_start( void ) under the | |
| 165 new entry point system. Therefore also remove return code. | |
| 166 | |
| 167 Tue Aug 18 16:49:20 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 168 | |
| 169 * tests/wallclock.cxx: | |
| 170 Move inclusion of thread.inl before sched.hxx to prevent inline | |
| 171 warnings | |
| 172 | |
| 173 1998-07-31 Nick Garnett <nickg@cygnus.co.uk> | |
| 174 | |
| 175 * include/pkgconf/wallclock.h: | |
| 176 Added this file to contain wallclock confiuration parameters. | |
| 177 | |
| 178 * src/emulate.cxx: | |
| 179 Now uses pkgconf/wallclock.h for configuration. | |
| 180 | |
| 181 Wed Jul 22 21:04:15 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 182 | |
| 183 * src/emulate.cxx: | |
| 184 Remove unnecessary include of <cyg/devs/table.h> and remove an | |
| 185 unused variable (result) from get_current_time() | |
| 186 | |
| 187 //####COPYRIGHTBEGIN#### | |
| 188 // | |
| 189 // ------------------------------------------- | |
| 190 // The contents of this file are subject to the Red Hat eCos Public License | |
| 191 // Version 1.1 (the "License"); you may not use this file except in | |
| 192 // compliance with the License. You may obtain a copy of the License at | |
| 193 // http://www.redhat.com/ | |
| 194 // | |
| 195 // Software distributed under the License is distributed on an "AS IS" | |
| 196 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 197 // License for the specific language governing rights and limitations under | |
| 198 // the License. | |
| 199 // | |
| 200 // The Original Code is eCos - Embedded Configurable Operating System, | |
| 201 // released September 30, 1998. | |
| 202 // | |
| 203 // The Initial Developer of the Original Code is Red Hat. | |
| 204 // Portions created by Red Hat are | |
| 205 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. | |
| 206 // All Rights Reserved. | |
| 207 // ------------------------------------------- | |
| 208 // | |
| 209 //####COPYRIGHTEND#### | |
| 210 | |
| 211 |
