cfg: remove unused stlink options
reset_config is now supported by stlink, remove from the config as this is a per board option. Change-Id: I85208d2154502b8d3a098afe1d9a28d75820a7c0 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/582 Tested-by: jenkins Reviewed-by: Mathias Küster <kesmtp@freenet.de> Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>__archive__
parent
cc4a934d37
commit
ff6c3dd13c
|
@ -6,8 +6,6 @@ interface stlink
|
||||||
stlink_layout sg
|
stlink_layout sg
|
||||||
stlink_device_desc "ST-LINK/V1"
|
stlink_device_desc "ST-LINK/V1"
|
||||||
stlink_vid_pid 0x0483 0x3744
|
stlink_vid_pid 0x0483 0x3744
|
||||||
#
|
|
||||||
# dummy values, not really needed
|
# unused but set to disable warnings
|
||||||
#
|
adapter_khz 1000
|
||||||
adapter_khz 1
|
|
||||||
reset_config trst_and_srst
|
|
||||||
|
|
|
@ -6,8 +6,6 @@ interface stlink
|
||||||
stlink_layout usb
|
stlink_layout usb
|
||||||
stlink_device_desc "ST-LINK/V2"
|
stlink_device_desc "ST-LINK/V2"
|
||||||
stlink_vid_pid 0x0483 0x3748
|
stlink_vid_pid 0x0483 0x3748
|
||||||
#
|
|
||||||
# dummy values, not really needed
|
# unused but set to disable warnings
|
||||||
#
|
adapter_khz 1000
|
||||||
adapter_khz 1
|
|
||||||
reset_config trst_and_srst
|
|
||||||
|
|
Loading…
Reference in New Issue