mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
48
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/FreeRTOSCDC.inf
Normal file
48
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/FreeRTOSCDC.inf
Normal file
|
@ -0,0 +1,48 @@
|
|||
[Version]
|
||||
Signature="$Windows NT$"
|
||||
Class=Ports
|
||||
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%ATMEL%
|
||||
LayoutFile=layout.inf
|
||||
DriverVer=10/15/1999,5.0.2153.1
|
||||
|
||||
[MANUFACTURER]
|
||||
%FreeRTOS%=FreeRTOS
|
||||
|
||||
[FreeRTOS]
|
||||
%FreeRTOS_CDC%=Reader,USB\VID_EB03&PID_0920
|
||||
|
||||
[Reader_Install.NTx86]
|
||||
;Windows2000
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir=12
|
||||
Reader.NT.Copy=12
|
||||
|
||||
[Reader.NT]
|
||||
CopyFiles=Reader.NT.Copy
|
||||
AddReg=Reader.NT.AddReg
|
||||
|
||||
[Reader.NT.Copy]
|
||||
usbser.sys
|
||||
|
||||
[Reader.NT.AddReg]
|
||||
HKR,,NTMPDriver,,*ntkern
|
||||
HKR,,NTMPDriver,,usbser.sys
|
||||
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
||||
[Reader.NT.Services]
|
||||
AddService = usbser, 0x00000002,Service_Inst
|
||||
|
||||
[Service_Inst]
|
||||
DisplayName = %Serial.SvcDesc%
|
||||
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
||||
StartType = 3 ; SERVICE_DEMAND_START
|
||||
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
|
||||
ServiceBinary = %12%\usbser.sys
|
||||
LoadOrderGroup = Base
|
||||
|
||||
[Strings]
|
||||
FreeRTOS = "FreeRTOS"
|
||||
FreeRTOS_CDC = "FreeRTOS CDC Demo"
|
||||
Serial.SvcDesc = "USB Serial emulation driver"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue