Skip to content

Commit aca3b28

Browse files
authored
Merge pull request #26 from fpistm/ST-LINK-CLI_v3.2.0.0
Update STLink tools
2 parents 81745f6 + 270cc33 commit aca3b28

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+223
-275
lines changed

linux/stlink/lib/libstlink-shared.so

-1
This file was deleted.

linux/stlink/lib/libstlink-shared.so.1

-1
This file was deleted.
-91.1 KB
Binary file not shown.

linux/stlink/lib/libstlink.a

2.09 KB
Binary file not shown.

linux/stlink/lib/libstlink.so

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libstlink.so.1

linux/stlink/lib/libstlink.so.1

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libstlink.so.1.5.1

linux/stlink/lib/libstlink.so.1.5.1

91.1 KB
Binary file not shown.

linux/stlink/st-flash

80 Bytes
Binary file not shown.

linux/stlink/st-info

0 Bytes
Binary file not shown.

linux/stlink/st-util

92 Bytes
Binary file not shown.

linux64/stlink/lib/libstlink-shared.so

-1
This file was deleted.

linux64/stlink/lib/libstlink-shared.so.1

-1
This file was deleted.
-90.1 KB
Binary file not shown.

linux64/stlink/lib/libstlink.a

2.59 KB
Binary file not shown.

linux64/stlink/lib/libstlink.so

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libstlink.so.1

linux64/stlink/lib/libstlink.so.1

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libstlink.so.1.5.1

linux64/stlink/lib/libstlink.so.1.5.1

94.1 KB
Binary file not shown.

linux64/stlink/st-flash

143 Bytes
Binary file not shown.

linux64/stlink/st-info

40 Bytes
Binary file not shown.

linux64/stlink/st-util

129 Bytes
Binary file not shown.
-145 KB
Binary file not shown.

macosx/stlink/lib/libstlink-shared.1.dylib

-1
This file was deleted.

macosx/stlink/lib/libstlink-shared.dylib

-1
This file was deleted.
133 KB
Binary file not shown.

macosx/stlink/lib/libstlink.1.dylib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libstlink.1.5.1.dylib

macosx/stlink/lib/libstlink.a

-13.9 KB
Binary file not shown.

macosx/stlink/lib/libstlink.dylib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libstlink.1.dylib

macosx/stlink/st-flash

-11.8 KB
Binary file not shown.

macosx/stlink/st-info

-11.8 KB
Binary file not shown.

macosx/stlink/st-util

-11.6 KB
Binary file not shown.
1020 KB
Binary file not shown.

win/stlink/Docs/STLINK Utility.pdf

-1.24 MB
Binary file not shown.
99.2 KB
Binary file not shown.

win/stlink/Docs/license.txt

-58
This file was deleted.

win/stlink/FlashLoader/0x415.stldr

-2.09 KB
Binary file not shown.
0 Bytes
Binary file not shown.

win/stlink/FlashLoader/0x435.stldr

-2.08 KB
Binary file not shown.

win/stlink/FlashLoader/0x436.stldr

0 Bytes
Binary file not shown.

win/stlink/FlashLoader/0x450.stldr

-5.47 KB
Binary file not shown.

win/stlink/FlashLoader/0x452.stldr

208 Bytes
Binary file not shown.

win/stlink/FlashLoader/0x457.stldr

-36 Bytes
Binary file not shown.

win/stlink/FlashLoader/0x460.stldr

35.3 KB
Binary file not shown.

win/stlink/FlashLoader/0x461.stldr

-2.06 KB
Binary file not shown.

win/stlink/FlashLoader/0x462.stldr

-2.08 KB
Binary file not shown.

win/stlink/FlashLoader/0x463.stldr

-32 Bytes
Binary file not shown.

win/stlink/FlashLoader/0x470.stldr

37 KB
Binary file not shown.

win/stlink/FlashLoader/0x495.stldr

32.7 KB
Binary file not shown.

win/stlink/ST-LINK_CLI.exe

33.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
1-
2-
;
3-
; Installs the Virtual COM port interface of ST-Link based composite devices.
4-
;
5-
6-
[Version]
7-
Signature = "$Windows NT$"
8-
Class = Ports
9-
ClassGUID = {4D36E978-E325-11CE-BFC1-08002BE10318}
10-
Provider = %ManufacturerName%
11-
CatalogFile.NTx86 = STLinkVCP_x86.cat
12-
CatalogFile.NTAMD64 = STLinkVCP_x64.cat
13-
DriverVer=12/10/2013,1.0
14-
15-
; ========== Manufacturer/Models sections ===========
16-
17-
[Manufacturer]
18-
%ManufacturerName% = Standard,NTx86,NTamd64
19-
20-
; List of devices supporting the Virtual COM port (with the corresponding interface ID)
21-
[Standard.NTx86]
22-
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374A&MI_02
23-
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374B&MI_02
24-
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374C&MI_01
25-
26-
[Standard.NTamd64]
27-
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374A&MI_02
28-
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374B&MI_02
29-
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374C&MI_01
30-
31-
; ========== Class definition ===========
32-
33-
[ClassInstall32]
34-
AddReg = ClassInstall_AddReg
35-
36-
[ClassInstall_AddReg]
37-
HKR,,,,%ClassName%
38-
HKR,,NoInstallClass,,1
39-
HKR,,IconPath,%REG_MULTI_SZ%,"%systemroot%\system32\setupapi.dll,-20"
40-
HKR,,LowerLogoVersion,,5.2
41-
42-
; =================== Installation ===================
43-
44-
[USB_InstallVCP]
45-
Include = mdmcpq.inf
46-
CopyFiles = FakeModemCopyFileSection
47-
AddReg = USB_InstallVCP.AddReg
48-
49-
[USB_InstallVCP.AddReg]
50-
HKR,,DevLoader,,*ntkern
51-
HKR,,NTMPDriver,,usbser.sys
52-
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
53-
54-
[USB_InstallVCP.Services]
55-
AddService=usbser, 0x00000002, DriverService
56-
57-
[DriverService]
58-
DisplayName=%DeviceNameVCP%
59-
ServiceType=1
60-
StartType=3
61-
ErrorControl=1
62-
ServiceBinary=%12%\usbser.sys
63-
64-
; [DestinationDirs]
65-
; If your INF needs to copy files, you must not use the DefaultDestDir directive here.
66-
; You must explicitly reference all file-list-section names in this section.
67-
68-
; =================== Strings ===================
69-
70-
[Strings]
71-
ManufacturerName="STMicroelectronics"
72-
ClassName="Universal Serial Bus devices"
73-
DeviceNameVCP="STMicroelectronics STLink Virtual COM Port"
74-
REG_MULTI_SZ = 0x00010000
1+
2+
;
3+
; Installs the Virtual COM port interface of ST-Link based composite devices.
4+
;
5+
6+
[Version]
7+
Signature = "$Windows NT$"
8+
Class = Ports
9+
ClassGUID = {4D36E978-E325-11CE-BFC1-08002BE10318}
10+
Provider = %ManufacturerName%
11+
CatalogFile.NTx86 = STLinkVCP_x86.cat
12+
CatalogFile.NTAMD64 = STLinkVCP_x64.cat
13+
DriverVer=12/10/2013,1.0
14+
15+
; ========== Manufacturer/Models sections ===========
16+
17+
[Manufacturer]
18+
%ManufacturerName% = Standard,NTx86,NTamd64
19+
20+
; List of devices supporting the Virtual COM port (with the corresponding interface ID)
21+
[Standard.NTx86]
22+
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374A&MI_02
23+
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374B&MI_02
24+
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374C&MI_01
25+
26+
[Standard.NTamd64]
27+
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374A&MI_02
28+
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374B&MI_02
29+
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374C&MI_01
30+
31+
; ========== Class definition ===========
32+
33+
[ClassInstall32]
34+
AddReg = ClassInstall_AddReg
35+
36+
[ClassInstall_AddReg]
37+
HKR,,,,%ClassName%
38+
HKR,,NoInstallClass,,1
39+
HKR,,IconPath,%REG_MULTI_SZ%,"%systemroot%\system32\setupapi.dll,-20"
40+
HKR,,LowerLogoVersion,,5.2
41+
42+
; =================== Installation ===================
43+
44+
[USB_InstallVCP]
45+
Include = mdmcpq.inf
46+
CopyFiles = FakeModemCopyFileSection
47+
AddReg = USB_InstallVCP.AddReg
48+
49+
[USB_InstallVCP.AddReg]
50+
HKR,,DevLoader,,*ntkern
51+
HKR,,NTMPDriver,,usbser.sys
52+
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
53+
54+
[USB_InstallVCP.Services]
55+
AddService=usbser, 0x00000002, DriverService
56+
57+
[DriverService]
58+
DisplayName=%DeviceNameVCP%
59+
ServiceType=1
60+
StartType=3
61+
ErrorControl=1
62+
ServiceBinary=%12%\usbser.sys
63+
64+
; [DestinationDirs]
65+
; If your INF needs to copy files, you must not use the DefaultDestDir directive here.
66+
; You must explicitly reference all file-list-section names in this section.
67+
68+
; =================== Strings ===================
69+
70+
[Strings]
71+
ManufacturerName="STMicroelectronics"
72+
ClassName="Universal Serial Bus devices"
73+
DeviceNameVCP="STMicroelectronics STLink Virtual COM Port"
74+
REG_MULTI_SZ = 0x00010000

0 commit comments

Comments
 (0)