forked from auracaster/openocd
stlink: use common layout
Even though the stlinkv1 and stlinkv2 use different usb classes they share the same layout scheme. Merge the two into a common layout, thus enabling us to support other adapter layouts. Change-Id: I7d02c44a7f94ebc7f2cb5428b02ee40294fb430d Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/918 Tested-by: jenkins
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
interface stlink
|
||||
stlink_layout usb
|
||||
stlink_layout stlink
|
||||
stlink_device_desc "ST-LINK/V2"
|
||||
stlink_vid_pid 0x0483 0x3748
|
||||
|
||||
|
||||
Reference in New Issue
Block a user