diff 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
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog
+++ b/packages/kernel/current/ChangeLog
@@ -1,3 +1,23 @@
+2000-02-01  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+	* tests/tm_basic.cxx (NTEST_THREADS): Reduce further to fit on small
+	targets
+	(NMBOXES): Likewise
+	(NCOUNTERS): Likewise
+
+	* src/common/clock.cxx: Rework last change - change types of
+	clock_dsr_read and delta to unsigned instead
+
+2000-01-31  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+	* src/common/clock.cxx (isr): Use HAL_CLOCK_LATENCY, not HAL_CLOCK_READ
+	(dsr): Likewise
+	
+2000-01-31  Jesper Skov  <jskov@redhat.com>
+
+	* tests/tm_basic.cxx: Use CYG_TEST_NA insetad of PASS when not
+	applicable.
+
 2000-01-26  Hugo Tyson  <hmt@cygnus.co.uk>
 
 	* include/clock.hxx (class Cyg_Clock): Add members to convert to
@@ -2551,11 +2571,11 @@ Wed Mar 11 13:18:17 GMT 1998  Chris Prov
 //                                                                          
 // -------------------------------------------                              
 // The contents of this file are subject to the Red Hat eCos Public License 
-// Version 1.0 (the "License"); you may not use this file except in         
+// 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://sourceware.cygnus.com/ecos                                        
+// http://www.redhat.com/                                                   
 //                                                                          
-// Software distributed under the License is distributed on an       
+// 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.