stlink: support of ST-LINK TCP server using stlink-dap and hla
[fw/openocd] / src / jtag / hla / hla_interface.h
index b6e4a8b92b55a14b3152d9ec7a0c785978b46cbd..a1c95cde1a51fe46a3d5ef921907120d9d2b28b9 100644 (file)
@@ -46,6 +46,10 @@ struct hl_interface_param_s {
        bool connect_under_reset;
        /** Initial interface clock clock speed */
        int initial_interface_speed;
+       /** */
+       bool use_stlink_tcp;
+       /** */
+       uint16_t stlink_tcp_port;
 };
 
 struct hl_interface_s {