]> git.gag.com Git - fw/openocd/commit
jtag: replace command "jtag_reset" with "adapter [de]assert"
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 14 Aug 2019 12:51:06 +0000 (14:51 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Thu, 2 Jan 2020 21:24:38 +0000 (21:24 +0000)
commitc07b774e8f490984f749c2693f83483af7c0d098
treea8bff60b8b811772f0c5139fe0e5c6db85ab3e55
parentfafe6dfc9cd882f5cee4f4fa2b3971991d9e97b9
jtag: replace command "jtag_reset" with "adapter [de]assert"

Replace the JTAG transport specific command with a more generic
one. Deprecate "jtag_reset" and update the documentation.
While there, fix an error in the documentation, where the command
"jtag_reset" was used in place of command "reset_config".

Change-Id: I41a988d37ce69f7b35a960cbaf5306aab0299b99
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5286
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
doc/openocd.texi
src/jtag/startup.tcl
src/jtag/tcl.c