comparison packages/hal/common/current/ChangeLog @ 159:511f4dc167f6

Merge from eCos master repository on 2001-05-18-01:30:05-BST
author jlarmour
date Fri, 18 May 2001 06:32:28 +0000
parents b939e9cada46
children ac086aa3217e
comparison
equal deleted inserted replaced
158:f2545e5de153 159:511f4dc167f6
1 2001-05-17 Jonathan Larmour <jlarmour@redhat.com>
2
3 * src/hal_if.c (delay_us): Warn if using default
4
5 2001-05-14 Jonathan Larmour <jlarmour@redhat.com>
6
7 * cdl/interrupts.cdl (CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE):
8 Default stack size to 32K for non-kernel configs, and describe
9 why.
10
11 2001-05-07 Gary Thomas <gthomas@redhat.com>
12
13 * src/hal_if.c (hal_ctrlc_check): Only return 'true' if the ISR/DSR
14 actually processes a ^C. Otherwise, interrupts/date can be lost on
15 a shared channel (like an ethernet device).
16
17 2001-04-30 Gary Thomas <gthomas@redhat.com>
18
19 * cdl/hal.cdl: Add configury to control initial cache behaviour.
20
21 2001-04-30 Hugo Tyson <hmt@redhat.com>
22
23 * cdl/hal.cdl: Add tests/cpp1.c to the tests list.
24
25 * tests/cpp1.c: New test, to test for regressions in the tools.
26 This one is for a CPP bug in the XScale tools where '+' binds too
27 strongly following a ')' because it is mistaken for unary plus.
28
1 2001-03-28 Jonathan Larmour <jlarmour@redhat.com> 29 2001-03-28 Jonathan Larmour <jlarmour@redhat.com>
2 30
3 * include/dbg-threads-api.h: Add dbg_thread_id() function prototype. 31 * include/dbg-threads-api.h: Add dbg_thread_id() function prototype.
4 32
5 2001-03-21 Mark Salter <msalter@redhat.com> 33 2001-03-21 Mark Salter <msalter@redhat.com>