Skip to content

Update STLink tools #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion linux/stlink/lib/libstlink-shared.so

This file was deleted.

1 change: 0 additions & 1 deletion linux/stlink/lib/libstlink-shared.so.1

This file was deleted.

Binary file removed linux/stlink/lib/libstlink-shared.so.1.3.0
Binary file not shown.
Binary file modified linux/stlink/lib/libstlink.a
Binary file not shown.
1 change: 1 addition & 0 deletions linux/stlink/lib/libstlink.so
1 change: 1 addition & 0 deletions linux/stlink/lib/libstlink.so.1
Binary file added linux/stlink/lib/libstlink.so.1.5.1
Binary file not shown.
Binary file modified linux/stlink/st-flash
Binary file not shown.
Binary file modified linux/stlink/st-info
Binary file not shown.
Binary file modified linux/stlink/st-util
Binary file not shown.
1 change: 0 additions & 1 deletion linux64/stlink/lib/libstlink-shared.so

This file was deleted.

1 change: 0 additions & 1 deletion linux64/stlink/lib/libstlink-shared.so.1

This file was deleted.

Binary file removed linux64/stlink/lib/libstlink-shared.so.1.3.0
Binary file not shown.
Binary file modified linux64/stlink/lib/libstlink.a
Binary file not shown.
1 change: 1 addition & 0 deletions linux64/stlink/lib/libstlink.so
1 change: 1 addition & 0 deletions linux64/stlink/lib/libstlink.so.1
Binary file added linux64/stlink/lib/libstlink.so.1.5.1
Binary file not shown.
Binary file modified linux64/stlink/st-flash
Binary file not shown.
Binary file modified linux64/stlink/st-info
Binary file not shown.
Binary file modified linux64/stlink/st-util
Binary file not shown.
Binary file removed macosx/stlink/lib/libstlink-shared.1.3.0.dylib
Binary file not shown.
1 change: 0 additions & 1 deletion macosx/stlink/lib/libstlink-shared.1.dylib

This file was deleted.

1 change: 0 additions & 1 deletion macosx/stlink/lib/libstlink-shared.dylib

This file was deleted.

Binary file added macosx/stlink/lib/libstlink.1.5.1.dylib
Binary file not shown.
1 change: 1 addition & 0 deletions macosx/stlink/lib/libstlink.1.dylib
Binary file modified macosx/stlink/lib/libstlink.a
Binary file not shown.
1 change: 1 addition & 0 deletions macosx/stlink/lib/libstlink.dylib
Binary file modified macosx/stlink/st-flash
Binary file not shown.
Binary file modified macosx/stlink/st-info
Binary file not shown.
Binary file modified macosx/stlink/st-util
Binary file not shown.
Binary file added win/stlink/Docs/ST-LINK Utility UM.pdf
Binary file not shown.
Binary file removed win/stlink/Docs/STLINK Utility.pdf
Binary file not shown.
Binary file added win/stlink/Docs/Software license agreement.pdf
Binary file not shown.
58 changes: 0 additions & 58 deletions win/stlink/Docs/license.txt

This file was deleted.

Binary file modified win/stlink/FlashLoader/0x415.stldr
Binary file not shown.
Binary file modified win/stlink/FlashLoader/0x419_DB1M_On.stldr
Binary file not shown.
Binary file modified win/stlink/FlashLoader/0x435.stldr
Binary file not shown.
Binary file modified win/stlink/FlashLoader/0x436.stldr
Binary file not shown.
Binary file modified win/stlink/FlashLoader/0x450.stldr
Binary file not shown.
Binary file modified win/stlink/FlashLoader/0x452.stldr
Binary file not shown.
Binary file modified win/stlink/FlashLoader/0x457.stldr
Binary file not shown.
Binary file added win/stlink/FlashLoader/0x460.stldr
Binary file not shown.
Binary file modified win/stlink/FlashLoader/0x461.stldr
Binary file not shown.
Binary file modified win/stlink/FlashLoader/0x462.stldr
Binary file not shown.
Binary file modified win/stlink/FlashLoader/0x463.stldr
Binary file not shown.
Binary file added win/stlink/FlashLoader/0x470.stldr
Binary file not shown.
Binary file added win/stlink/FlashLoader/0x495.stldr
Binary file not shown.
Binary file modified win/stlink/ST-LINK_CLI.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,74 +1,74 @@

;
; Installs the Virtual COM port interface of ST-Link based composite devices.
;

[Version]
Signature = "$Windows NT$"
Class = Ports
ClassGUID = {4D36E978-E325-11CE-BFC1-08002BE10318}
Provider = %ManufacturerName%
CatalogFile.NTx86 = STLinkVCP_x86.cat
CatalogFile.NTAMD64 = STLinkVCP_x64.cat
DriverVer=12/10/2013,1.0

; ========== Manufacturer/Models sections ===========

[Manufacturer]
%ManufacturerName% = Standard,NTx86,NTamd64

; List of devices supporting the Virtual COM port (with the corresponding interface ID)
[Standard.NTx86]
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374A&MI_02
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374B&MI_02
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374C&MI_01

[Standard.NTamd64]
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374A&MI_02
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374B&MI_02
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374C&MI_01

; ========== Class definition ===========

[ClassInstall32]
AddReg = ClassInstall_AddReg

[ClassInstall_AddReg]
HKR,,,,%ClassName%
HKR,,NoInstallClass,,1
HKR,,IconPath,%REG_MULTI_SZ%,"%systemroot%\system32\setupapi.dll,-20"
HKR,,LowerLogoVersion,,5.2

; =================== Installation ===================

[USB_InstallVCP]
Include = mdmcpq.inf
CopyFiles = FakeModemCopyFileSection
AddReg = USB_InstallVCP.AddReg

[USB_InstallVCP.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[USB_InstallVCP.Services]
AddService=usbser, 0x00000002, DriverService

[DriverService]
DisplayName=%DeviceNameVCP%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys

; [DestinationDirs]
; If your INF needs to copy files, you must not use the DefaultDestDir directive here.
; You must explicitly reference all file-list-section names in this section.

; =================== Strings ===================

[Strings]
ManufacturerName="STMicroelectronics"
ClassName="Universal Serial Bus devices"
DeviceNameVCP="STMicroelectronics STLink Virtual COM Port"
REG_MULTI_SZ = 0x00010000
;
; Installs the Virtual COM port interface of ST-Link based composite devices.
;
[Version]
Signature = "$Windows NT$"
Class = Ports
ClassGUID = {4D36E978-E325-11CE-BFC1-08002BE10318}
Provider = %ManufacturerName%
CatalogFile.NTx86 = STLinkVCP_x86.cat
CatalogFile.NTAMD64 = STLinkVCP_x64.cat
DriverVer=12/10/2013,1.0
; ========== Manufacturer/Models sections ===========
[Manufacturer]
%ManufacturerName% = Standard,NTx86,NTamd64
; List of devices supporting the Virtual COM port (with the corresponding interface ID)
[Standard.NTx86]
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374A&MI_02
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374B&MI_02
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374C&MI_01
[Standard.NTamd64]
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374A&MI_02
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374B&MI_02
%DeviceNameVCP% =USB_InstallVCP, USB\VID_0483&PID_374C&MI_01
; ========== Class definition ===========
[ClassInstall32]
AddReg = ClassInstall_AddReg
[ClassInstall_AddReg]
HKR,,,,%ClassName%
HKR,,NoInstallClass,,1
HKR,,IconPath,%REG_MULTI_SZ%,"%systemroot%\system32\setupapi.dll,-20"
HKR,,LowerLogoVersion,,5.2
; =================== Installation ===================
[USB_InstallVCP]
Include = mdmcpq.inf
CopyFiles = FakeModemCopyFileSection
AddReg = USB_InstallVCP.AddReg
[USB_InstallVCP.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[USB_InstallVCP.Services]
AddService=usbser, 0x00000002, DriverService
[DriverService]
DisplayName=%DeviceNameVCP%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys
; [DestinationDirs]
; If your INF needs to copy files, you must not use the DefaultDestDir directive here.
; You must explicitly reference all file-list-section names in this section.
; =================== Strings ===================
[Strings]
ManufacturerName="STMicroelectronics"
ClassName="Universal Serial Bus devices"
DeviceNameVCP="STMicroelectronics STLink Virtual COM Port"
REG_MULTI_SZ = 0x00010000
Loading