1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/Project/OpenOCD/stlink-v2.cfg
2013-01-28 02:13:17 +02:00

19 lines
329 B
INI

#
# STMicroelectronics ST-LINK/V2 in-circuit debugger/programmer
#
interface stlink
stlink_layout usb
stlink_device_desc "ST-LINK/V2"
stlink_vid_pid 0x0483 0x3748
# unused but set to disable warnings
adapter_khz 1000
#reset_config trst_and_srst
reset_config srst_only srst_nogate
gdb_port 3333
tcl_port 6666
telnet_port 4444