This is the mail archive of the ecos-cvs@sourceware.org mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos/packages/hal cortexm/arch/current/ChangeL ...


CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2011-01-13 17:59:22

Modified files:
	packages/hal/cortexm/arch/current: ChangeLog 
	packages/hal/common/current: ChangeLog 
	packages/hal/common/current/cdl: debugging.cdl hal.cdl 
	packages/hal/common/current/src: hal_if.c 
	packages/hal/cortexm/arch/current/src: vectors.S 

Log message:
	* cortexm/arch/current/src/vectors.S (hal_default_interrupt_vsr): Save
	interrupt state if CYGINT_HAL_COMMON_SAVED_INTERRUPT_STATE_REQUIRED is
	implemented.
	* common/current/cdl/hal.cdl: Add a CDL interface to control whether
	interrupt state must be saved.
	* common/current/cdl/debugging.cdl: Implement the new interface within GDB
	Ctrl-C break options.
	* common/current/src/hal_if.c: Make declaration of the
	hal_saved_interrupt_state variable conditional on an implementation of
	the new CDL interface.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]