Mercurial > ecos
diff packages/hal/common/current/ChangeLog @ 1158:10a36d0fd6f3
* src/drv_api.c: Added definition of cyg_interrupt_post_dsr() for
use in those HALs that need it.
* include/hal_arbiter.h (hal_call_isr): Removed ifdef on
CYGFUN_HAL_COMMON_KERNEL_SUPPORT around test and call to
cyg_interrupt_post_dsr().
| author | nickg |
|---|---|
| date | Wed, 06 Aug 2003 17:32:30 +0000 |
| parents | e5931b4baad9 |
| children | 0e41ddaf36fe |
line wrap: on
line diff
--- a/packages/hal/common/current/ChangeLog +++ b/packages/hal/common/current/ChangeLog @@ -1,3 +1,12 @@ +2003-08-06 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be> + + * src/drv_api.c: Added definition of cyg_interrupt_post_dsr() for + use in those HALs that need it. + + * include/hal_arbiter.h (hal_call_isr): Removed ifdef on + CYGFUN_HAL_COMMON_KERNEL_SUPPORT around test and call to + cyg_interrupt_post_dsr(). + 2003-07-21 Nick Garnett <nickg@balti.calivar.com> * doc/hal.sgml: Reorganized description of clock and timer related
