swim: add new transport
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 27 Jan 2020 17:45:10 +0000 (18:45 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 24 May 2020 20:32:05 +0000 (21:32 +0100)
commitffe6bc82201ff3dceea193af530738d868258b0b
tree64e2a9ee1c8cb3ecb9cba90fbf4d0c506d6e0b0e
parentac05f929edffd6f1a4491d0b1e6cc95122ec6eb1
swim: add new transport

Add SWIM and STM8 to documentation and update TODO file.
Introduce transport "swim" and command "swim newtap".
Switch in swim.c from HLA API to the new SWIM API.
Implement in stlink driver the SWIM APIs as wrappers of existing
HLA functions.
Remove any SWIM related reference from HLA files.
Update stm8 config files and stlink-dap interface config file.

Change-Id: I2bb9f58d52900f6eb4df05f979f7ef11fd439c24
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5530
Tested-by: jenkins
12 files changed:
TODO
doc/openocd.texi
src/jtag/core.c
src/jtag/drivers/stlink_usb.c
src/jtag/hla/hla_transport.c
src/jtag/hla/hla_transport.h
src/jtag/interface.h
src/jtag/swim.c
src/transport/transport.h
tcl/interface/stlink-dap.cfg
tcl/target/stm8l.cfg
tcl/target/stm8s.cfg