comparison packages/kernel/current/ChangeLog @ 66:bf00f99aec69 ecos-sw-2000-02-02

Merge from eCos master repository on 2000-02-02-19:16:44-GMT
author jlarmour
date Wed, 02 Feb 2000 19:57:02 +0000
parents c38311975d4f
children f74b2666b30d
comparison
equal deleted inserted replaced
65:b4822dd69c33 66:bf00f99aec69
1 2000-02-01 Jonathan Larmour <jlarmour@redhat.co.uk>
2
3 * tests/tm_basic.cxx (NTEST_THREADS): Reduce further to fit on small
4 targets
5 (NMBOXES): Likewise
6 (NCOUNTERS): Likewise
7
8 * src/common/clock.cxx: Rework last change - change types of
9 clock_dsr_read and delta to unsigned instead
10
11 2000-01-31 Jonathan Larmour <jlarmour@redhat.co.uk>
12
13 * src/common/clock.cxx (isr): Use HAL_CLOCK_LATENCY, not HAL_CLOCK_READ
14 (dsr): Likewise
15
16 2000-01-31 Jesper Skov <jskov@redhat.com>
17
18 * tests/tm_basic.cxx: Use CYG_TEST_NA insetad of PASS when not
19 applicable.
20
1 2000-01-26 Hugo Tyson <hmt@cygnus.co.uk> 21 2000-01-26 Hugo Tyson <hmt@cygnus.co.uk>
2 22
3 * include/clock.hxx (class Cyg_Clock): Add members to convert to 23 * include/clock.hxx (class Cyg_Clock): Add members to convert to
4 and from this clock resolution and others. 24 and from this clock resolution and others.
5 25
2549 //=========================================================================== 2569 //===========================================================================
2550 //####COPYRIGHTBEGIN#### 2570 //####COPYRIGHTBEGIN####
2551 // 2571 //
2552 // ------------------------------------------- 2572 // -------------------------------------------
2553 // The contents of this file are subject to the Red Hat eCos Public License 2573 // The contents of this file are subject to the Red Hat eCos Public License
2554 // Version 1.0 (the "License"); you may not use this file except in 2574 // Version 1.1 (the "License"); you may not use this file except in
2555 // compliance with the License. You may obtain a copy of the License at 2575 // compliance with the License. You may obtain a copy of the License at
2556 // http://sourceware.cygnus.com/ecos 2576 // http://www.redhat.com/
2557 // 2577 //
2558 // Software distributed under the License is distributed on an 2578 // Software distributed under the License is distributed on an "AS IS"
2559 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 2579 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
2560 // License for the specific language governing rights and limitations under 2580 // License for the specific language governing rights and limitations under
2561 // the License. 2581 // the License.
2562 // 2582 //
2563 // The Original Code is eCos - Embedded Configurable Operating System, 2583 // The Original Code is eCos - Embedded Configurable Operating System,