Skip to content

Commit

Permalink
On branch master
Browse files Browse the repository at this point in the history
 Your branch is up to date with 'origin/master'.

 Changes to be committed:
	new file:   CMSIS_DAP.inf
	new file:   README.md
	new file:   windows7_serial_driver.rar
  • Loading branch information
wuxx committed Jun 21, 2021
1 parent db9f9d9 commit e3dd7d6
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
62 changes: 62 additions & 0 deletions driver/windows7_serial_driver/CMSIS_DAP.inf
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%CMSISDAP%
DriverVer=11/22/2011,5.2.0.0
; CatalogFile.NTx86=cmsis-dap_x86.cat
; CatalogFile.NTAMD64=cmsis-dap_amd64.cat

[Manufacturer]
%CMSISDAP%=DeviceList,ntamd64

[DeviceList]
%DESCRIPTION%=CMSISDAPUSB, USB\VID_C251&PID_F001
%COMPOSITE0% =CMSISDAPUSB, USB\VID_C251&PID_F001&MI_00

[DeviceList.ntamd64]
%DESCRIPTION%=CMSISDAPUSB, USB\VID_C251&PID_F001
%COMPOSITE0% =CMSISDAPUSB, USB\VID_C251&PID_F001&MI_00

;------------------------------------------------------------------------------
; Installation
;------------------------------------------------------------------------------

[SourceDisksFiles]

[SourceDisksNames]

[DestinationDirs]
FakeModemCopyFileSection=12
DefaultDestDir=12

[CMSISDAPUSB]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=CMSISDAPUSB.AddReg

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

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

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

;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------

[Strings]
CMSISDAP = "X893 ARM"
DRIVER.SVC = "CMSIS-DAP Driver"
DESCRIPTION = "CMSIS-DAP CDC"
COMPOSITE0 = "CMSIS-DAP CDC"

1 change: 1 addition & 0 deletions driver/windows7_serial_driver/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CMSIS-DAP和DAPLink统一使用 mbedWinSerial_16466.exe 安装驱动,一般均可顺利安装。
Binary file not shown.

0 comments on commit e3dd7d6

Please sign in to comment.