forked from auracaster/openocd
add overridable Tcl "init_reset"
This abstracts the "jtag arp_init-reset" call into a method called from OpenOCD startup and reset processing. Platforms which have different requirements for how such hard resets must be performed can now override "init_reset" instead of needing to rebuild custom hacked versions of the server. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
1
NEWS
1
NEWS
@@ -8,6 +8,7 @@ JTAG Layer:
|
||||
New reset_config options for SRST gating the JTAG clock (or not)
|
||||
TAP declaration no longer requires ircapture and mask attributes
|
||||
New "post-reset" event handler for TAP-invariant setup code
|
||||
Overridable Tcl "init_reset" and "jtag_init" procedures
|
||||
|
||||
Target Layer:
|
||||
New commands for use with Cortex-M3 processors:
|
||||
|
||||
Reference in New Issue
Block a user