From: Mathias K Date: Sat, 17 Dec 2011 09:17:40 +0000 (+0100) Subject: Add STLINK/V2 interface config file. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=725e7e6aa72cb307aa6e80c61c5f1cf26caf0805;p=fw%2Fopenocd Add STLINK/V2 interface config file. Change-Id: I6df27ce619a5938ef854ff89bf76c6de4e122204 Signed-off-by: Mathias K Reviewed-on: http://openocd.zylin.com/286 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/tcl/interface/stlink-usb.cfg b/tcl/interface/stlink-usb.cfg new file mode 100644 index 000000000..2757a334d --- /dev/null +++ b/tcl/interface/stlink-usb.cfg @@ -0,0 +1,13 @@ +# +# STMicroelectronics ST-LINK/V2 in-circuit debugger/programmer +# + +interface stlink +stlink_layout usb +stlink_device_desc "ST-LINK/V2" +stlink_vid_pid 0x0483 0x3748 +# +# dummy values, not really needed +# +adapter_khz 1 +reset_config trst_and_srst \ No newline at end of file