openocd/src/jtag
Antonio Borneo 61a2f3284b jtag/xds110: switch to command 'adapter serial'
The driver xds110 defines the command 'xds110 serial' to specify
the serial string of the adapter.

Remove and deprecate the driver command, and use 'adapter serial'.

Note: the original command 'xds110 serial' used a complex and
undocumented conversion of the serial number through multibyte
string, wide-character string and C cast. The XDS110 I can access
and the lsusb dumps available through Google don't show any
exotic USB serial that require such conversion. The original
developer doesn't remember any constraint that mandates such
conversion (see comments in https://review.openocd.org/4322/).
The conversion is removed by this patch.

Change-Id: I38909918079b2c1797ad85ebec2fea1b33743606
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6655
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
2021-11-28 10:59:23 +00:00
..
aice jtag/aice: switch to command 'adapter serial' 2021-11-28 10:50:50 +00:00
drivers jtag/xds110: switch to command 'adapter serial' 2021-11-28 10:59:23 +00:00
hla openocd: declare struct command_registration in a single line 2021-11-23 11:04:26 +00:00
adapter.c jtag/adapter: add command 'adapter serial' 2021-11-28 10:49:51 +00:00
adapter.h jtag/adapter: add command 'adapter serial' 2021-11-28 10:49:51 +00:00
commands.c openocd: remove NULL comparisons with checkpatch [2/2] 2021-07-24 10:38:11 +01:00
commands.h jtag: make cmd_queue_scan_field_clone public 2018-10-16 11:58:17 +01:00
core.c jtag: move adapter init/quit and speed to adapter.c 2021-11-13 10:47:23 +00:00
interface.c coding style: prototype of functions with no parameters 2020-05-09 14:39:59 +01:00
interface.h armv7m_trace: get rid of the old tpiu code 2021-03-10 21:34:04 +00:00
interfaces.c jtag: remove minidriver code and minidriver-dummy 2021-03-19 21:56:06 +00:00
interfaces.h jtag: remove unused function adapter_driver_modules_load() 2020-05-02 15:41:21 +01:00
jtag.h jtag: move prototype of adapter init/quit and speed to adapter.h 2021-11-13 10:49:59 +00:00
Makefile.am jtag: remove file driver.h 2021-11-13 10:50:58 +00:00
minidriver.h jtag: fix some minor typo 2021-05-22 10:06:38 +01:00
startup.tcl jtag/xds110: switch to command 'adapter serial' 2021-11-28 10:59:23 +00:00
swd.h drivers/swd: add support for SWD multidrop 2021-11-20 14:44:54 +00:00
swim.c swim: add new transport 2020-05-24 21:32:05 +01:00
swim.h swim: fix adapter speed handling 2020-05-24 21:31:21 +01:00
tcl.c jtag: align adapter speed code to new structure 2021-11-13 10:50:34 +00:00
tcl.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00