├── .gitattributes ├── DAPLink.PcbDoc ├── DAPLink.PrjPCB ├── DAPLink.SchDoc ├── DAPLink_SCH.pdf └── readme.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /DAPLink.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlideLeo/DAP-Link-TypeC/8a5969430c19fc59e0efb02334fba323e5096c2b/DAPLink.PcbDoc -------------------------------------------------------------------------------- /DAPLink.PrjPCB: -------------------------------------------------------------------------------- 1 | [Design] 2 | Version=1.0 3 | HierarchyMode=0 4 | ChannelRoomNamingStyle=0 5 | ReleasesFolder= 6 | ChannelDesignatorFormatString=$Component_$RoomName 7 | ChannelRoomLevelSeperator=_ 8 | OpenOutputs=1 9 | ArchiveProject=0 10 | TimestampOutput=0 11 | SeparateFolders=0 12 | TemplateLocationPath= 13 | PinSwapBy_Netlabel=1 14 | PinSwapBy_Pin=1 15 | AllowPortNetNames=0 16 | AllowSheetEntryNetNames=1 17 | AppendSheetNumberToLocalNets=0 18 | NetlistSinglePinNets=0 19 | DefaultConfiguration=Sources 20 | UserID=0xFFFFFFFF 21 | DefaultPcbProtel=1 22 | DefaultPcbPcad=0 23 | ReorderDocumentsOnCompile=1 24 | NameNetsHierarchically=0 25 | PowerPortNamesTakePriority=0 26 | PushECOToAnnotationFile=1 27 | DItemRevisionGUID= 28 | ReportSuppressedErrorsInMessages=0 29 | FSMCodingStyle=eFMSDropDownList_OneProcess 30 | FSMEncodingStyle=eFMSDropDownList_OneHot 31 | OutputPath= 32 | LogFolderPath= 33 | ManagedProjectGUID= 34 | IncludeDesignInRelease=0 35 | 36 | [Preferences] 37 | PrefsVaultGUID= 38 | PrefsRevisionGUID= 39 | 40 | [Document1] 41 | DocumentPath=DAPLink.SchDoc 42 | AnnotationEnabled=1 43 | AnnotateStartValue=1 44 | AnnotationIndexControlEnabled=0 45 | AnnotateSuffix= 46 | AnnotateScope=All 47 | AnnotateOrder=0 48 | DoLibraryUpdate=1 49 | DoDatabaseUpdate=1 50 | ClassGenCCAutoEnabled=1 51 | ClassGenCCAutoRoomEnabled=1 52 | ClassGenNCAutoScope=None 53 | DItemRevisionGUID= 54 | GenerateClassCluster=0 55 | DocumentUniqueId=ABBFXQLN 56 | 57 | [Document2] 58 | DocumentPath=DAPLink.PcbDoc 59 | AnnotationEnabled=1 60 | AnnotateStartValue=1 61 | AnnotationIndexControlEnabled=0 62 | AnnotateSuffix= 63 | AnnotateScope=All 64 | AnnotateOrder=-1 65 | DoLibraryUpdate=1 66 | DoDatabaseUpdate=1 67 | ClassGenCCAutoEnabled=1 68 | ClassGenCCAutoRoomEnabled=1 69 | ClassGenNCAutoScope=None 70 | DItemRevisionGUID= 71 | GenerateClassCluster=0 72 | DocumentUniqueId=YYMARNIX 73 | 74 | [Document3] 75 | DocumentPath=DAPLink.OutJob 76 | AnnotationEnabled=1 77 | AnnotateStartValue=1 78 | AnnotationIndexControlEnabled=0 79 | AnnotateSuffix= 80 | AnnotateScope=All 81 | AnnotateOrder=-1 82 | DoLibraryUpdate=1 83 | DoDatabaseUpdate=1 84 | ClassGenCCAutoEnabled=1 85 | ClassGenCCAutoRoomEnabled=1 86 | ClassGenNCAutoScope=None 87 | DItemRevisionGUID= 88 | GenerateClassCluster=0 89 | DocumentUniqueId= 90 | 91 | [GeneratedDocument1] 92 | DocumentPath=Project Outputs for DAPLink\Design Rule Check - DAPLink.html 93 | DItemRevisionGUID= 94 | 95 | [Configuration1] 96 | Name=Sources 97 | ParameterCount=0 98 | ConstraintFileCount=0 99 | ReleaseItemId= 100 | Variant=[No Variations] 101 | OutputJobsCount=0 102 | ContentTypeGUID=CB6F2064-E317-11DF-B822-12313F0024A2 103 | ConfigurationType=Source 104 | 105 | [Generic_SmartPDF] 106 | AutoOpenFile=-1 107 | AutoOpenOutJob=-1 108 | 109 | [Generic_SmartPDFSettings] 110 | ProjectMode=-1 111 | ZoomPrecision=50 112 | AddNetsInformation=-1 113 | AddNetPins=-1 114 | AddNetNetLabels=-1 115 | AddNetPorts=-1 116 | ShowComponentParameters=-1 117 | GlobalBookmarks=0 118 | ExportBOM=0 119 | TemplateFilename= 120 | TemplateStoreRelative=-1 121 | PCB_PrintColor=1 122 | SCH_PrintColor=0 123 | PrintQuality=-3 124 | SCH_ShowNoErc=-1 125 | SCH_ShowParameter=-1 126 | SCH_ShowProbes=-1 127 | SCH_ShowBlankets=-1 128 | SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle 129 | SCH_ShowNote=-1 130 | SCH_ShowNoteCollapsed=-1 131 | SCH_ExpandLogicalToPhysical=-1 132 | SCH_VariantName=[No Variations] 133 | SCH_ExpandComponentDesignators=-1 134 | SCH_ExpandNetlabels=0 135 | SCH_ExpandPorts=0 136 | SCH_ExpandSheetNumber=0 137 | SCH_ExpandDocumentNumber=0 138 | SCH_HasExpandLogicalToPhysicalSheets=-1 139 | SaveSettingsToOutJob=-1 140 | 141 | [Generic_EDE] 142 | OutputDir= 143 | 144 | [OutputGroup1] 145 | Name=Netlist Outputs 146 | Description= 147 | TargetPrinter=Adobe PDF 148 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 149 | OutputType1=CadnetixNetlist 150 | OutputName1=Cadnetix Netlist 151 | OutputDocumentPath1= 152 | OutputVariantName1= 153 | OutputDefault1=0 154 | OutputType2=CalayNetlist 155 | OutputName2=Calay Netlist 156 | OutputDocumentPath2= 157 | OutputVariantName2= 158 | OutputDefault2=0 159 | OutputType3=EDIF 160 | OutputName3=EDIF for PCB 161 | OutputDocumentPath3= 162 | OutputVariantName3= 163 | OutputDefault3=0 164 | OutputType4=EESofNetlist 165 | OutputName4=EESof Netlist 166 | OutputDocumentPath4= 167 | OutputVariantName4= 168 | OutputDefault4=0 169 | OutputType5=IntergraphNetlist 170 | OutputName5=Intergraph Netlist 171 | OutputDocumentPath5= 172 | OutputVariantName5= 173 | OutputDefault5=0 174 | OutputType6=MentorBoardStationNetlist 175 | OutputName6=Mentor BoardStation Netlist 176 | OutputDocumentPath6= 177 | OutputVariantName6= 178 | OutputDefault6=0 179 | OutputType7=MultiWire 180 | OutputName7=MultiWire 181 | OutputDocumentPath7= 182 | OutputVariantName7= 183 | OutputDefault7=0 184 | OutputType8=OrCadPCB2Netlist 185 | OutputName8=Orcad/PCB2 Netlist 186 | OutputDocumentPath8= 187 | OutputVariantName8= 188 | OutputDefault8=0 189 | OutputType9=PADSNetlist 190 | OutputName9=PADS ASCII Netlist 191 | OutputDocumentPath9= 192 | OutputVariantName9= 193 | OutputDefault9=0 194 | OutputType10=Pcad 195 | OutputName10=Pcad for PCB 196 | OutputDocumentPath10= 197 | OutputVariantName10= 198 | OutputDefault10=0 199 | OutputType11=PCADNetlist 200 | OutputName11=PCAD Netlist 201 | OutputDocumentPath11= 202 | OutputVariantName11= 203 | OutputDefault11=0 204 | OutputType12=PCADnltNetlist 205 | OutputName12=PCADnlt Netlist 206 | OutputDocumentPath12= 207 | OutputVariantName12= 208 | OutputDefault12=0 209 | OutputType13=Protel2Netlist 210 | OutputName13=Protel2 Netlist 211 | OutputDocumentPath13= 212 | OutputVariantName13= 213 | OutputDefault13=0 214 | OutputType14=ProtelNetlist 215 | OutputName14=Protel 216 | OutputDocumentPath14= 217 | OutputVariantName14= 218 | OutputDefault14=0 219 | OutputType15=RacalNetlist 220 | OutputName15=Racal Netlist 221 | OutputDocumentPath15= 222 | OutputVariantName15= 223 | OutputDefault15=0 224 | OutputType16=RINFNetlist 225 | OutputName16=RINF Netlist 226 | OutputDocumentPath16= 227 | OutputVariantName16= 228 | OutputDefault16=0 229 | OutputType17=SciCardsNetlist 230 | OutputName17=SciCards Netlist 231 | OutputDocumentPath17= 232 | OutputVariantName17= 233 | OutputDefault17=0 234 | OutputType18=TangoNetlist 235 | OutputName18=Tango Netlist 236 | OutputDocumentPath18= 237 | OutputVariantName18= 238 | OutputDefault18=0 239 | OutputType19=TelesisNetlist 240 | OutputName19=Telesis Netlist 241 | OutputDocumentPath19= 242 | OutputVariantName19= 243 | OutputDefault19=0 244 | OutputType20=WireListNetlist 245 | OutputName20=WireList Netlist 246 | OutputDocumentPath20= 247 | OutputVariantName20= 248 | OutputDefault20=0 249 | 250 | [OutputGroup2] 251 | Name=Simulator Outputs 252 | Description= 253 | TargetPrinter=Adobe PDF 254 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 255 | 256 | [OutputGroup3] 257 | Name=Documentation Outputs 258 | Description= 259 | TargetPrinter=Virtual Printer 260 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 261 | OutputType1=Composite 262 | OutputName1=Composite Drawing 263 | OutputDocumentPath1= 264 | OutputVariantName1= 265 | OutputDefault1=0 266 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 267 | OutputType2=PCB 3D Print 268 | OutputName2=PCB 3D Print 269 | OutputDocumentPath2= 270 | OutputVariantName2=[No Variations] 271 | OutputDefault2=0 272 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 273 | OutputType3=PCB 3D Video 274 | OutputName3=PCB 3D Video 275 | OutputDocumentPath3= 276 | OutputVariantName3=[No Variations] 277 | OutputDefault3=0 278 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 279 | OutputType4=PCB Print 280 | OutputName4=PCB Prints 281 | OutputDocumentPath4= 282 | OutputVariantName4= 283 | OutputDefault4=0 284 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 285 | OutputType5=PCBDrawing 286 | OutputName5=Draftsman 287 | OutputDocumentPath5= 288 | OutputVariantName5=[No Variations] 289 | OutputDefault5=0 290 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 291 | OutputType6=PCBLIB Print 292 | OutputName6=PCBLIB Prints 293 | OutputDocumentPath6= 294 | OutputVariantName6= 295 | OutputDefault6=0 296 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 297 | OutputType7=PDF3D 298 | OutputName7=PDF3D 299 | OutputDocumentPath7= 300 | OutputVariantName7=[No Variations] 301 | OutputDefault7=0 302 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 303 | OutputType8=Report Print 304 | OutputName8=Report Prints 305 | OutputDocumentPath8= 306 | OutputVariantName8= 307 | OutputDefault8=0 308 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 309 | OutputType9=Schematic Print 310 | OutputName9=Schematic Prints 311 | OutputDocumentPath9= 312 | OutputVariantName9= 313 | OutputDefault9=0 314 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 315 | OutputType10=SimView Print 316 | OutputName10=SimView Prints 317 | OutputDocumentPath10= 318 | OutputVariantName10= 319 | OutputDefault10=0 320 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 321 | 322 | [OutputGroup4] 323 | Name=Assembly Outputs 324 | Description= 325 | TargetPrinter=Adobe PDF 326 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 327 | OutputType1=Assembly 328 | OutputName1=Assembly Drawings 329 | OutputDocumentPath1= 330 | OutputVariantName1=[No Variations] 331 | OutputDefault1=0 332 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 333 | OutputType2=Pick Place 334 | OutputName2=Generates pick and place files 335 | OutputDocumentPath2= 336 | OutputVariantName2=[No Variations] 337 | OutputDefault2=0 338 | OutputType3=Test Points For Assembly 339 | OutputName3=Test Point Report 340 | OutputDocumentPath3= 341 | OutputVariantName3=[No Variations] 342 | OutputDefault3=0 343 | 344 | [OutputGroup5] 345 | Name=Fabrication Outputs 346 | Description= 347 | TargetPrinter=Adobe PDF 348 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 349 | OutputType1=Board Stack Report 350 | OutputName1=Report Board Stack 351 | OutputDocumentPath1= 352 | OutputVariantName1= 353 | OutputDefault1=0 354 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 355 | OutputType2=CompositeDrill 356 | OutputName2=Composite Drill Drawing 357 | OutputDocumentPath2= 358 | OutputVariantName2= 359 | OutputDefault2=0 360 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 361 | OutputType3=Drill 362 | OutputName3=Drill Drawing/Guides 363 | OutputDocumentPath3= 364 | OutputVariantName3= 365 | OutputDefault3=0 366 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 367 | OutputType4=Final 368 | OutputName4=Final Artwork Prints 369 | OutputDocumentPath4= 370 | OutputVariantName4=[No Variations] 371 | OutputDefault4=0 372 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 373 | OutputType5=Gerber 374 | OutputName5=Gerber Files 375 | OutputDocumentPath5= 376 | OutputVariantName5=[No Variations] 377 | OutputDefault5=0 378 | OutputType6=Gerber X2 379 | OutputName6=Gerber X2 Files 380 | OutputDocumentPath6= 381 | OutputVariantName6= 382 | OutputDefault6=0 383 | OutputType7=IPC2581 384 | OutputName7=IPC-2581 Files 385 | OutputDocumentPath7= 386 | OutputVariantName7= 387 | OutputDefault7=0 388 | OutputType8=Mask 389 | OutputName8=Solder/Paste Mask Prints 390 | OutputDocumentPath8= 391 | OutputVariantName8= 392 | OutputDefault8=0 393 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 394 | OutputType9=NC Drill 395 | OutputName9=NC Drill Files 396 | OutputDocumentPath9= 397 | OutputVariantName9= 398 | OutputDefault9=0 399 | OutputType10=ODB 400 | OutputName10=ODB++ Files 401 | OutputDocumentPath10= 402 | OutputVariantName10=[No Variations] 403 | OutputDefault10=0 404 | OutputType11=Plane 405 | OutputName11=Power-Plane Prints 406 | OutputDocumentPath11= 407 | OutputVariantName11= 408 | OutputDefault11=0 409 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 410 | OutputType12=Test Points 411 | OutputName12=Test Point Report 412 | OutputDocumentPath12= 413 | OutputVariantName12= 414 | OutputDefault12=0 415 | 416 | [OutputGroup6] 417 | Name=Report Outputs 418 | Description= 419 | TargetPrinter=Adobe PDF 420 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 421 | OutputType1=Script 422 | OutputName1=Script Output 423 | OutputDocumentPath1= 424 | OutputVariantName1=[No Variations] 425 | OutputDefault1=0 426 | OutputType2=SimpleBOM 427 | OutputName2=Simple BOM 428 | OutputDocumentPath2= 429 | OutputVariantName2=[No Variations] 430 | OutputDefault2=0 431 | OutputType3=SinglePinNetReporter 432 | OutputName3=Report Single Pin Nets 433 | OutputDocumentPath3= 434 | OutputVariantName3=[No Variations] 435 | OutputDefault3=0 436 | OutputType4=BOM_PartType 437 | OutputName4=Bill of Materials 438 | OutputDocumentPath4= 439 | OutputVariantName4=[No Variations] 440 | OutputDefault4=0 441 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 442 | Configuration4_Name1=ColumnNameFormat 443 | Configuration4_Item1=CaptionAsName 444 | Configuration4_Name2=Filter 445 | Configuration4_Item2=545046300E5446696C74657257726170706572000D46696C7465722E416374697665090F46696C7465722E43726974657269610A04000000000000000000 446 | Configuration4_Name3=ForceUpdateSettings 447 | Configuration4_Item3=False 448 | Configuration4_Name4=General 449 | Configuration4_Item4=OpenExported=False|AddToProject=False|ForceFit=False|NotFitted=False|Database=False|DatabasePriority=False|IncludePCBData=False|IncludeVaultData=True|IncludeAlternatives=False|ShowExportOptions=True|TemplateFilename=|BatchMode=6|FormWidth=956|FormHeight=750|SupplierProdQty=1|SupplierAutoQty=False|SupplierUseCachedPricing=False|SupplierCurrency=|ViewType=0 450 | Configuration4_Name5=GroupOrder 451 | Configuration4_Item5=Comment=True|Footprint=True 452 | Configuration4_Name6=SortOrder 453 | Configuration4_Item6=Designator=Up|Comment=Up|Footprint=Up 454 | Configuration4_Name7=VisibleOrder 455 | Configuration4_Item7=Comment=100|Description=100|Designator=100|Footprint=100|LibRef=100|Quantity=100 456 | OutputType5=ComponentCrossReference 457 | OutputName5=Component Cross Reference Report 458 | OutputDocumentPath5= 459 | OutputVariantName5=[No Variations] 460 | OutputDefault5=0 461 | OutputType6=ReportHierarchy 462 | OutputName6=Report Project Hierarchy 463 | OutputDocumentPath6= 464 | OutputVariantName6=[No Variations] 465 | OutputDefault6=0 466 | 467 | [OutputGroup7] 468 | Name=Other Outputs 469 | Description= 470 | TargetPrinter=Adobe PDF 471 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 472 | OutputType1=Text Print 473 | OutputName1=Text Print 474 | OutputDocumentPath1= 475 | OutputVariantName1= 476 | OutputDefault1=0 477 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 478 | OutputType2=Text Print 479 | OutputName2=Text Print 480 | OutputDocumentPath2= 481 | OutputVariantName2= 482 | OutputDefault2=0 483 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 484 | OutputType3=Text Print 485 | OutputName3=Text Print 486 | OutputDocumentPath3= 487 | OutputVariantName3= 488 | OutputDefault3=0 489 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 490 | OutputType4=Text Print 491 | OutputName4=Text Print 492 | OutputDocumentPath4= 493 | OutputVariantName4= 494 | OutputDefault4=0 495 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 496 | OutputType5=Text Print 497 | OutputName5=Text Print 498 | OutputDocumentPath5= 499 | OutputVariantName5= 500 | OutputDefault5=0 501 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 502 | OutputType6=Text Print 503 | OutputName6=Text Print 504 | OutputDocumentPath6= 505 | OutputVariantName6= 506 | OutputDefault6=0 507 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 508 | OutputType7=Text Print 509 | OutputName7=Text Print 510 | OutputDocumentPath7= 511 | OutputVariantName7= 512 | OutputDefault7=0 513 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 514 | OutputType8=Text Print 515 | OutputName8=Text Print 516 | OutputDocumentPath8= 517 | OutputVariantName8= 518 | OutputDefault8=0 519 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 520 | OutputType9=Text Print 521 | OutputName9=Text Print 522 | OutputDocumentPath9= 523 | OutputVariantName9= 524 | OutputDefault9=0 525 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 526 | OutputType10=Text Print 527 | OutputName10=Text Print 528 | OutputDocumentPath10= 529 | OutputVariantName10= 530 | OutputDefault10=0 531 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 532 | OutputType11=Text Print 533 | OutputName11=Text Print 534 | OutputDocumentPath11= 535 | OutputVariantName11= 536 | OutputDefault11=0 537 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 538 | OutputType12=Text Print 539 | OutputName12=Text Print 540 | OutputDocumentPath12= 541 | OutputVariantName12= 542 | OutputDefault12=0 543 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 544 | OutputType13=Text Print 545 | OutputName13=Text Print 546 | OutputDocumentPath13= 547 | OutputVariantName13= 548 | OutputDefault13=0 549 | PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 550 | OutputType14=Text Print 551 | OutputName14=Text Print 552 | OutputDocumentPath14= 553 | OutputVariantName14= 554 | OutputDefault14=0 555 | PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 556 | OutputType15=Text Print 557 | OutputName15=Text Print 558 | OutputDocumentPath15= 559 | OutputVariantName15= 560 | OutputDefault15=0 561 | PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 562 | OutputType16=Text Print 563 | OutputName16=Text Print 564 | OutputDocumentPath16= 565 | OutputVariantName16= 566 | OutputDefault16=0 567 | PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 568 | OutputType17=Text Print 569 | OutputName17=Text Print 570 | OutputDocumentPath17= 571 | OutputVariantName17= 572 | OutputDefault17=0 573 | PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 574 | OutputType18=Text Print 575 | OutputName18=Text Print 576 | OutputDocumentPath18= 577 | OutputVariantName18= 578 | OutputDefault18=0 579 | PageOptions18=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 580 | OutputType19=Text Print 581 | OutputName19=Text Print 582 | OutputDocumentPath19= 583 | OutputVariantName19= 584 | OutputDefault19=0 585 | PageOptions19=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 586 | OutputType20=Text Print 587 | OutputName20=Text Print 588 | OutputDocumentPath20= 589 | OutputVariantName20= 590 | OutputDefault20=0 591 | PageOptions20=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 592 | OutputType21=Text Print 593 | OutputName21=Text Print 594 | OutputDocumentPath21= 595 | OutputVariantName21= 596 | OutputDefault21=0 597 | PageOptions21=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 598 | OutputType22=Text Print 599 | OutputName22=Text Print 600 | OutputDocumentPath22= 601 | OutputVariantName22= 602 | OutputDefault22=0 603 | PageOptions22=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 604 | OutputType23=Text Print 605 | OutputName23=Text Print 606 | OutputDocumentPath23= 607 | OutputVariantName23= 608 | OutputDefault23=0 609 | PageOptions23=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 610 | OutputType24=Text Print 611 | OutputName24=Text Print 612 | OutputDocumentPath24= 613 | OutputVariantName24= 614 | OutputDefault24=0 615 | PageOptions24=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 616 | OutputType25=Text Print 617 | OutputName25=Text Print 618 | OutputDocumentPath25= 619 | OutputVariantName25= 620 | OutputDefault25=0 621 | PageOptions25=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 622 | OutputType26=Text Print 623 | OutputName26=Text Print 624 | OutputDocumentPath26= 625 | OutputVariantName26= 626 | OutputDefault26=0 627 | PageOptions26=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 628 | OutputType27=Text Print 629 | OutputName27=Text Print 630 | OutputDocumentPath27= 631 | OutputVariantName27= 632 | OutputDefault27=0 633 | PageOptions27=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 634 | OutputType28=Text Print 635 | OutputName28=Text Print 636 | OutputDocumentPath28= 637 | OutputVariantName28= 638 | OutputDefault28=0 639 | PageOptions28=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 640 | OutputType29=Text Print 641 | OutputName29=Text Print 642 | OutputDocumentPath29= 643 | OutputVariantName29= 644 | OutputDefault29=0 645 | PageOptions29=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 646 | 647 | [OutputGroup8] 648 | Name=Validation Outputs 649 | Description= 650 | TargetPrinter=Adobe PDF 651 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 652 | OutputType1=Component states check 653 | OutputName1=Server's components states check 654 | OutputDocumentPath1= 655 | OutputVariantName1= 656 | OutputDefault1=0 657 | OutputType2=Configuration compliance 658 | OutputName2=Environment configuration compliance check 659 | OutputDocumentPath2= 660 | OutputVariantName2= 661 | OutputDefault2=0 662 | OutputType3=Design Rules Check 663 | OutputName3=Design Rules Check 664 | OutputDocumentPath3= 665 | OutputVariantName3= 666 | OutputDefault3=0 667 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 668 | OutputType4=Differences Report 669 | OutputName4=Differences Report 670 | OutputDocumentPath4= 671 | OutputVariantName4= 672 | OutputDefault4=0 673 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 674 | OutputType5=Electrical Rules Check 675 | OutputName5=Electrical Rules Check 676 | OutputDocumentPath5= 677 | OutputVariantName5= 678 | OutputDefault5=0 679 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 680 | OutputType6=Footprint Comparison Report 681 | OutputName6=Footprint Comparison Report 682 | OutputDocumentPath6= 683 | OutputVariantName6= 684 | OutputDefault6=0 685 | 686 | [OutputGroup9] 687 | Name=Export Outputs 688 | Description= 689 | TargetPrinter=Adobe PDF 690 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 691 | OutputType1=AutoCAD dwg/dxf PCB 692 | OutputName1=AutoCAD dwg/dxf File PCB 693 | OutputDocumentPath1= 694 | OutputVariantName1= 695 | OutputDefault1=0 696 | OutputType2=AutoCAD dwg/dxf Schematic 697 | OutputName2=AutoCAD dwg/dxf File Schematic 698 | OutputDocumentPath2= 699 | OutputVariantName2= 700 | OutputDefault2=0 701 | OutputType3=ExportIDF 702 | OutputName3=Export IDF 703 | OutputDocumentPath3= 704 | OutputVariantName3= 705 | OutputDefault3=0 706 | OutputType4=ExportPARASOLID 707 | OutputName4=Export PARASOLID 708 | OutputDocumentPath4= 709 | OutputVariantName4=[No Variations] 710 | OutputDefault4=0 711 | OutputType5=ExportSTEP 712 | OutputName5=Export STEP 713 | OutputDocumentPath5= 714 | OutputVariantName5=[No Variations] 715 | OutputDefault5=0 716 | OutputType6=ExportVRML 717 | OutputName6=Export VRML 718 | OutputDocumentPath6= 719 | OutputVariantName6=[No Variations] 720 | OutputDefault6=0 721 | OutputType7=Save As/Export PCB 722 | OutputName7=Save As/Export PCB 723 | OutputDocumentPath7= 724 | OutputVariantName7= 725 | OutputDefault7=0 726 | OutputType8=Save As/Export Schematic 727 | OutputName8=Save As/Export Schematic 728 | OutputDocumentPath8= 729 | OutputVariantName8= 730 | OutputDefault8=0 731 | OutputType9=Specctra Design PCB 732 | OutputName9=Specctra Design PCB 733 | OutputDocumentPath9= 734 | OutputVariantName9= 735 | OutputDefault9=0 736 | 737 | [OutputGroup10] 738 | Name=PostProcess Outputs 739 | Description= 740 | TargetPrinter=Adobe PDF 741 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 742 | OutputType1=Copy Files 743 | OutputName1=Copy Files 744 | OutputDocumentPath1= 745 | OutputVariantName1= 746 | OutputDefault1=0 747 | 748 | [Modification Levels] 749 | Type1=1 750 | Type2=1 751 | Type3=1 752 | Type4=1 753 | Type5=1 754 | Type6=1 755 | Type7=1 756 | Type8=1 757 | Type9=1 758 | Type10=1 759 | Type11=1 760 | Type12=1 761 | Type13=1 762 | Type14=1 763 | Type15=1 764 | Type16=1 765 | Type17=1 766 | Type18=1 767 | Type19=1 768 | Type20=1 769 | Type21=1 770 | Type22=1 771 | Type23=1 772 | Type24=1 773 | Type25=1 774 | Type26=1 775 | Type27=1 776 | Type28=1 777 | Type29=1 778 | Type30=1 779 | Type31=1 780 | Type32=1 781 | Type33=1 782 | Type34=1 783 | Type35=1 784 | Type36=1 785 | Type37=1 786 | Type38=1 787 | Type39=1 788 | Type40=1 789 | Type41=1 790 | Type42=1 791 | Type43=1 792 | Type44=1 793 | Type45=1 794 | Type46=1 795 | Type47=1 796 | Type48=1 797 | Type49=1 798 | Type50=1 799 | Type51=1 800 | Type52=1 801 | Type53=1 802 | Type54=1 803 | Type55=1 804 | Type56=1 805 | Type57=1 806 | Type58=1 807 | Type59=1 808 | Type60=1 809 | Type61=1 810 | Type62=1 811 | Type63=1 812 | Type64=1 813 | Type65=1 814 | Type66=1 815 | Type67=1 816 | Type68=1 817 | Type69=1 818 | Type70=1 819 | Type71=1 820 | Type72=1 821 | Type73=1 822 | Type74=1 823 | Type75=1 824 | Type76=1 825 | Type77=1 826 | Type78=1 827 | Type79=1 828 | Type80=1 829 | Type81=1 830 | Type82=1 831 | Type83=1 832 | Type84=1 833 | Type85=1 834 | Type86=1 835 | Type87=1 836 | Type88=1 837 | Type89=1 838 | Type90=1 839 | Type91=1 840 | Type92=1 841 | Type93=1 842 | Type94=1 843 | Type95=1 844 | Type96=1 845 | Type97=1 846 | Type98=1 847 | Type99=1 848 | Type100=1 849 | Type101=1 850 | Type102=1 851 | Type103=1 852 | Type104=1 853 | Type105=1 854 | Type106=1 855 | Type107=1 856 | Type108=1 857 | Type109=1 858 | Type110=1 859 | Type111=1 860 | Type112=1 861 | Type113=1 862 | Type114=1 863 | Type115=1 864 | Type116=1 865 | 866 | [Difference Levels] 867 | Type1=1 868 | Type2=1 869 | Type3=1 870 | Type4=1 871 | Type5=1 872 | Type6=1 873 | Type7=1 874 | Type8=1 875 | Type9=1 876 | Type10=1 877 | Type11=1 878 | Type12=1 879 | Type13=1 880 | Type14=1 881 | Type15=1 882 | Type16=1 883 | Type17=1 884 | Type18=1 885 | Type19=1 886 | Type20=1 887 | Type21=1 888 | Type22=1 889 | Type23=1 890 | Type24=1 891 | Type25=1 892 | Type26=1 893 | Type27=1 894 | Type28=1 895 | Type29=1 896 | Type30=1 897 | Type31=1 898 | Type32=1 899 | Type33=1 900 | Type34=1 901 | Type35=1 902 | Type36=1 903 | Type37=1 904 | Type38=1 905 | Type39=1 906 | Type40=1 907 | Type41=1 908 | Type42=1 909 | Type43=1 910 | Type44=1 911 | Type45=1 912 | Type46=1 913 | Type47=1 914 | Type48=1 915 | Type49=1 916 | Type50=1 917 | Type51=1 918 | Type52=1 919 | Type53=1 920 | Type54=1 921 | Type55=1 922 | Type56=1 923 | Type57=1 924 | Type58=1 925 | Type59=1 926 | Type60=1 927 | Type61=1 928 | Type62=1 929 | Type63=1 930 | Type64=1 931 | Type65=1 932 | 933 | [Electrical Rules Check] 934 | Type1=1 935 | Type2=1 936 | Type3=2 937 | Type4=1 938 | Type5=2 939 | Type6=2 940 | Type7=1 941 | Type8=1 942 | Type9=1 943 | Type10=1 944 | Type11=2 945 | Type12=2 946 | Type13=2 947 | Type14=1 948 | Type15=1 949 | Type16=1 950 | Type17=1 951 | Type18=1 952 | Type19=1 953 | Type20=1 954 | Type21=1 955 | Type22=1 956 | Type23=1 957 | Type24=1 958 | Type25=2 959 | Type26=2 960 | Type27=2 961 | Type28=1 962 | Type29=1 963 | Type30=1 964 | Type31=1 965 | Type32=2 966 | Type33=2 967 | Type34=2 968 | Type35=1 969 | Type36=2 970 | Type37=1 971 | Type38=2 972 | Type39=2 973 | Type40=2 974 | Type41=0 975 | Type42=2 976 | Type43=1 977 | Type44=1 978 | Type45=2 979 | Type46=1 980 | Type47=2 981 | Type48=2 982 | Type49=1 983 | Type50=2 984 | Type51=1 985 | Type52=1 986 | Type53=1 987 | Type54=1 988 | Type55=1 989 | Type56=2 990 | Type57=1 991 | Type58=1 992 | Type59=2 993 | Type60=1 994 | Type61=2 995 | Type62=2 996 | Type63=1 997 | Type64=0 998 | Type65=2 999 | Type66=3 1000 | Type67=2 1001 | Type68=2 1002 | Type69=2 1003 | Type70=2 1004 | Type71=2 1005 | Type72=2 1006 | Type73=2 1007 | Type74=1 1008 | Type75=2 1009 | Type76=1 1010 | Type77=1 1011 | Type78=1 1012 | Type79=1 1013 | Type80=2 1014 | Type81=3 1015 | Type82=3 1016 | Type83=3 1017 | Type84=3 1018 | Type85=3 1019 | Type86=2 1020 | Type87=2 1021 | Type88=2 1022 | Type89=1 1023 | Type90=1 1024 | Type91=3 1025 | Type92=3 1026 | Type93=2 1027 | Type94=2 1028 | Type95=2 1029 | Type96=2 1030 | Type97=2 1031 | Type98=0 1032 | Type99=1 1033 | Type100=2 1034 | Type101=1 1035 | Type102=2 1036 | Type103=2 1037 | Type104=1 1038 | Type105=2 1039 | Type106=2 1040 | Type107=2 1041 | Type108=2 1042 | Type109=1 1043 | Type110=1 1044 | Type111=1 1045 | Type112=1 1046 | Type113=1 1047 | Type114=2 1048 | Type115=2 1049 | Type116=2 1050 | Type117=3 1051 | Type118=3 1052 | Type119=3 1053 | MultiChannelAlternate=2 1054 | AlternateItemFail=3 1055 | Type122=2 1056 | 1057 | [ERC Connection Matrix] 1058 | L1=NNNNNNNNNNNWNNNWW 1059 | L2=NNWNNNNWWWNWNWNWN 1060 | L3=NWEENEEEENEWNEEWN 1061 | L4=NNENNNWEENNWNENWN 1062 | L5=NNNNNNNNNNNNNNNNN 1063 | L6=NNENNNNEENNWNENWN 1064 | L7=NNEWNNWEENNWNENWN 1065 | L8=NWEENEENEEENNEENN 1066 | L9=NWEENEEEENEWNEEWW 1067 | L10=NWNNNNNENNEWNNEWN 1068 | L11=NNENNNNEEENWNENWN 1069 | L12=WWWWNWWNWWWNWWWNN 1070 | L13=NNNNNNNNNNNWNNNWW 1071 | L14=NWEENEEEENEWNEEWW 1072 | L15=NNENNNNEEENWNENWW 1073 | L16=WWWWNWWNWWWNWWWNW 1074 | L17=WNNNNNNNWNNNWWWWN 1075 | 1076 | [Annotate] 1077 | SortOrder=3 1078 | SortLocation=0 1079 | MatchParameter1=Comment 1080 | MatchStrictly1=1 1081 | MatchParameter2=Library Reference 1082 | MatchStrictly2=1 1083 | PhysicalNamingFormat=$Component_$RoomName 1084 | GlobalIndexSortOrder=3 1085 | GlobalIndexSortLocation=0 1086 | 1087 | [PrjClassGen] 1088 | CompClassManualEnabled=0 1089 | CompClassManualRoomEnabled=0 1090 | NetClassAutoBusEnabled=1 1091 | NetClassAutoCompEnabled=0 1092 | NetClassAutoNamedHarnessEnabled=0 1093 | NetClassManualEnabled=1 1094 | NetClassSeparateForBusSections=0 1095 | 1096 | [LibraryUpdateOptions] 1097 | SelectedOnly=0 1098 | UpdateVariants=1 1099 | PartTypes=0 1100 | FullReplace=1 1101 | UpdateDesignatorLock=1 1102 | UpdatePartIDLock=1 1103 | PreserveParameterLocations=1 1104 | PreserveParameterVisibility=1 1105 | DoGraphics=1 1106 | DoParameters=1 1107 | DoModels=1 1108 | AddParameters=0 1109 | RemoveParameters=0 1110 | AddModels=1 1111 | RemoveModels=1 1112 | UpdateCurrentModels=1 1113 | 1114 | [DatabaseUpdateOptions] 1115 | SelectedOnly=0 1116 | UpdateVariants=1 1117 | PartTypes=0 1118 | 1119 | [Comparison Options] 1120 | ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1121 | ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1122 | ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1123 | ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1124 | ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0 1125 | ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1126 | 1127 | [SmartPDF] 1128 | PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 1129 | 1130 | -------------------------------------------------------------------------------- /DAPLink.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlideLeo/DAP-Link-TypeC/8a5969430c19fc59e0efb02334fba323e5096c2b/DAPLink.SchDoc -------------------------------------------------------------------------------- /DAPLink_SCH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GlideLeo/DAP-Link-TypeC/8a5969430c19fc59e0efb02334fba323e5096c2b/DAPLink_SCH.pdf -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # DAP-Link(Type-C) 2 | 3 | ![](https://img.shields.io/badge/license-CC4.0-brightgreen.svg) 4 | * Author: [brian1024](https://github.com/brian1024) ,[JassyL](https://github.com/JassyL/DAP_Link) 5 | * Date: 2019.06.22 6 | ![](http://qiniu.datasheep.cn/20190622232059.png-syg) 7 | 8 | 9 | # 描述 10 | 11 | 主控芯片为**STM32F103CBT6**,硬件原理图基于[mbed-HDK](https://github.com/armmbed/mbed-HDK),软件基于[DAPLink](https://github.com/ARMmbed/DAPLink),在此基础上修改了USB接口,对PCB进行了重新布局,整理了固件下载流程,方便爱好者制作使用。DAP-Link具有HID(Human Interface Device)、MSC(Mass Storage Device)、CDC(Communication Device)、WEBUSB等接口,有关DAP-Link的详细描述请参考仓库:[DAPLink](https://github.com/ARMmbed/DAPLink)。 12 | 13 | # 用户指南 14 | (参考:[DAPLink/docs/USERS-GUIDE.md](https://github.com/ARMmbed/DAPLink/blob/master/docs/USERS-GUIDE.md)) 15 | 16 | 17 | ## DAPLink用户指南 18 | DAPLink提供三种接口, 分别是拖放式编程,串口和调试支持。 此外,你可以使用bootloader的拖放式编程接口来更新DAPLink固件。 19 | ### 拖放式编程 20 | 通过复制或保存到DAPLink驱动器所支持格式之一的文件来编程目标MCU。完成操作后,驱动器将重新安装。 如果不成功,驱动器上会出现“FAIL.TXT”文件,其中包含有关失败的信息。 21 | 支持的文件格式: 22 | - bin文件 23 | - Intel Hex文件 24 | ### 串口 25 | 串口直接连接到目标MCU,它允许双向通信。 它还允许通过串口发送break命令来重置目标MCU。 26 | 支持的波特率: 27 | - 9600 28 | - 14400 29 | - 19200 30 | - 28800 31 | - 38400 32 | - 56000 33 | - 57600 34 | - 115200 35 | 注意:除了此处列出的波特率之外,大多数DAPLink还支持其它波特率。 36 | ### 调试 37 | 您可以使用任何支持CMSIS-DAP协议的IDE进行调试。 一些能够调试的工具是: 38 | - [pyOCD](https://github.com/mbedmicro/pyOCD). 39 | - [uVision](http://www.keil.com/). 40 | - [IAR](https://www.iar.com/). 41 | ### 固件升级 42 | 要更新设备上的固件,请在连接USB时按住reset按钮。 设备启动进入bootloader模式。 从那里,将适当的固件复制到驱动器上。 如果成功,设备将退出bootloader模式并开始运行新固件。 否则,bootloader会显示“FAIL.TXT”,并说明出现了什么问题。 43 | 44 | 45 | 46 | # DAPLink制作流程 47 | 48 | (参考:[DAPLink/docs/DEVELOPERS-GUIDE.md](https://github.com/ARMmbed/DAPLink/blob/master/docs/DEVELOPERS-GUIDE.md)) 49 | 50 | 51 | ### 设置 52 | 53 | 安装下面列出的必要工具。你可以跳过已存在兼容工具的任何步骤。 54 | * 安装[Python 2,2.7.11或更高版本](https://www.python.org/downloads/),并添加到`PATH`。 55 | * 安装[Git](https://git-scm.com/downloads),并添加到`PATH`。 56 | * 安装[Keil MDK-ARM](https://www.keil.com/download/product/),最好是版本5。如果未安装到默认位置,将环境变量“UV4”设置为UV4可执行文件的绝对路径。请注意,“UV4”是用于MDK版本4和5的。如果您打算使用mbed cli,可以跳过此步骤,但仍需要Arm Compiler 5和MDK进行调试。 57 | * 在Python全局安装中安装virtualenv,例如:`pip install virtualenv`。 58 | 59 | 60 | #### 初始设置 61 | 获取源并创建虚拟环境 62 | ``` 63 | $ git clone https://github.com/ARMmbed/DAPLink 64 | $ cd DAPLink 65 | $ pip install virtualenv 66 | $ virtualenv venv 67 | ``` 68 | #### 激活虚拟环境 69 | 激活虚拟环境并更新依赖。 70 | ``` 71 | $ venv/Scripts/activate (For Linux) 72 | $ venv/Scripts/activate.bat (For Windows) 73 | $ pip install -r requirements.txt 74 | ``` 75 | #### 构建 76 | **每次推送新的更改时都应该这样做** 77 | 有两种方法可以构建DAPLink。你可以生成Keil MDK项目文件并在MDK中构建。 MDK还用于调试在接口芯片上运行的DAPLink。或者,你可以使用`mbedcli_compile.py`脚本从命令行构建项目,而无需MDK。 78 | #### 生成MDK项目文件并使用MDK编译 79 | 此命令在`projectfiles / uvision`目录下生成MDK项目文件。 80 | ![](http://qiniu.datasheep.cn/20190622233249.png-syg) 81 | 82 | ``` 83 | $ progen generate -t uvision 84 | ``` 85 | 仅要生成一个特定项目,请使用如下命令: 86 | ``` 87 | progen generate -f stm32f103rb.yaml -p stm32f103xb_stm32f746zg_if -t uvision 88 | ``` 89 | 通过`progen`的这些选项设置参数: 90 | - `-f` 设置输入项目文件 91 | - `-p` 设置项目名 92 | - `-t` 指定IDE名称 93 | 94 | 要仅构建项目的子集,请将项目名称添加到命令行的末尾。在`--help`显示的用法文本中列出了有效的项目名称。每次拉取后第一次构建应该添加`--clean`来执行一次完整重构。 95 | 96 | #### 使用MDK下载固件 97 | 如果要使用MDK(uVision)IDE来处理DAPLink代码,则必须在适当的环境中启动它。 否则该项目将无法建立。 要正确启动uVision,请使用``tools/launch_uvision.bat`` 98 | 此脚本可以使用参数来覆盖要安装的默认虚拟环境和python包。 例如`tools \ launch_uvision.bat other_env other_requirements.txt` 99 | 100 | ![](http://qiniu.datasheep.cn/20190622233351.png-syg) 101 | 102 | 启动后选择你所生成的项目,编译下载到目标板,完成制作。 103 | 104 | ![](http://qiniu.datasheep.cn/20190622233443.png-syg) 105 | 106 | 如图,正在下载固件: 107 | ![](http://qiniu.datasheep.cn/20190622234012.png-syg) 108 | 109 | 下载完成后接入电脑: 110 | ![](http://qiniu.datasheep.cn/20190622234320.png-syg) 111 | 112 | #### 关于拖拽式编程 113 | 单一固件只支持单一目标芯片,目前官方支持的芯片如图,选择不同的固件刷入则支持不同的芯片,网上有自行添加芯片的教程,如有需要自行搜索。 114 | 115 | ![](http://qiniu.datasheep.cn/20190622234604.png-syg) 116 | 117 | #### 关于下载速度 118 | 查找相关资料,STM32F103CBT6只支持USB全速设备,全速HID设备单个包最大64KB,所以速度无法提升,网络上有人成功使用F4系列制作了支持USB高速设备的DAPLink,单包可达512KB,速度有很大提升,日常使用也不必纠结这个。 119 | 120 | #### 官方电路图的修改 121 | 除了将USB接口改为Type-C以及增加自恢复保险以外,还增加了在USB的D+上的1.5k上拉电阻,资料显示STM32F103CBT6是没有自带此电阻的,而USB在上电时需要在D+上接1.5k电阻到3.3v才能识别为全速或高速设备,而实际测试此电阻也是必须的,故添加。如有错误请指正。 122 | 123 | ![](http://qiniu.datasheep.cn/20190622235238.png-syg) 124 | 125 | 126 | 127 | 128 | --------------------------------------------------------------------------------