mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-23 22:58:57 +10:00
As part of the switch to using the hla for the stlink interface we rename the cmds to a more generic name. Update scripts to match new names. Also add handlers for deprecated names. Change-Id: I6f00743da746e3aa13ce06acfdc93c8049545e07 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/921 Tested-by: jenkins
12 lines
210 B
INI
12 lines
210 B
INI
#
|
|
# STMicroelectronics ST-LINK/V1 in-circuit debugger/programmer
|
|
#
|
|
|
|
interface hla
|
|
hla_layout stlink
|
|
hla_device_desc "ST-LINK/V1"
|
|
hla_vid_pid 0x0483 0x3744
|
|
|
|
# unused but set to disable warnings
|
|
adapter_khz 1000
|