comparison packages/hal/common/current/ChangeLog @ 1065:965fc7fbe135

* src/hal_if.c (hal_if_init): Remove kill_by_reset. (kill_by_reset): Remove, unused. (reset): ifdef test on HAL_PLATFORM_RESET and assert on reset failure. * cdl/interrupts.cdl (CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE): No reason to forbid people setting this quite small.
author jlarmour
date Tue, 24 Jun 2003 04:01:09 +0000
parents 72c6adb4efe1
children 745b55b432de
comparison
equal deleted inserted replaced
1064:c220ab07f5ed 1065:965fc7fbe135
1 2003-06-24 Jonathan Larmour <jifl@eCosCentric.com>
2
3 * src/hal_if.c (hal_if_init): Remove kill_by_reset.
4 (kill_by_reset): Remove, unused.
5 (reset): ifdef test on HAL_PLATFORM_RESET and assert on reset failure.
6
7 * cdl/interrupts.cdl (CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE): No
8 reason to forbid people setting this quite small.
9
1 2003-06-19 Nick Garnett <nickg@balti.calivar.com> 10 2003-06-19 Nick Garnett <nickg@balti.calivar.com>
2 11
3 * src/hal_if.c (delay_us): Reorganized to cope with high frequency 12 * src/hal_if.c (delay_us): Reorganized to cope with high frequency
4 timers by eliminating a source of arithmetic overflow. 13 timers by eliminating a source of arithmetic overflow.
5 14