tcl: Replace 'hla_' prefix with 'hla' command group
Change-Id: I99ec2dc7f300352d091cf9eb807a690901c33307 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8338 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
parent
4d99e77419
commit
ed80a182ce
|
@ -5,9 +5,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
adapter driver hla
|
adapter driver hla
|
||||||
hla_layout nulink
|
hla layout nulink
|
||||||
hla_device_desc "Nu-Link"
|
hla device_desc "Nu-Link"
|
||||||
hla_vid_pid 0x0416 0x511b 0x0416 0x511c 0x0416 0x511d 0x0416 0x5200 0x0416 0x5201
|
hla vid_pid 0x0416 0x511b 0x0416 0x511c 0x0416 0x511d 0x0416 0x5200 0x0416 0x5201
|
||||||
|
|
||||||
# Only swd is supported
|
# Only swd is supported
|
||||||
transport select hla_swd
|
transport select hla_swd
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
adapter driver hla
|
adapter driver hla
|
||||||
hla_layout stlink
|
hla layout stlink
|
||||||
hla_device_desc "ST-LINK"
|
hla device_desc "ST-LINK"
|
||||||
hla_vid_pid 0x0483 0x3744 0x0483 0x3748 0x0483 0x374b 0x0483 0x374d 0x0483 0x374e 0x0483 0x374f 0x0483 0x3752 0x0483 0x3753 0x0483 0x3754 0x0483 0x3755 0x0483 0x3757
|
hla vid_pid 0x0483 0x3744 0x0483 0x3748 0x0483 0x374b 0x0483 0x374d 0x0483 0x374e 0x0483 0x374f 0x0483 0x3752 0x0483 0x3753 0x0483 0x3754 0x0483 0x3755 0x0483 0x3757
|
||||||
|
|
||||||
# Optionally specify the serial number of ST-LINK/V2 usb device. ST-LINK/V2
|
# Optionally specify the serial number of ST-LINK/V2 usb device. ST-LINK/V2
|
||||||
# devices seem to have serial numbers with unreadable characters. ST-LINK/V2
|
# devices seem to have serial numbers with unreadable characters. ST-LINK/V2
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
adapter driver hla
|
adapter driver hla
|
||||||
hla_layout ti-icdi
|
hla layout ti-icdi
|
||||||
hla_vid_pid 0x1cbe 0x00fd
|
hla vid_pid 0x1cbe 0x00fd
|
||||||
|
|
||||||
# Optionally specify the serial number of TI-ICDI devices, for when using
|
# Optionally specify the serial number of TI-ICDI devices, for when using
|
||||||
# multiple devices. Serial numbers can be obtained using lsusb -v
|
# multiple devices. Serial numbers can be obtained using lsusb -v
|
||||||
|
|
Loading…
Reference in New Issue