target: remove legacy target events
These events have been deprecated for a number of years, update any remaining scripts to the new events. Change-Id: Ic31ff388545ac8b3a500045699ca92c541b13f12 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/634 Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com> Tested-by: jenkins Reviewed-by: Bill Traynor <wmat@alphatroop.com>
This commit is contained in:
@@ -50,4 +50,4 @@ proc watchdog_service {} {
|
||||
}
|
||||
|
||||
$_TARGETNAME configure -event reset-halt-post { watchdog_service }
|
||||
$_TARGETNAME configure -event old-pre_resume { global watchdog_hdl; after cancel $watchdog_hdl }
|
||||
$_TARGETNAME configure -event resume-start { global watchdog_hdl; after cancel $watchdog_hdl }
|
||||
|
||||
Reference in New Issue
Block a user