Moved board-related stuff in board subdirectory

This commit is contained in:
Moritz Martinius
2020-10-25 14:27:45 +01:00
parent 8bbb1804f7
commit 376a9bee91
384 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:598354dea25ce0008cd086a17e1aee0551ec28913d0087271a49497cc762c90f
size 266591

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47f87b2b976d2acc51137bb134c513f70ee6574e28dac347aa2ac5940548f00f
size 17756630

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97dadde8496eebebb17031caa271db002adca56b2af4035c5e45febd4d2ce92c
size 105758

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b09738ff6a9da0b86a9825e3d31060db60034f83febb5ef7ac3956983438de0
size 9735

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ecdbab59eca2779d1b5ba99a1b1f37dc23ce5562b5bd93b0a350abd64bdad4f
size 16768

View File

@@ -0,0 +1,95 @@
[Version]
Signature=$CHICAGO$
Class=USBI/OControlledDevices
ClassGUID={96e73b6e-7a5a-11d4-9f24-0080c82727f4}
Provider=%MFGNAME%
[Manufacturer]
%MFGNAME%=DeviceList
[DestinationDirs]
DefaultDestDir=10,System32\Drivers
[SourceDisksFiles]
SiBulk.sys=1
[SourceDisksNames]
1=%INSTDISK%,,,
[DeviceList]
%DESCRIPTION%=DriverInstall,USB\VID_10C4&PID_0003
;------------------------------------------------------------------------------
; Windows 2000 Sections
;------------------------------------------------------------------------------
; install class, Windows 2000:
[ClassInstall32]
AddReg=_AddReg_ClassInstall
[DriverInstall.NT]
CopyFiles=DriverCopyFiles
[DriverCopyFiles]
SiBulk.sys,,,2
[DriverInstall.NT.Services]
AddService=SiBulk,2,DriverService
[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\SiBulk.sys
[DriverInstall.nt.hw]
AddReg=DriverHwAddReg
[DriverHwAddReg]
HKR,,FriendlyName,,%FRIENDLYNAME%
;------------------------------------------------------------------------------
; Windows 98 Sections
;------------------------------------------------------------------------------
; install class, Windows 98:
[ClassInstall]
AddReg=_AddReg_ClassInstall
[DriverInstall]
AddReg=DriverAddReg
CopyFiles=DriverCopyFiles98
[DriverCopyFiles98]
SiBulk.sys,,,2
[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,SiBulk.sys
; registry entries required for class
[_AddReg_ClassInstall]
HKR,,,,"%S_DeviceClassDisplayName%"
HKR,,Icon,,"-20"
[DriverInstall.HW]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
MFGNAME="Silicon Laboratories"
INSTDISK="Silabs Software Installation Disc"
DESCRIPTION="Silabs C8051F320 USB Board"
FRIENDLYNAME="Silabs C8051F320 USB Board"
; device class display name, shown in Device Manager
S_DeviceClassDisplayName="USB I/O controlled devices"