├── .gitignore ├── 01_Lib ├── DAPLink-STM32F103CBT6.PcbLib ├── USB-type-c.PcbLib └── USB-type-c.SchLib ├── 02_SCH ├── 01-CoverPage.SchDoc └── 02-DAPLink-STM32F103CBT6.SchDoc ├── 03_PCB └── DAPLink-STM32F103CBT6.PcbDoc ├── 04_OUT ├── DAPLink-STM32F103CBT6.PCBDwf ├── S101-Gerber文件.OutJob ├── S102-钻孔文件.OutJob ├── S201-坐标文件.OutJob ├── S202-物料清单.OutJob ├── S401-3D文件.OutJob ├── S501-原理图PDF.OutJob └── S601-源文件SCH.OutJob ├── DAPLink-STM32F103CBT6.PrjPcb ├── PIC ├── 3d-top-V1I1.bmp ├── 3d-top-V1I1.jpg ├── realboard.png └── zhifubao.jpg ├── README.md ├── README_EN.md ├── docs ├── PIC │ ├── 3d-top-V1I1.bmp │ ├── 3d-top-V1I1.jpg │ ├── realboard.png │ └── zhifubao.jpg ├── about │ ├── contributing.md │ ├── license.md │ └── release-notes.md ├── index.md ├── support │ └── support_us.md └── user-guide │ ├── configuration.md │ ├── hwdesign-guide.md │ ├── source-code-learning.md │ └── swdesign-guide.md ├── mkdocs.yml └── 归档输出文件-CN └── DAPLink-STM32F103CBT6-V1I1.zip /.gitignore: -------------------------------------------------------------------------------- 1 | ### Altium ### 2 | # Previews Folders 3 | **/__Previews/ 4 | 5 | # History Folders 6 | **/History/* 7 | 8 | # Project Logs 9 | Project Logs*/ 10 | 11 | # Project Outputs 12 | Project Outputs*/ 13 | 14 | # Auto-conversion notices 15 | *.PcbDoc.htm 16 | 17 | # Access lock file for dbLib sources 18 | **/*.ldb -------------------------------------------------------------------------------- /01_Lib/DAPLink-STM32F103CBT6.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/01_Lib/DAPLink-STM32F103CBT6.PcbLib -------------------------------------------------------------------------------- /01_Lib/USB-type-c.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/01_Lib/USB-type-c.PcbLib -------------------------------------------------------------------------------- /01_Lib/USB-type-c.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/01_Lib/USB-type-c.SchLib -------------------------------------------------------------------------------- /02_SCH/01-CoverPage.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/02_SCH/01-CoverPage.SchDoc -------------------------------------------------------------------------------- /02_SCH/02-DAPLink-STM32F103CBT6.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/02_SCH/02-DAPLink-STM32F103CBT6.SchDoc -------------------------------------------------------------------------------- /03_PCB/DAPLink-STM32F103CBT6.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/03_PCB/DAPLink-STM32F103CBT6.PcbDoc -------------------------------------------------------------------------------- /04_OUT/DAPLink-STM32F103CBT6.PCBDwf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/04_OUT/DAPLink-STM32F103CBT6.PCBDwf -------------------------------------------------------------------------------- /04_OUT/S101-Gerber文件.OutJob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/04_OUT/S101-Gerber文件.OutJob -------------------------------------------------------------------------------- /04_OUT/S102-钻孔文件.OutJob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/04_OUT/S102-钻孔文件.OutJob -------------------------------------------------------------------------------- /04_OUT/S201-坐标文件.OutJob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/04_OUT/S201-坐标文件.OutJob -------------------------------------------------------------------------------- /04_OUT/S202-物料清单.OutJob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/04_OUT/S202-物料清单.OutJob -------------------------------------------------------------------------------- /04_OUT/S401-3D文件.OutJob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/04_OUT/S401-3D文件.OutJob -------------------------------------------------------------------------------- /04_OUT/S501-原理图PDF.OutJob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/04_OUT/S501-原理图PDF.OutJob -------------------------------------------------------------------------------- /04_OUT/S601-源文件SCH.OutJob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/04_OUT/S601-源文件SCH.OutJob -------------------------------------------------------------------------------- /DAPLink-STM32F103CBT6.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=01_Lib\USB-type-c.PcbLib 42 | AnnotationEnabled=1 43 | AnnotateStartValue=1 44 | AnnotationIndexControlEnabled=0 45 | AnnotateSuffix= 46 | AnnotateScope=All 47 | AnnotateOrder=-1 48 | DoLibraryUpdate=1 49 | DoDatabaseUpdate=1 50 | ClassGenCCAutoEnabled=1 51 | ClassGenCCAutoRoomEnabled=1 52 | ClassGenNCAutoScope=None 53 | DItemRevisionGUID= 54 | GenerateClassCluster=0 55 | DocumentUniqueId= 56 | 57 | [Document2] 58 | DocumentPath=01_Lib\USB-type-c.SchLib 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=PLDEWQPF 73 | 74 | [Document3] 75 | DocumentPath=02_SCH\01-CoverPage.SchDoc 76 | AnnotationEnabled=1 77 | AnnotateStartValue=1 78 | AnnotationIndexControlEnabled=0 79 | AnnotateSuffix= 80 | AnnotateScope=All 81 | AnnotateOrder=0 82 | DoLibraryUpdate=1 83 | DoDatabaseUpdate=1 84 | ClassGenCCAutoEnabled=1 85 | ClassGenCCAutoRoomEnabled=1 86 | ClassGenNCAutoScope=None 87 | DItemRevisionGUID= 88 | GenerateClassCluster=0 89 | DocumentUniqueId=MOFSMWMO 90 | 91 | [Document4] 92 | DocumentPath=02_SCH\02-DAPLink-STM32F103CBT6.SchDoc 93 | AnnotationEnabled=1 94 | AnnotateStartValue=1 95 | AnnotationIndexControlEnabled=0 96 | AnnotateSuffix= 97 | AnnotateScope=All 98 | AnnotateOrder=1 99 | DoLibraryUpdate=1 100 | DoDatabaseUpdate=1 101 | ClassGenCCAutoEnabled=1 102 | ClassGenCCAutoRoomEnabled=1 103 | ClassGenNCAutoScope=None 104 | DItemRevisionGUID= 105 | GenerateClassCluster=0 106 | DocumentUniqueId=CJHNTGTK 107 | 108 | [Document5] 109 | DocumentPath=03_PCB\DAPLink-STM32F103CBT6.PcbDoc 110 | AnnotationEnabled=1 111 | AnnotateStartValue=1 112 | AnnotationIndexControlEnabled=0 113 | AnnotateSuffix= 114 | AnnotateScope=All 115 | AnnotateOrder=-1 116 | DoLibraryUpdate=1 117 | DoDatabaseUpdate=1 118 | ClassGenCCAutoEnabled=1 119 | ClassGenCCAutoRoomEnabled=1 120 | ClassGenNCAutoScope=None 121 | DItemRevisionGUID= 122 | GenerateClassCluster=0 123 | DocumentUniqueId=RJHOKYIJ 124 | 125 | [Document6] 126 | DocumentPath=04_OUT\DAPLink-STM32F103CBT6.PCBDwf 127 | AnnotationEnabled=1 128 | AnnotateStartValue=1 129 | AnnotationIndexControlEnabled=0 130 | AnnotateSuffix= 131 | AnnotateScope=All 132 | AnnotateOrder=-1 133 | DoLibraryUpdate=1 134 | DoDatabaseUpdate=1 135 | ClassGenCCAutoEnabled=1 136 | ClassGenCCAutoRoomEnabled=1 137 | ClassGenNCAutoScope=None 138 | DItemRevisionGUID= 139 | GenerateClassCluster=0 140 | DocumentUniqueId= 141 | 142 | [Document7] 143 | DocumentPath=V1I1\BOM\DAPLink-STM32F103CBT6.BomDoc 144 | AnnotationEnabled=1 145 | AnnotateStartValue=1 146 | AnnotationIndexControlEnabled=0 147 | AnnotateSuffix= 148 | AnnotateScope=All 149 | AnnotateOrder=-1 150 | DoLibraryUpdate=1 151 | DoDatabaseUpdate=1 152 | ClassGenCCAutoEnabled=1 153 | ClassGenCCAutoRoomEnabled=1 154 | ClassGenNCAutoScope=None 155 | DItemRevisionGUID= 156 | GenerateClassCluster=0 157 | DocumentUniqueId= 158 | 159 | [Document8] 160 | DocumentPath=04_OUT\S101-Gerber文件.OutJob 161 | AnnotationEnabled=1 162 | AnnotateStartValue=1 163 | AnnotationIndexControlEnabled=0 164 | AnnotateSuffix= 165 | AnnotateScope=All 166 | AnnotateOrder=-1 167 | DoLibraryUpdate=1 168 | DoDatabaseUpdate=1 169 | ClassGenCCAutoEnabled=1 170 | ClassGenCCAutoRoomEnabled=1 171 | ClassGenNCAutoScope=None 172 | DItemRevisionGUID= 173 | GenerateClassCluster=0 174 | DocumentUniqueId= 175 | 176 | [Document9] 177 | DocumentPath=04_OUT\S102-钻孔文件.OutJob 178 | AnnotationEnabled=1 179 | AnnotateStartValue=1 180 | AnnotationIndexControlEnabled=0 181 | AnnotateSuffix= 182 | AnnotateScope=All 183 | AnnotateOrder=-1 184 | DoLibraryUpdate=1 185 | DoDatabaseUpdate=1 186 | ClassGenCCAutoEnabled=1 187 | ClassGenCCAutoRoomEnabled=1 188 | ClassGenNCAutoScope=None 189 | DItemRevisionGUID= 190 | GenerateClassCluster=0 191 | DocumentUniqueId= 192 | 193 | [Document10] 194 | DocumentPath=04_OUT\S201-坐标文件.OutJob 195 | AnnotationEnabled=1 196 | AnnotateStartValue=1 197 | AnnotationIndexControlEnabled=0 198 | AnnotateSuffix= 199 | AnnotateScope=All 200 | AnnotateOrder=-1 201 | DoLibraryUpdate=1 202 | DoDatabaseUpdate=1 203 | ClassGenCCAutoEnabled=1 204 | ClassGenCCAutoRoomEnabled=1 205 | ClassGenNCAutoScope=None 206 | DItemRevisionGUID= 207 | GenerateClassCluster=0 208 | DocumentUniqueId= 209 | 210 | [Document11] 211 | DocumentPath=04_OUT\S202-物料清单.OutJob 212 | AnnotationEnabled=1 213 | AnnotateStartValue=1 214 | AnnotationIndexControlEnabled=0 215 | AnnotateSuffix= 216 | AnnotateScope=All 217 | AnnotateOrder=-1 218 | DoLibraryUpdate=1 219 | DoDatabaseUpdate=1 220 | ClassGenCCAutoEnabled=1 221 | ClassGenCCAutoRoomEnabled=1 222 | ClassGenNCAutoScope=None 223 | DItemRevisionGUID= 224 | GenerateClassCluster=0 225 | DocumentUniqueId= 226 | 227 | [Document12] 228 | DocumentPath=04_OUT\S401-3D文件.OutJob 229 | AnnotationEnabled=1 230 | AnnotateStartValue=1 231 | AnnotationIndexControlEnabled=0 232 | AnnotateSuffix= 233 | AnnotateScope=All 234 | AnnotateOrder=-1 235 | DoLibraryUpdate=1 236 | DoDatabaseUpdate=1 237 | ClassGenCCAutoEnabled=1 238 | ClassGenCCAutoRoomEnabled=1 239 | ClassGenNCAutoScope=None 240 | DItemRevisionGUID= 241 | GenerateClassCluster=0 242 | DocumentUniqueId= 243 | 244 | [Document13] 245 | DocumentPath=04_OUT\S501-原理图PDF.OutJob 246 | AnnotationEnabled=1 247 | AnnotateStartValue=1 248 | AnnotationIndexControlEnabled=0 249 | AnnotateSuffix= 250 | AnnotateScope=All 251 | AnnotateOrder=-1 252 | DoLibraryUpdate=1 253 | DoDatabaseUpdate=1 254 | ClassGenCCAutoEnabled=1 255 | ClassGenCCAutoRoomEnabled=1 256 | ClassGenNCAutoScope=None 257 | DItemRevisionGUID= 258 | GenerateClassCluster=0 259 | DocumentUniqueId= 260 | 261 | [Document14] 262 | DocumentPath=04_OUT\S601-源文件SCH.OutJob 263 | AnnotationEnabled=1 264 | AnnotateStartValue=1 265 | AnnotationIndexControlEnabled=0 266 | AnnotateSuffix= 267 | AnnotateScope=All 268 | AnnotateOrder=-1 269 | DoLibraryUpdate=1 270 | DoDatabaseUpdate=1 271 | ClassGenCCAutoEnabled=1 272 | ClassGenCCAutoRoomEnabled=1 273 | ClassGenNCAutoScope=None 274 | DItemRevisionGUID= 275 | GenerateClassCluster=0 276 | DocumentUniqueId= 277 | 278 | [GeneratedDocument1] 279 | DocumentPath=V1I1\BOM\Bill of Materials-DAPLink-STM32F103CBT6.xlsx 280 | DItemRevisionGUID= 281 | 282 | [Parameter1] 283 | Name=website 284 | Value=aiskylab.com 285 | 286 | [Configuration1] 287 | Name=Sources 288 | ParameterCount=0 289 | ConstraintFileCount=0 290 | ReleaseItemId= 291 | Variant=[No Variations] 292 | OutputJobsCount=0 293 | ContentTypeGUID=CB6F2064-E317-11DF-B822-12313F0024A2 294 | ConfigurationType=Source 295 | 296 | [Generic_EDE] 297 | OutputDir= 298 | 299 | [OutputGroup1] 300 | Name=Netlist Outputs 301 | Description= 302 | TargetPrinter=Adobe PDF 303 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 304 | OutputType1=CadnetixNetlist 305 | OutputName1=Cadnetix Netlist 306 | OutputDocumentPath1= 307 | OutputVariantName1= 308 | OutputDefault1=0 309 | OutputType2=CalayNetlist 310 | OutputName2=Calay Netlist 311 | OutputDocumentPath2= 312 | OutputVariantName2= 313 | OutputDefault2=0 314 | OutputType3=EDIF 315 | OutputName3=EDIF for PCB 316 | OutputDocumentPath3= 317 | OutputVariantName3= 318 | OutputDefault3=0 319 | OutputType4=EESofNetlist 320 | OutputName4=EESof Netlist 321 | OutputDocumentPath4= 322 | OutputVariantName4= 323 | OutputDefault4=0 324 | OutputType5=IntergraphNetlist 325 | OutputName5=Intergraph Netlist 326 | OutputDocumentPath5= 327 | OutputVariantName5= 328 | OutputDefault5=0 329 | OutputType6=MentorBoardStationNetlist 330 | OutputName6=Mentor BoardStation Netlist 331 | OutputDocumentPath6= 332 | OutputVariantName6= 333 | OutputDefault6=0 334 | OutputType7=MultiWire 335 | OutputName7=MultiWire 336 | OutputDocumentPath7= 337 | OutputVariantName7= 338 | OutputDefault7=0 339 | OutputType8=OrCadPCB2Netlist 340 | OutputName8=Orcad/PCB2 Netlist 341 | OutputDocumentPath8= 342 | OutputVariantName8= 343 | OutputDefault8=0 344 | OutputType9=PADSNetlist 345 | OutputName9=PADS ASCII Netlist 346 | OutputDocumentPath9= 347 | OutputVariantName9= 348 | OutputDefault9=0 349 | OutputType10=Pcad 350 | OutputName10=Pcad for PCB 351 | OutputDocumentPath10= 352 | OutputVariantName10= 353 | OutputDefault10=0 354 | OutputType11=PCADNetlist 355 | OutputName11=PCAD Netlist 356 | OutputDocumentPath11= 357 | OutputVariantName11= 358 | OutputDefault11=0 359 | OutputType12=PCADnltNetlist 360 | OutputName12=PCADnlt Netlist 361 | OutputDocumentPath12= 362 | OutputVariantName12= 363 | OutputDefault12=0 364 | OutputType13=Protel2Netlist 365 | OutputName13=Protel2 Netlist 366 | OutputDocumentPath13= 367 | OutputVariantName13= 368 | OutputDefault13=0 369 | OutputType14=ProtelNetlist 370 | OutputName14=Protel 371 | OutputDocumentPath14= 372 | OutputVariantName14= 373 | OutputDefault14=0 374 | OutputType15=RacalNetlist 375 | OutputName15=Racal Netlist 376 | OutputDocumentPath15= 377 | OutputVariantName15= 378 | OutputDefault15=0 379 | OutputType16=RINFNetlist 380 | OutputName16=RINF Netlist 381 | OutputDocumentPath16= 382 | OutputVariantName16= 383 | OutputDefault16=0 384 | OutputType17=SciCardsNetlist 385 | OutputName17=SciCards Netlist 386 | OutputDocumentPath17= 387 | OutputVariantName17= 388 | OutputDefault17=0 389 | OutputType18=TangoNetlist 390 | OutputName18=Tango Netlist 391 | OutputDocumentPath18= 392 | OutputVariantName18= 393 | OutputDefault18=0 394 | OutputType19=TelesisNetlist 395 | OutputName19=Telesis Netlist 396 | OutputDocumentPath19= 397 | OutputVariantName19= 398 | OutputDefault19=0 399 | OutputType20=WireListNetlist 400 | OutputName20=WireList Netlist 401 | OutputDocumentPath20= 402 | OutputVariantName20= 403 | OutputDefault20=0 404 | 405 | [OutputGroup2] 406 | Name=Simulator Outputs 407 | Description= 408 | TargetPrinter=Adobe PDF 409 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 410 | 411 | [OutputGroup3] 412 | Name=Documentation Outputs 413 | Description= 414 | TargetPrinter=Virtual Printer 415 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 416 | OutputType1=Composite 417 | OutputName1=Composite Drawing 418 | OutputDocumentPath1= 419 | OutputVariantName1= 420 | OutputDefault1=0 421 | 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 422 | OutputType2=PCB 3D Print 423 | OutputName2=PCB 3D Print 424 | OutputDocumentPath2= 425 | OutputVariantName2=[No Variations] 426 | OutputDefault2=0 427 | 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 428 | OutputType3=PCB 3D Video 429 | OutputName3=PCB 3D Video 430 | OutputDocumentPath3= 431 | OutputVariantName3=[No Variations] 432 | OutputDefault3=0 433 | 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 434 | OutputType4=PCB Print 435 | OutputName4=PCB Prints 436 | OutputDocumentPath4= 437 | OutputVariantName4= 438 | OutputDefault4=0 439 | 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 440 | OutputType5=PCBDrawing 441 | OutputName5=Draftsman 442 | OutputDocumentPath5= 443 | OutputVariantName5=[No Variations] 444 | OutputDefault5=0 445 | 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 446 | OutputType6=PCBLIB Print 447 | OutputName6=PCBLIB Prints 448 | OutputDocumentPath6= 449 | OutputVariantName6= 450 | OutputDefault6=0 451 | 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 452 | OutputType7=PDF3D 453 | OutputName7=PDF3D 454 | OutputDocumentPath7= 455 | OutputVariantName7=[No Variations] 456 | OutputDefault7=0 457 | 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 458 | OutputType8=PDF3D MBA 459 | OutputName8=PDF3D MBA 460 | OutputDocumentPath8= 461 | OutputVariantName8= 462 | OutputDefault8=0 463 | 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 464 | OutputType9=Report Print 465 | OutputName9=Report Prints 466 | OutputDocumentPath9= 467 | OutputVariantName9= 468 | OutputDefault9=0 469 | 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 470 | OutputType10=Schematic Print 471 | OutputName10=Schematic Prints 472 | OutputDocumentPath10= 473 | OutputVariantName10= 474 | OutputDefault10=0 475 | 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 476 | OutputType11=SimView Print 477 | OutputName11=SimView Prints 478 | OutputDocumentPath11= 479 | OutputVariantName11= 480 | OutputDefault11=0 481 | 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 482 | 483 | [OutputGroup4] 484 | Name=Assembly Outputs 485 | Description= 486 | TargetPrinter=Adobe PDF 487 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 488 | OutputType1=Assembly 489 | OutputName1=Assembly Drawings 490 | OutputDocumentPath1= 491 | OutputVariantName1=[No Variations] 492 | OutputDefault1=0 493 | 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 494 | OutputType2=Pick Place 495 | OutputName2=Generates pick and place files 496 | OutputDocumentPath2= 497 | OutputVariantName2=[No Variations] 498 | OutputDefault2=0 499 | OutputType3=Test Points For Assembly 500 | OutputName3=Test Point Report 501 | OutputDocumentPath3= 502 | OutputVariantName3=[No Variations] 503 | OutputDefault3=0 504 | 505 | [OutputGroup5] 506 | Name=Fabrication Outputs 507 | Description= 508 | TargetPrinter=Adobe PDF 509 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 510 | OutputType1=Board Stack Report 511 | OutputName1=Report Board Stack 512 | OutputDocumentPath1= 513 | OutputVariantName1= 514 | OutputDefault1=0 515 | 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 516 | OutputType2=CompositeDrill 517 | OutputName2=Composite Drill Drawing 518 | OutputDocumentPath2= 519 | OutputVariantName2= 520 | OutputDefault2=0 521 | 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 522 | OutputType3=Drill 523 | OutputName3=Drill Drawing/Guides 524 | OutputDocumentPath3= 525 | OutputVariantName3= 526 | OutputDefault3=0 527 | 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 528 | OutputType4=Final 529 | OutputName4=Final Artwork Prints 530 | OutputDocumentPath4= 531 | OutputVariantName4=[No Variations] 532 | OutputDefault4=0 533 | 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 534 | OutputType5=Gerber 535 | OutputName5=Gerber Files 536 | OutputDocumentPath5= 537 | OutputVariantName5=[No Variations] 538 | OutputDefault5=0 539 | OutputType6=Gerber X2 540 | OutputName6=Gerber X2 Files 541 | OutputDocumentPath6= 542 | OutputVariantName6= 543 | OutputDefault6=0 544 | OutputType7=IPC2581 545 | OutputName7=IPC-2581 Files 546 | OutputDocumentPath7= 547 | OutputVariantName7= 548 | OutputDefault7=0 549 | OutputType8=Mask 550 | OutputName8=Solder/Paste Mask Prints 551 | OutputDocumentPath8= 552 | OutputVariantName8= 553 | OutputDefault8=0 554 | 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 555 | OutputType9=NC Drill 556 | OutputName9=NC Drill Files 557 | OutputDocumentPath9= 558 | OutputVariantName9= 559 | OutputDefault9=0 560 | OutputType10=ODB 561 | OutputName10=ODB++ Files 562 | OutputDocumentPath10= 563 | OutputVariantName10=[No Variations] 564 | OutputDefault10=0 565 | OutputType11=Plane 566 | OutputName11=Power-Plane Prints 567 | OutputDocumentPath11= 568 | OutputVariantName11= 569 | OutputDefault11=0 570 | 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 571 | OutputType12=Test Points 572 | OutputName12=Test Point Report 573 | OutputDocumentPath12= 574 | OutputVariantName12= 575 | OutputDefault12=0 576 | 577 | [OutputGroup6] 578 | Name=Report Outputs 579 | Description= 580 | TargetPrinter=Adobe PDF 581 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 582 | OutputType1=BOM_PartType 583 | OutputName1=Bill of Materials 584 | OutputDocumentPath1= 585 | OutputVariantName1=[No Variations] 586 | OutputDefault1=0 587 | 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 588 | OutputType2=ComponentCrossReference 589 | OutputName2=Component Cross Reference Report 590 | OutputDocumentPath2= 591 | OutputVariantName2=[No Variations] 592 | OutputDefault2=0 593 | OutputType3=ReportHierarchy 594 | OutputName3=Report Project Hierarchy 595 | OutputDocumentPath3= 596 | OutputVariantName3=[No Variations] 597 | OutputDefault3=0 598 | OutputType4=Script 599 | OutputName4=Script Output 600 | OutputDocumentPath4= 601 | OutputVariantName4=[No Variations] 602 | OutputDefault4=0 603 | OutputType5=SimpleBOM 604 | OutputName5=Simple BOM 605 | OutputDocumentPath5= 606 | OutputVariantName5=[No Variations] 607 | OutputDefault5=0 608 | OutputType6=SinglePinNetReporter 609 | OutputName6=Report Single Pin Nets 610 | OutputDocumentPath6= 611 | OutputVariantName6=[No Variations] 612 | OutputDefault6=0 613 | 614 | [OutputGroup7] 615 | Name=Other Outputs 616 | Description= 617 | TargetPrinter=Adobe PDF 618 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 619 | OutputType1=Text Print 620 | OutputName1=Text Print 621 | OutputDocumentPath1= 622 | OutputVariantName1= 623 | OutputDefault1=0 624 | 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 625 | OutputType2=Text Print 626 | OutputName2=Text Print 627 | OutputDocumentPath2= 628 | OutputVariantName2= 629 | OutputDefault2=0 630 | 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 631 | OutputType3=Text Print 632 | OutputName3=Text Print 633 | OutputDocumentPath3= 634 | OutputVariantName3= 635 | OutputDefault3=0 636 | 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 637 | OutputType4=Text Print 638 | OutputName4=Text Print 639 | OutputDocumentPath4= 640 | OutputVariantName4= 641 | OutputDefault4=0 642 | 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 643 | OutputType5=Text Print 644 | OutputName5=Text Print 645 | OutputDocumentPath5= 646 | OutputVariantName5= 647 | OutputDefault5=0 648 | 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 649 | OutputType6=Text Print 650 | OutputName6=Text Print 651 | OutputDocumentPath6= 652 | OutputVariantName6= 653 | OutputDefault6=0 654 | 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 655 | OutputType7=Text Print 656 | OutputName7=Text Print 657 | OutputDocumentPath7= 658 | OutputVariantName7= 659 | OutputDefault7=0 660 | 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 661 | OutputType8=Text Print 662 | OutputName8=Text Print 663 | OutputDocumentPath8= 664 | OutputVariantName8= 665 | OutputDefault8=0 666 | 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 667 | OutputType9=Text Print 668 | OutputName9=Text Print 669 | OutputDocumentPath9= 670 | OutputVariantName9= 671 | OutputDefault9=0 672 | 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 673 | OutputType10=Text Print 674 | OutputName10=Text Print 675 | OutputDocumentPath10= 676 | OutputVariantName10= 677 | OutputDefault10=0 678 | 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 679 | OutputType11=Text Print 680 | OutputName11=Text Print 681 | OutputDocumentPath11= 682 | OutputVariantName11= 683 | OutputDefault11=0 684 | 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 685 | OutputType12=Text Print 686 | OutputName12=Text Print 687 | OutputDocumentPath12= 688 | OutputVariantName12= 689 | OutputDefault12=0 690 | 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 691 | OutputType13=Text Print 692 | OutputName13=Text Print 693 | OutputDocumentPath13= 694 | OutputVariantName13= 695 | OutputDefault13=0 696 | 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 697 | OutputType14=Text Print 698 | OutputName14=Text Print 699 | OutputDocumentPath14= 700 | OutputVariantName14= 701 | OutputDefault14=0 702 | 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 703 | OutputType15=Text Print 704 | OutputName15=Text Print 705 | OutputDocumentPath15= 706 | OutputVariantName15= 707 | OutputDefault15=0 708 | 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 709 | OutputType16=Text Print 710 | OutputName16=Text Print 711 | OutputDocumentPath16= 712 | OutputVariantName16= 713 | OutputDefault16=0 714 | 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 715 | OutputType17=Text Print 716 | OutputName17=Text Print 717 | OutputDocumentPath17= 718 | OutputVariantName17= 719 | OutputDefault17=0 720 | 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 721 | OutputType18=Text Print 722 | OutputName18=Text Print 723 | OutputDocumentPath18= 724 | OutputVariantName18= 725 | OutputDefault18=0 726 | 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 727 | OutputType19=Text Print 728 | OutputName19=Text Print 729 | OutputDocumentPath19= 730 | OutputVariantName19= 731 | OutputDefault19=0 732 | 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 733 | OutputType20=Text Print 734 | OutputName20=Text Print 735 | OutputDocumentPath20= 736 | OutputVariantName20= 737 | OutputDefault20=0 738 | 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 739 | OutputType21=Text Print 740 | OutputName21=Text Print 741 | OutputDocumentPath21= 742 | OutputVariantName21= 743 | OutputDefault21=0 744 | 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 745 | OutputType22=Text Print 746 | OutputName22=Text Print 747 | OutputDocumentPath22= 748 | OutputVariantName22= 749 | OutputDefault22=0 750 | 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 751 | OutputType23=Text Print 752 | OutputName23=Text Print 753 | OutputDocumentPath23= 754 | OutputVariantName23= 755 | OutputDefault23=0 756 | 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 757 | OutputType24=Text Print 758 | OutputName24=Text Print 759 | OutputDocumentPath24= 760 | OutputVariantName24= 761 | OutputDefault24=0 762 | 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 763 | OutputType25=Text Print 764 | OutputName25=Text Print 765 | OutputDocumentPath25= 766 | OutputVariantName25= 767 | OutputDefault25=0 768 | 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 769 | OutputType26=Text Print 770 | OutputName26=Text Print 771 | OutputDocumentPath26= 772 | OutputVariantName26= 773 | OutputDefault26=0 774 | 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 775 | OutputType27=Text Print 776 | OutputName27=Text Print 777 | OutputDocumentPath27= 778 | OutputVariantName27= 779 | OutputDefault27=0 780 | 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 781 | OutputType28=Text Print 782 | OutputName28=Text Print 783 | OutputDocumentPath28= 784 | OutputVariantName28= 785 | OutputDefault28=0 786 | 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 787 | OutputType29=Text Print 788 | OutputName29=Text Print 789 | OutputDocumentPath29= 790 | OutputVariantName29= 791 | OutputDefault29=0 792 | 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 793 | 794 | [OutputGroup8] 795 | Name=Validation Outputs 796 | Description= 797 | TargetPrinter=Adobe PDF 798 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 799 | OutputType1=BOM_Violations 800 | OutputName1=BOM Checks Report 801 | OutputDocumentPath1= 802 | OutputVariantName1= 803 | OutputDefault1=0 804 | OutputType2=Component states check 805 | OutputName2=Server's components states check 806 | OutputDocumentPath2= 807 | OutputVariantName2= 808 | OutputDefault2=0 809 | OutputType3=Configuration compliance 810 | OutputName3=Environment configuration compliance check 811 | OutputDocumentPath3= 812 | OutputVariantName3= 813 | OutputDefault3=0 814 | OutputType4=Design Rules Check 815 | OutputName4=Design Rules Check 816 | OutputDocumentPath4= 817 | OutputVariantName4= 818 | OutputDefault4=0 819 | 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 820 | OutputType5=Differences Report 821 | OutputName5=Differences Report 822 | OutputDocumentPath5= 823 | OutputVariantName5= 824 | OutputDefault5=0 825 | 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 826 | OutputType6=Electrical Rules Check 827 | OutputName6=Electrical Rules Check 828 | OutputDocumentPath6= 829 | OutputVariantName6= 830 | OutputDefault6=0 831 | 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 832 | OutputType7=Footprint Comparison Report 833 | OutputName7=Footprint Comparison Report 834 | OutputDocumentPath7= 835 | OutputVariantName7= 836 | OutputDefault7=0 837 | 838 | [OutputGroup9] 839 | Name=Export Outputs 840 | Description= 841 | TargetPrinter=Adobe PDF 842 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 843 | OutputType1=AutoCAD dwg/dxf PCB 844 | OutputName1=AutoCAD dwg/dxf File PCB 845 | OutputDocumentPath1= 846 | OutputVariantName1= 847 | OutputDefault1=0 848 | OutputType2=AutoCAD dwg/dxf Schematic 849 | OutputName2=AutoCAD dwg/dxf File Schematic 850 | OutputDocumentPath2= 851 | OutputVariantName2= 852 | OutputDefault2=0 853 | OutputType3=ExportIDF 854 | OutputName3=Export IDF 855 | OutputDocumentPath3= 856 | OutputVariantName3= 857 | OutputDefault3=0 858 | OutputType4=ExportPARASOLID 859 | OutputName4=Export PARASOLID 860 | OutputDocumentPath4= 861 | OutputVariantName4=[No Variations] 862 | OutputDefault4=0 863 | OutputType5=ExportSTEP 864 | OutputName5=Export STEP 865 | OutputDocumentPath5= 866 | OutputVariantName5=[No Variations] 867 | OutputDefault5=0 868 | OutputType6=ExportVRML 869 | OutputName6=Export VRML 870 | OutputDocumentPath6= 871 | OutputVariantName6=[No Variations] 872 | OutputDefault6=0 873 | OutputType7=MBAExportPARASOLID 874 | OutputName7=Export PARASOLID 875 | OutputDocumentPath7= 876 | OutputVariantName7= 877 | OutputDefault7=0 878 | OutputType8=MBAExportSTEP 879 | OutputName8=Export STEP 880 | OutputDocumentPath8= 881 | OutputVariantName8= 882 | OutputDefault8=0 883 | OutputType9=Save As/Export PCB 884 | OutputName9=Save As/Export PCB 885 | OutputDocumentPath9= 886 | OutputVariantName9= 887 | OutputDefault9=0 888 | OutputType10=Save As/Export Schematic 889 | OutputName10=Save As/Export Schematic 890 | OutputDocumentPath10= 891 | OutputVariantName10= 892 | OutputDefault10=0 893 | OutputType11=Specctra Design PCB 894 | OutputName11=Specctra Design PCB 895 | OutputDocumentPath11= 896 | OutputVariantName11= 897 | OutputDefault11=0 898 | 899 | [OutputGroup10] 900 | Name=PostProcess Outputs 901 | Description= 902 | TargetPrinter=Adobe PDF 903 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 904 | OutputType1=Copy Files 905 | OutputName1=Copy Files 906 | OutputDocumentPath1= 907 | OutputVariantName1= 908 | OutputDefault1=0 909 | 910 | [Modification Levels] 911 | Type1=1 912 | Type2=1 913 | Type3=1 914 | Type4=1 915 | Type5=1 916 | Type6=1 917 | Type7=1 918 | Type8=1 919 | Type9=1 920 | Type10=1 921 | Type11=1 922 | Type12=1 923 | Type13=1 924 | Type14=1 925 | Type15=1 926 | Type16=1 927 | Type17=1 928 | Type18=1 929 | Type19=1 930 | Type20=1 931 | Type21=1 932 | Type22=1 933 | Type23=1 934 | Type24=1 935 | Type25=1 936 | Type26=1 937 | Type27=1 938 | Type28=1 939 | Type29=1 940 | Type30=1 941 | Type31=1 942 | Type32=1 943 | Type33=1 944 | Type34=1 945 | Type35=1 946 | Type36=1 947 | Type37=1 948 | Type38=1 949 | Type39=1 950 | Type40=1 951 | Type41=1 952 | Type42=1 953 | Type43=1 954 | Type44=1 955 | Type45=1 956 | Type46=1 957 | Type47=1 958 | Type48=1 959 | Type49=1 960 | Type50=1 961 | Type51=1 962 | Type52=1 963 | Type53=1 964 | Type54=1 965 | Type55=1 966 | Type56=1 967 | Type57=1 968 | Type58=1 969 | Type59=1 970 | Type60=1 971 | Type61=1 972 | Type62=1 973 | Type63=1 974 | Type64=1 975 | Type65=1 976 | Type66=1 977 | Type67=1 978 | Type68=1 979 | Type69=1 980 | Type70=1 981 | Type71=1 982 | Type72=1 983 | Type73=1 984 | Type74=1 985 | Type75=1 986 | Type76=1 987 | Type77=1 988 | Type78=1 989 | Type79=1 990 | Type80=1 991 | Type81=1 992 | Type82=1 993 | Type83=1 994 | Type84=1 995 | Type85=1 996 | Type86=1 997 | Type87=1 998 | Type88=1 999 | Type89=1 1000 | Type90=1 1001 | Type91=1 1002 | Type92=1 1003 | Type93=1 1004 | Type94=1 1005 | Type95=1 1006 | Type96=1 1007 | Type97=1 1008 | Type98=1 1009 | Type99=1 1010 | Type100=1 1011 | Type101=1 1012 | Type102=1 1013 | Type103=1 1014 | Type104=1 1015 | Type105=1 1016 | Type106=1 1017 | Type107=1 1018 | Type108=1 1019 | Type109=1 1020 | Type110=1 1021 | Type111=1 1022 | Type112=1 1023 | Type113=1 1024 | Type114=1 1025 | Type115=1 1026 | Type116=1 1027 | Type117=1 1028 | Type118=1 1029 | Type119=1 1030 | 1031 | [Difference Levels] 1032 | Type1=1 1033 | Type2=1 1034 | Type3=1 1035 | Type4=1 1036 | Type5=1 1037 | Type6=1 1038 | Type7=1 1039 | Type8=1 1040 | Type9=1 1041 | Type10=1 1042 | Type11=1 1043 | Type12=1 1044 | Type13=1 1045 | Type14=1 1046 | Type15=1 1047 | Type16=1 1048 | Type17=1 1049 | Type18=1 1050 | Type19=1 1051 | Type20=1 1052 | Type21=1 1053 | Type22=1 1054 | Type23=1 1055 | Type24=1 1056 | Type25=1 1057 | Type26=1 1058 | Type27=1 1059 | Type28=1 1060 | Type29=1 1061 | Type30=1 1062 | Type31=1 1063 | Type32=1 1064 | Type33=1 1065 | Type34=1 1066 | Type35=1 1067 | Type36=1 1068 | Type37=1 1069 | Type38=1 1070 | Type39=1 1071 | Type40=1 1072 | Type41=1 1073 | Type42=1 1074 | Type43=1 1075 | Type44=1 1076 | Type45=1 1077 | Type46=1 1078 | Type47=1 1079 | Type48=1 1080 | Type49=1 1081 | Type50=1 1082 | Type51=1 1083 | Type52=1 1084 | Type53=1 1085 | Type54=1 1086 | Type55=1 1087 | Type56=1 1088 | Type57=1 1089 | Type58=1 1090 | Type59=1 1091 | Type60=1 1092 | Type61=1 1093 | Type62=1 1094 | Type63=1 1095 | Type64=1 1096 | Type65=1 1097 | Type66=1 1098 | Type67=1 1099 | Type68=1 1100 | 1101 | [Electrical Rules Check] 1102 | Type1=1 1103 | Type2=1 1104 | Type3=2 1105 | Type4=1 1106 | Type5=2 1107 | Type6=2 1108 | Type7=0 1109 | Type8=1 1110 | Type9=1 1111 | Type10=1 1112 | Type11=2 1113 | Type12=0 1114 | Type13=0 1115 | Type14=1 1116 | Type15=1 1117 | Type16=1 1118 | Type17=1 1119 | Type18=1 1120 | Type19=1 1121 | Type20=0 1122 | Type21=0 1123 | Type22=0 1124 | Type23=0 1125 | Type24=1 1126 | Type25=2 1127 | Type26=0 1128 | Type27=2 1129 | Type28=1 1130 | Type29=1 1131 | Type30=1 1132 | Type31=1 1133 | Type32=2 1134 | Type33=0 1135 | Type34=2 1136 | Type35=1 1137 | Type36=2 1138 | Type37=1 1139 | Type38=2 1140 | Type39=2 1141 | Type40=2 1142 | Type41=0 1143 | Type42=2 1144 | Type43=1 1145 | Type44=0 1146 | Type45=0 1147 | Type46=0 1148 | Type47=0 1149 | Type48=0 1150 | Type49=0 1151 | Type50=2 1152 | Type51=0 1153 | Type52=0 1154 | Type53=1 1155 | Type54=1 1156 | Type55=1 1157 | Type56=2 1158 | Type57=1 1159 | Type58=1 1160 | Type59=2 1161 | Type60=0 1162 | Type61=0 1163 | Type62=0 1164 | Type63=0 1165 | Type64=0 1166 | Type65=2 1167 | Type66=3 1168 | Type67=2 1169 | Type68=2 1170 | Type69=2 1171 | Type70=2 1172 | Type71=2 1173 | Type72=2 1174 | Type73=2 1175 | Type74=1 1176 | Type75=2 1177 | Type76=1 1178 | Type77=1 1179 | Type78=1 1180 | Type79=1 1181 | Type80=2 1182 | Type81=3 1183 | Type82=3 1184 | Type83=3 1185 | Type84=3 1186 | Type85=3 1187 | Type86=2 1188 | Type87=2 1189 | Type88=2 1190 | Type89=1 1191 | Type90=1 1192 | Type91=3 1193 | Type92=3 1194 | Type93=2 1195 | Type94=2 1196 | Type95=2 1197 | Type96=2 1198 | Type97=2 1199 | Type98=0 1200 | Type99=1 1201 | Type100=2 1202 | Type101=0 1203 | Type102=2 1204 | Type103=2 1205 | Type104=1 1206 | Type105=2 1207 | Type106=2 1208 | Type107=2 1209 | Type108=2 1210 | Type109=1 1211 | Type110=1 1212 | Type111=1 1213 | Type112=1 1214 | Type113=1 1215 | Type114=2 1216 | Type115=2 1217 | Type116=2 1218 | Type117=3 1219 | Type118=3 1220 | Type119=3 1221 | MultiChannelAlternate=2 1222 | AlternateItemFail=3 1223 | Type122=2 1224 | 1225 | [ERC Connection Matrix] 1226 | L1=NNNNNNNNNNNWNNNWW 1227 | L2=NNWNNNNWWWNWNWNWN 1228 | L3=NWEENEEEENEWNEEWN 1229 | L4=NNENNNWEENNWNENWN 1230 | L5=NNNNNNNNNNNNNNNNN 1231 | L6=NNENNNNEENNWNENWN 1232 | L7=NNEWNNWEENNWNENWN 1233 | L8=NWEENEENEEENNEENN 1234 | L9=NWEENEEEENEWNEEWW 1235 | L10=NWNNNNNENNEWNNEWN 1236 | L11=NNENNNNEEENWNENWN 1237 | L12=WWWWNWWNWWWNWWWNN 1238 | L13=NNNNNNNNNNNWNNNWW 1239 | L14=NWEENEEEENEWNEEWW 1240 | L15=NNENNNNEEENWNENWW 1241 | L16=WWWWNWWNWWWNWWWNW 1242 | L17=WNNNNNNNWNNNWWWWN 1243 | 1244 | [Annotate] 1245 | SortOrder=3 1246 | SortLocation=0 1247 | ReplaceSubparts=0 1248 | MatchParameter1=Comment 1249 | MatchStrictly1=1 1250 | MatchParameter2=Library Reference 1251 | MatchStrictly2=1 1252 | PhysicalNamingFormat=$Component_$RoomName 1253 | GlobalIndexSortOrder=3 1254 | GlobalIndexSortLocation=0 1255 | 1256 | [PrjClassGen] 1257 | CompClassManualEnabled=0 1258 | CompClassManualRoomEnabled=0 1259 | NetClassAutoBusEnabled=1 1260 | NetClassAutoCompEnabled=0 1261 | NetClassAutoNamedHarnessEnabled=0 1262 | NetClassManualEnabled=1 1263 | NetClassSeparateForBusSections=0 1264 | 1265 | [LibraryUpdateOptions] 1266 | SelectedOnly=0 1267 | UpdateVariants=1 1268 | UpdateToLatestRevision=1 1269 | PartTypes=0 1270 | FullReplace=1 1271 | UpdateDesignatorLock=1 1272 | UpdatePartIDLock=1 1273 | PreserveParameterLocations=1 1274 | PreserveParameterVisibility=1 1275 | DoGraphics=1 1276 | DoParameters=1 1277 | DoModels=1 1278 | AddParameters=0 1279 | RemoveParameters=0 1280 | AddModels=1 1281 | RemoveModels=1 1282 | UpdateCurrentModels=1 1283 | 1284 | [DatabaseUpdateOptions] 1285 | SelectedOnly=0 1286 | UpdateVariants=1 1287 | UpdateToLatestRevision=1 1288 | PartTypes=0 1289 | 1290 | [Comparison Options] 1291 | ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1292 | ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1293 | ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1294 | ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1295 | ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0 1296 | ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1297 | 1298 | [SmartPDF] 1299 | 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 1300 | 1301 | -------------------------------------------------------------------------------- /PIC/3d-top-V1I1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/PIC/3d-top-V1I1.bmp -------------------------------------------------------------------------------- /PIC/3d-top-V1I1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/PIC/3d-top-V1I1.jpg -------------------------------------------------------------------------------- /PIC/realboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/PIC/realboard.png -------------------------------------------------------------------------------- /PIC/zhifubao.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/PIC/zhifubao.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AISkyLab-DAPLink-STM32F103CBT6调试器 2 | 3 | [中文文档](README.md) | [English](README_EN.md) 4 | 5 | ## 简介 6 | 7 | AISkyLab-DAPLink-STM32F103CBT6 基于开源硬件项目: [ARMmbed - mbed-HDK](https://github.com/ARMmbed/mbed-HDK) 和 [ArmMbed - DAPLink](https://github.com/ARMmbed/DAPLink)项目。其中的原理图按照官方图纸设计STDAP_V_1_0_0-SCH进行设计,其中做出了部分改进: 8 | 9 | 1. USB连接器改为16Pin type-c接口 10 | 2. 下载接口使用gh1.25-8Pin。 11 | 12 | ![不显示请点击](./docs/PIC/3d-top-V1I1.jpg) 13 | 14 | 其主要功能有: 15 | 16 | - MSC -拖拽下载功能 17 | - CDC - 可用来打印,跟踪和仿真的虚拟串口 18 | - HID - CMSIS-DAP 兼容调试通道 19 | - WEBUSB HID - CMSIS-DAP 兼容调试通道 20 | 21 | ## 硬件设计 22 | 23 | 使用该项目,你可以按照下面的步骤: 24 | 25 | 1. 克隆我的项目或者**fork之后从您fork的仓库克隆(我更推荐这种方式)**。 26 | 2. 使用的Altium designer 版本: 推荐 AD 17之后的版本。 27 | 28 | 如果你不想自己做硬件,想用通过现有的硬件来学习DAP-Link的源码和设计思路,你可以购买我已经做好的电路。 29 | 30 | [![不显示请点击查看](./docs/PIC/realboard.png)](https://item.taobao.com/item.htm?spm=a1z10.1-c-s.w137644-21459655781.38.379c570fqAXVQ9&id=622440970348) 31 | 32 | ---->> [淘宝店铺DAPLink](https://item.taobao.com/item.htm?spm=a1z10.1-c-s.w137644-21459655781.38.379c570fqAXVQ9&id=622440970348) 33 | 34 | ## DAP-Link开发环境搭建 35 | 36 | 如果你想下载官方的源码,请参考这个项目: [ArmMbed - DAPLink](https://github.com/ARMmbed/DAPLink) 37 | 38 | 开发环境的搭建过程请按这里的指导进行: [源码编译指导](https://github.com/ARMmbed/DAPLink/blob/master/docs/DEVELOPERS-GUIDE.md) 39 | 40 | ## 小结 41 | 42 | 感谢ARMmbed项目的开发者,但因为原版资料为英文资料,国内众多开发者使用不方便。且基于STM32的DAPLink固件编译需要使用python运行脚本,开发环境的搭建对于初学者有一定的难度,我还是决定将自己所做的这些工作开源出来,希望能够为开源事业做出一份贡献。 43 | 44 | 如果你喜欢我的项目,希望你能在右上角的Star处,帮我点一下,加个赞,非常感谢!!! 45 | 46 | 当然,如果你愿意赞助我一杯咖啡,我会在以后做更多更好的项目。 47 | 48 | ![支付宝](./docs/PIC/zhifubao.jpg) 49 | 50 | -------------------------------------------------------------------------------- /README_EN.md: -------------------------------------------------------------------------------- 1 | # AISkyLab-DAPLink-STM32F103CBT6 2 | 3 | [中文文档](README.md) | [English](README_EN.md) 4 | 5 | wait for update!!! -> [return to Chinese Doc](README.md) -------------------------------------------------------------------------------- /docs/PIC/3d-top-V1I1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/docs/PIC/3d-top-V1I1.bmp -------------------------------------------------------------------------------- /docs/PIC/3d-top-V1I1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/docs/PIC/3d-top-V1I1.jpg -------------------------------------------------------------------------------- /docs/PIC/realboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/docs/PIC/realboard.png -------------------------------------------------------------------------------- /docs/PIC/zhifubao.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/docs/PIC/zhifubao.jpg -------------------------------------------------------------------------------- /docs/about/contributing.md: -------------------------------------------------------------------------------- 1 | # 项目的贡献者 2 | 首先感谢 [ARMmbed - mbed-HDK](https://github.com/ARMmbed/mbed-HDK) 和 [ArmMbed - DAPLink](https://github.com/ARMmbed/DAPLink)项目的开发者,谢谢你们所作出的贡献,谢谢你们开放你们的设计和代码。 3 | 4 | 接下来感谢AISkyLab团队的全部成员,谢谢大家共同的付出和努力。项目虽然借鉴了其它开源项目,但我们在做的过程中还是遇到了问题,谢谢大家一起付出时间,牺牲了很多业余的时间,不断的尝试,最终完成项目。 -------------------------------------------------------------------------------- /docs/about/license.md: -------------------------------------------------------------------------------- 1 | 2 | ## 以下是ARMmbed/DAPLink项目的开源许可: 3 | Apache License 4 | Version 2.0, January 2004 5 | http://www.apache.org/licenses/ 6 | 7 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 8 | 9 | 1. Definitions. 10 | 11 | "License" shall mean the terms and conditions for use, reproduction, and 12 | distribution as defined by Sections 1 through 9 of this document. 13 | 14 | "Licensor" shall mean the copyright owner or entity authorized by the copyright 15 | owner that is granting the License. 16 | 17 | "Legal Entity" shall mean the union of the acting entity and all other entities 18 | that control, are controlled by, or are under common control with that entity. 19 | For the purposes of this definition, "control" means (i) the power, direct or 20 | indirect, to cause the direction or management of such entity, whether by 21 | contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 | outstanding shares, or (iii) beneficial ownership of such entity. 23 | 24 | "You" (or "Your") shall mean an individual or Legal Entity exercising 25 | permissions granted by this License. 26 | 27 | "Source" form shall mean the preferred form for making modifications, including 28 | but not limited to software source code, documentation source, and configuration 29 | files. 30 | 31 | "Object" form shall mean any form resulting from mechanical transformation or 32 | translation of a Source form, including but not limited to compiled object code, 33 | generated documentation, and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or Object form, made 36 | available under the License, as indicated by a copyright notice that is included 37 | in or attached to the work (an example is provided in the Appendix below). 38 | 39 | "Derivative Works" shall mean any work, whether in Source or Object form, that 40 | is based on (or derived from) the Work and for which the editorial revisions, 41 | annotations, elaborations, or other modifications represent, as a whole, an 42 | original work of authorship. For the purposes of this License, Derivative Works 43 | shall not include works that remain separable from, or merely link (or bind by 44 | name) to the interfaces of, the Work and Derivative Works thereof. 45 | 46 | "Contribution" shall mean any work of authorship, including the original version 47 | of the Work and any modifications or additions to that Work or Derivative Works 48 | thereof, that is intentionally submitted to Licensor for inclusion in the Work 49 | by the copyright owner or by an individual or Legal Entity authorized to submit 50 | on behalf of the copyright owner. For the purposes of this definition, 51 | "submitted" means any form of electronic, verbal, or written communication sent 52 | to the Licensor or its representatives, including but not limited to 53 | communication on electronic mailing lists, source code control systems, and 54 | issue tracking systems that are managed by, or on behalf of, the Licensor for 55 | the purpose of discussing and improving the Work, but excluding communication 56 | that is conspicuously marked or otherwise designated in writing by the copyright 57 | owner as "Not a Contribution." 58 | 59 | "Contributor" shall mean Licensor and any individual or Legal Entity on behalf 60 | of whom a Contribution has been received by Licensor and subsequently 61 | incorporated within the Work. 62 | 63 | 2. Grant of Copyright License. 64 | 65 | Subject to the terms and conditions of this License, each Contributor hereby 66 | grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, 67 | irrevocable copyright license to reproduce, prepare Derivative Works of, 68 | publicly display, publicly perform, sublicense, and distribute the Work and such 69 | Derivative Works in Source or Object form. 70 | 71 | 3. Grant of Patent License. 72 | 73 | Subject to the terms and conditions of this License, each Contributor hereby 74 | grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, 75 | irrevocable (except as stated in this section) patent license to make, have 76 | made, use, offer to sell, sell, import, and otherwise transfer the Work, where 77 | such license applies only to those patent claims licensable by such Contributor 78 | that are necessarily infringed by their Contribution(s) alone or by combination 79 | of their Contribution(s) with the Work to which such Contribution(s) was 80 | submitted. If You institute patent litigation against any entity (including a 81 | cross-claim or counterclaim in a lawsuit) alleging that the Work or a 82 | Contribution incorporated within the Work constitutes direct or contributory 83 | patent infringement, then any patent licenses granted to You under this License 84 | for that Work shall terminate as of the date such litigation is filed. 85 | 86 | 4. Redistribution. 87 | 88 | You may reproduce and distribute copies of the Work or Derivative Works thereof 89 | in any medium, with or without modifications, and in Source or Object form, 90 | provided that You meet the following conditions: 91 | 92 | You must give any other recipients of the Work or Derivative Works a copy of 93 | this License; and 94 | You must cause any modified files to carry prominent notices stating that You 95 | changed the files; and 96 | You must retain, in the Source form of any Derivative Works that You distribute, 97 | all copyright, patent, trademark, and attribution notices from the Source form 98 | of the Work, excluding those notices that do not pertain to any part of the 99 | Derivative Works; and 100 | If the Work includes a "NOTICE" text file as part of its distribution, then any 101 | Derivative Works that You distribute must include a readable copy of the 102 | attribution notices contained within such NOTICE file, excluding those notices 103 | that do not pertain to any part of the Derivative Works, in at least one of the 104 | following places: within a NOTICE text file distributed as part of the 105 | Derivative Works; within the Source form or documentation, if provided along 106 | with the Derivative Works; or, within a display generated by the Derivative 107 | Works, if and wherever such third-party notices normally appear. The contents of 108 | the NOTICE file are for informational purposes only and do not modify the 109 | License. You may add Your own attribution notices within Derivative Works that 110 | You distribute, alongside or as an addendum to the NOTICE text from the Work, 111 | provided that such additional attribution notices cannot be construed as 112 | modifying the License. 113 | You may add Your own copyright statement to Your modifications and may provide 114 | additional or different license terms and conditions for use, reproduction, or 115 | distribution of Your modifications, or for any such Derivative Works as a whole, 116 | provided Your use, reproduction, and distribution of the Work otherwise complies 117 | with the conditions stated in this License. 118 | 119 | 5. Submission of Contributions. 120 | 121 | Unless You explicitly state otherwise, any Contribution intentionally submitted 122 | for inclusion in the Work by You to the Licensor shall be under the terms and 123 | conditions of this License, without any additional terms or conditions. 124 | Notwithstanding the above, nothing herein shall supersede or modify the terms of 125 | any separate license agreement you may have executed with Licensor regarding 126 | such Contributions. 127 | 128 | 6. Trademarks. 129 | 130 | This License does not grant permission to use the trade names, trademarks, 131 | service marks, or product names of the Licensor, except as required for 132 | reasonable and customary use in describing the origin of the Work and 133 | reproducing the content of the NOTICE file. 134 | 135 | 7. Disclaimer of Warranty. 136 | 137 | Unless required by applicable law or agreed to in writing, Licensor provides the 138 | Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, 139 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, 140 | including, without limitation, any warranties or conditions of TITLE, 141 | NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are 142 | solely responsible for determining the appropriateness of using or 143 | redistributing the Work and assume any risks associated with Your exercise of 144 | permissions under this License. 145 | 146 | 8. Limitation of Liability. 147 | 148 | In no event and under no legal theory, whether in tort (including negligence), 149 | contract, or otherwise, unless required by applicable law (such as deliberate 150 | and grossly negligent acts) or agreed to in writing, shall any Contributor be 151 | liable to You for damages, including any direct, indirect, special, incidental, 152 | or consequential damages of any character arising as a result of this License or 153 | out of the use or inability to use the Work (including but not limited to 154 | damages for loss of goodwill, work stoppage, computer failure or malfunction, or 155 | any and all other commercial damages or losses), even if such Contributor has 156 | been advised of the possibility of such damages. 157 | 158 | 9. Accepting Warranty or Additional Liability. 159 | 160 | While redistributing the Work or Derivative Works thereof, You may choose to 161 | offer, and charge a fee for, acceptance of support, warranty, indemnity, or 162 | other liability obligations and/or rights consistent with this License. However, 163 | in accepting such obligations, You may act only on Your own behalf and on Your 164 | sole responsibility, not on behalf of any other Contributor, and only if You 165 | agree to indemnify, defend, and hold each Contributor harmless for any liability 166 | incurred by, or claims asserted against, such Contributor by reason of your 167 | accepting any such warranty or additional liability. 168 | 169 | END OF TERMS AND CONDITIONS 170 | 171 | ## 以下是ARMmbed/mbed-HDK项目的开源许可: 172 | 173 | END USER LICENCE AGREEMENT FOR MBED HARDWARE DEVELOPMENT KIT 174 | 175 | THIS END USER LICENCE AGREEMENT (“LICENCE”) IS A LEGAL AGREEMENT BETWEEN YOU (EITHER A SINGLE INDIVIDUAL, OR SINGLE LEGAL ENTITY) AND ARM LIMITED ("ARM") FOR THE USE OF THE HARDWARE DEVELOPMENT KIT ACCOMPANYING THIS LICENCE. ARM IS ONLY WILLING TO LICENSE THE HARDWARE DEVELOPMENT KIT TO YOU ON CONDITION THAT YOU ACCEPT ALL OF THE TERMS IN THIS LICENCE. BY INSTALLING OR OTHERWISE USING OR COPYING THE HARDWARE DEVELOPMENT KIT YOU INDICATE THAT YOU AGREE TO BE BOUND BY ALL OF THE TERMS OF THIS LICENCE. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENCE, ARM IS UNWILLING TO LICENSE THE HARDWARE DEVELOPMENT KIT TO YOU AND YOU MAY NOT INSTALL, USE OR COPY THE HARDWARE DEVELOPMENT KIT. 176 | 177 | “Hardware Development Kit” means the mbed board schematics (“Schematics”), and mbed data accompanying this Licence, and any printed, electronic or online documentation (“Documentation”) supplied with it.. 178 | 179 | “Separate Files” means the separate files identified in the Schedule. 180 | 181 | 1. LICENCE GRANTS TO YOU. 182 | 1.1 SCHEMATICS AND DOCUMENTATION: ARM hereby grants you, subject to the terms and conditions of this Licence, a revocable, non-exclusive, perpetual, worldwide licence to (i) use, copy, and modify the Schematics and Documentation to design, manufacture and have manufactured mbed enabled microcontroller development boards, provided that such mbed enabled microcontroller development boards contain microprocessor(s) manufactured by the designated silicon vendor (as specified in the Documentation and Schematics) under a licence from ARM; and (ii) distribute (directly or through your customers and authorised distributors) the Schematics and Documentation (including any modified versions of the Schematics and Documentation created under the licences granted in Clause 1.1(i)) , provided you agree to: (a) distribute the unmodified Schematics and Documentation subject to the terms and conditions of this Licence; (b) include prominent notices if you have modified the Schematics and Documentation; (c) preserve any notices, including copyright notices, which are included in the Schematics and Documentation; (d) not use ARM’s logos or trade marks to market the Schematics and Documentation (including any modified versions of the Schematics and Documentation created under the licences in Clause 1.1(i)) or your design of an mbed enabled microcontroller development board created under the licences granted in Clause 1.1(i) without ARM’s prior consent; and (e) ensure your customers and authorised distributors comply with this Clause 1.1. 183 | 184 | 2. COPYRIGHT AND RESERVATION OF RIGHTS: The Hardware Development Kit is owned by ARM or its licensors and is protected by copyright and other intellectual property laws and international treaties. The Hardware Development Kit is licensed not sold. You acquire no rights to the Hardware Development Kit other than as expressly provided by this Licence. 185 | 186 | You shall not remove from the Hardware Development Kit this Licence, any copyright notice or other notice and shall ensure that the Licence and any such notice is reproduced in any copies of the whole or any part of the Hardware Development Kit made by you. 187 | 188 | 3. SUPPORT. 189 | ARM is under no obligation to provide you with any support, but it may do so at its sole discretion. 190 | 191 | 4. NO WARRANTIES 192 | YOU AGREE THAT THE HARDWARE DEVELOPMENT KIT IS LICENSED “AS IS”, AND THAT ARM EXPRESSLY DISCLAIMS ALL REPRESENTATIONS, WARRANTIES, CONDITIONS OR OTHER TERMS, EXPRESS OR IMPLIED OR STATUTORY, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR PURPOSE. 193 | 194 | 5. LIMITATION OF LIABILITY. 195 | TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL ARM BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES (INCLUDING LOSS OF PROFITS) ARISING OUT OF THE USE OR INABILITY TO USE THE HARDWARE DEVELOPMENT KIT WHETHER BASED ON A CLAIM UNDER CONTRACT, TORT OR OTHER LEGAL THEORY, EVEN IF ARM WAS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 196 | 197 | ARM does not seek to limit or exclude liability for death or personal injury arising from ARM's negligence or ARM’s fraud and because some jurisdictions do not permit the exclusion or limitation of liability for consequential or incidental damages the above limitation relating to liability for consequential damages may not apply to you. 198 | 199 | 6. THIRD PARTY RIGHTS. 200 | The Separate Files are delivered subject to and your use is governed by their own separate licence agreements. This Licence does not apply to such Separate Files and they are not included in the term “Hardware Development Kit” under this Licence. You agree to comply with all terms and conditions imposed on you in respect of such Separate Files including those identified in the Schedule (“Third Party Terms”). 201 | 202 | ARM HEREBY DISCLAIMS ANY AND ALL WARRANTIES EXPRESS OR IMPLIED FROM ANY THIRD PARTIES REGARDING ANY SEPARATE FILES, ANY THIRD PARTY MATERIALS INCLUDED IN THE HARDWARE DEVELOPMENT KIT, ANY THIRD PARTY MATERIALS FROM WHICH THE HARWDARE DEVELOPMENT KIT IS DERIVED (COLLECTIVELY “OTHER CODE”), AND THE USE OF ANY OR ALL THE OTHER CODE IN CONNECTION WITH THE HARDWARE DEVELOPMENT KIT, INCLUDING (WITHOUT LIMITATION) ANY WARRANTIES OF SATISFACTORY QUALITY OR FITNESS FOR A PARTICULAR PURPOSE. 203 | 204 | NO THIRD PARTY LICENSORS OF OTHER CODE SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND WHETHER MADE UNDER CONTRACT, TORT OR OTHER LEGAL THEORY, ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE OTHER CODE OR THE EXERCISE OF ANY RIGHTS GRANTED UNDER EITHER OR BOTH THIS LICENCE AND THE LEGAL TERMS APPLICABLE TO ANY SEPARATE FILES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 205 | 206 | 7. TERM AND TERMINATION. 207 | This Licence shall remain in force until terminated. If you are in breach of any of the terms and conditions of this Licence then ARM may terminate this Licence immediately upon giving written notice to you. You may terminate this Licence at any time. In the event of termination, you agree to destroy the Hardware Development Kit together with all copies and related materials. The provisions of clauses 5, 6, and 7 shall survive termination of this Licence. 208 | 209 | 8. GENERAL. 210 | This Licence is governed by English Law. 211 | 212 | The Hardware Development Kit is provided under this Licence is subject to U.S. export control laws, including the U.S. Export Administration Act and its associated regulations, and may be subject to export or import regulations in other countries. You agree to comply fully with all laws and regulations of the United States and other countries ("Export Laws") to assure that the Hardware Development Kit, is not: (i) exported, directly or indirectly, in violation of Export Laws, either to any countries that are subject to U.S.A. export restrictions or to any end user who has been prohibited from participating in the U.S.A. export transactions by any federal agency of the U.S.A. government; or (ii) intended to be used for any purpose prohibited by Export Laws, including, without limitation, nuclear, chemical, or biological weapons proliferation. 213 | 214 | 215 | Schedule 216 | 217 | A. The implementation of the mbed interface is subject to the terms and conditions of the Apache v2.0 licence. 218 | 219 | 220 | Mbed Hardware Development Kit v2.0 (LEC-PRE-20403) 221 | /end -------------------------------------------------------------------------------- /docs/about/release-notes.md: -------------------------------------------------------------------------------- 1 | # 发布记录 2 | ## V1I1 2020-06-21 3 | 4 | 1. 修改下载器接口为gh1.25-8Pin连接器 5 | 6 | ## V1I0 2020-03-03 7 | 8 | 1. USB连接器为Tyoe-C 16Pin 9 | 10 | 2. 下载接口为:10Pin 2.0排针或牛角座 -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | # AISkyLab-DAPLink-STM32F103CBT6调试器 2 | 3 | [中文文档](index.md) 4 | 5 | ## 简介 6 | 7 | AISkyLab-DAPLink-STM32F103CBT6 基于开源硬件项目: [ARMmbed - mbed-HDK](https://github.com/ARMmbed/mbed-HDK) 和 [ArmMbed - DAPLink](https://github.com/ARMmbed/DAPLink)项目。其中的原理图按照官方图纸设计STDAP_V_1_0_0-SCH进行设计,其中做出了部分改进: 8 | 9 | 1. USB连接器改为16Pin type-c接口 10 | 2. 下载接口使用gh1.25-8Pin。 11 | 12 | ![不显示请点击](./PIC/3d-top-V1I1.jpg) 13 | 14 | 其主要功能有: 15 | 16 | - MSC -拖拽下载功能 17 | - CDC - 可用来打印,跟踪和仿真的虚拟串口 18 | - HID - CMSIS-DAP 兼容调试通道 19 | - WEBUSB HID - CMSIS-DAP 兼容调试通道 20 | 21 | ## 硬件设计 22 | 23 | 使用该项目,你可以按照下面的步骤: 24 | 25 | 1. 克隆我的项目或者**fork之后从您fork的仓库克隆(我更推荐这种方式)**。 26 | 2. 使用的Altium designer 版本: 推荐 AD 17之后的版本。 27 | 28 | 如果你不想自己做硬件,想用通过现有的硬件来学习DAP-Link的源码和设计思路,你可以购买我已经做好的电路。 29 | 30 | [![不显示请点击查看](./PIC/realboard.png)](https://item.taobao.com/item.htm?spm=a1z10.1-c-s.w137644-21459655781.38.379c570fqAXVQ9&id=622440970348) 31 | 32 | ---->> [淘宝店铺DAPLink](https://item.taobao.com/item.htm?spm=a1z10.1-c-s.w137644-21459655781.38.379c570fqAXVQ9&id=622440970348) 33 | 34 | ## DAP-Link开发环境搭建 35 | 36 | 如果你想下载官方的源码,请参考这个项目: [ArmMbed - DAPLink](https://github.com/ARMmbed/DAPLink) 37 | 38 | 开发环境的搭建过程请按这里的指导进行: [源码编译指导](https://github.com/ARMmbed/DAPLink/blob/master/docs/DEVELOPERS-GUIDE.md) 39 | 40 | ## 小结 41 | 42 | 感谢ARMmbed项目的开发者,但因为原版资料为英文资料,国内众多开发者使用不方便。且基于STM32的DAPLink固件编译需要使用python运行脚本,开发环境的搭建对于初学者有一定的难度,我还是决定将自己所做的这些工作开源出来,希望能够为开源事业做出一份贡献。 43 | 44 | 45 | -------------------------------------------------------------------------------- /docs/support/support_us.md: -------------------------------------------------------------------------------- 1 | # 赞助我们 2 | 3 | 如果你喜欢我的项目,希望你能在项目主页右上角的Star处,帮我点一下,加个赞,非常感谢!!! 4 | 5 | 当然,如果你愿意赞助我们一杯咖啡,我们会非常感激。您的支持将是我们不断创新的动力。谢谢。 6 | 7 | ![支付宝](../PIC/zhifubao.jpg) 8 | -------------------------------------------------------------------------------- /docs/user-guide/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/docs/user-guide/configuration.md -------------------------------------------------------------------------------- /docs/user-guide/hwdesign-guide.md: -------------------------------------------------------------------------------- 1 | ## 硬件设计 2 | 3 | 使用该项目,你可以按照下面的步骤: 4 | 5 | 1. 克隆我的项目或者**fork之后从您fork的仓库克隆(我更推荐这种方式)**。 6 | 2. 使用的Altium designer 版本: 推荐 AD 17之后的版本。 7 | 8 | 如果你不想自己做硬件,想用通过现有的硬件来学习DAP-Link的源码和设计思路,你可以购买我已经做好的电路。 9 | 10 | [![不显示请点击查看](../PIC/realboard.png)](https://item.taobao.com/item.htm?spm=a1z10.1-c-s.w137644-21459655781.38.379c570fqAXVQ9&id=622440970348) 11 | 12 | ---->> [淘宝店铺DAPLink](https://item.taobao.com/item.htm?spm=a1z10.1-c-s.w137644-21459655781.38.379c570fqAXVQ9&id=622440970348) -------------------------------------------------------------------------------- /docs/user-guide/source-code-learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/docs/user-guide/source-code-learning.md -------------------------------------------------------------------------------- /docs/user-guide/swdesign-guide.md: -------------------------------------------------------------------------------- 1 | ## DAP-Link开发环境搭建 2 | 3 | 如果你想下载官方的源码,请参考这个项目: [ArmMbed - DAPLink](https://github.com/ARMmbed/DAPLink) 4 | 5 | 开发环境的搭建过程请按这里的指导进行: [源码编译指导](https://github.com/ARMmbed/DAPLink/blob/master/docs/DEVELOPERS-GUIDE.md) -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- 1 | site_name: AISkyLab DAPLink-STM32 2 | site_url: https://blog.xueyusky.cn/AISkyLab 3 | site_description: Project documentation with DAPLink Using STM32F103CBT6. 4 | site_author: AISkyLab Team 5 | 6 | repo_url: https://github.com/AISkyLab/AISkylab-DAPLink-STM32 7 | edit_uri: "" 8 | 9 | theme: 10 | name: mkdocs 11 | highlightjs: true 12 | hljs_languages: 13 | - yaml 14 | - django 15 | 16 | nav: 17 | - 首页: index.md 18 | - 用户指南: 19 | - 硬件设计方案: user-guide/hwdesign-guide.md 20 | - 源码编译环境: user-guide/swdesign-guide.md 21 | - 配置说明: user-guide/configuration.md 22 | - 源码学习: user-guide/source-code-learning.md 23 | - 关于: 24 | - 发布记录: about/release-notes.md 25 | - 贡献说明: about/contributing.md 26 | - 证书与许可: about/license.md 27 | - 赞助: support/support_us.md 28 | 29 | extra_css: 30 | - css/extra.css 31 | 32 | markdown_extensions: 33 | - toc: 34 | permalink:  35 | - admonition 36 | - def_list 37 | - mdx_gh_links: 38 | user: mkdocs 39 | repo: mkdocs 40 | 41 | copyright: Copyright © 2020 雪域蓝天, Maintained by the AISkyLab Team. 42 | 43 | 44 | plugins: 45 | - search -------------------------------------------------------------------------------- /归档输出文件-CN/DAPLink-STM32F103CBT6-V1I1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AISkyLab/AISkylab-DAPLink-STM32/567eadecbe299afb788854b9388c452a8ee19afa/归档输出文件-CN/DAPLink-STM32F103CBT6-V1I1.zip --------------------------------------------------------------------------------