openocd/src/jtag
Antonio Borneo 9daec098a9 bitbang: jtag-only drivers: switch to new reset API
Remove the JTAG_RESET command from the bitbang execute queue now
that all bitbang drivers have moved away from old reset method.
Remove also the internal reset API in struct bitbang_interface.

Tested parport only.

Change-Id: I12b157ef442f4c9912406b19b7a4d32ba6ec0b53
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5300
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
2020-01-14 11:16:24 +00:00
..
aice src/jtag/aice: Fix obviously incorrect bit op. 2019-09-24 05:47:43 +01:00
drivers bitbang: jtag-only drivers: switch to new reset API 2020-01-14 11:16:24 +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 swd: get rid of jtag queue to assert/deassert srst 2020-01-14 11:15:12 +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 swd: get rid of jtag queue to assert/deassert srst 2020-01-14 11:15:12 +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: replace command "jtag_reset" with "adapter [de]assert" 2020-01-02 21:24:38 +00:00
swd.h swd: get rid of jtag queue to assert/deassert srst 2020-01-14 11:15:12 +00:00
tcl.c jtag: replace command "jtag_reset" with "adapter [de]assert" 2020-01-02 21:24:38 +00:00
tcl.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00