riscv-openocd/src/jtag
Antonio Borneo fafe6dfc9c adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"
Inspired from http://openocd.zylin.com/#/c/3720/1

Add commands to control the adapter's signals srst and trst.
Add macros for the flag's values assert/deassert to make clear what
they mean and to propose a uniform set of values across the code.

Change-Id: Ia8b13f4ded892942916cad7bda49540a896e7218
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/5277
Tested-by: jenkins
2020-01-02 21:24:30 +00:00
..
aice src/jtag/aice: Fix obviously incorrect bit op. 2019-09-24 05:47:43 +01:00
drivers jtag_vpi: multiple improvements 2020-01-02 21:22:33 +00:00
hla adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]" 2020-01-02 21:24:30 +00:00
minidriver Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
minidummy jtag: set default "jtag_only" to uninitialized transports 2019-06-06 16:45:31 +01:00
zy1000 jtag: set default "jtag_only" to uninitialized transports 2019-06-06 16:45:31 +01:00
Makefile.am jtag: make cmd_queue_scan_field_clone public 2018-10-16 11:58:17 +01:00
adapter.c adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]" 2020-01-02 21:24:30 +00:00
commands.c Convert DEBUG_JTAG_IO to LOG_DEBUG_IO 2019-06-04 21:48:39 +01:00
commands.h jtag: make cmd_queue_scan_field_clone public 2018-10-16 11:58:17 +01:00
core.c adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]" 2020-01-02 21:24:30 +00:00
driver.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
interface.c Convert DEBUG_JTAG_IO to LOG_DEBUG_IO 2019-06-04 21:48:39 +01:00
interface.h adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]" 2020-01-02 21:24:30 +00:00
interfaces.c jtag/drivers: Add support for TI XDS110 debug probe 2018-05-31 13:25:16 +01:00
interfaces.h Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
jtag.h adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]" 2020-01-02 21:24:30 +00:00
minidriver.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
startup.tcl jtag/startup.tcl: fix regression with autoselecting JTAG 2015-04-14 12:35:39 +01:00
swd.h swd: remove unused API frequency() 2019-06-06 16:20:58 +01:00
tcl.c jtag: fix error on TCL command "return" in jtag event handler 2019-06-13 12:40:51 +01:00
tcl.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00