forked from ARMmbed/DAPLink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojects.yaml
639 lines (637 loc) · 19.2 KB
/
projects.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
settings:
export_dir:
- projectfiles/{tool}/{project_name}
tools:
uvision:
template:
- records/tools/uvision.uvproj.tmpl
module:
tools: &module_tools
- records/tools/make_gcc_arm.yaml
- records/tools/make_armcc.yaml
- records/tools/version.yaml
bl: &module_bl
- *module_tools
- records/usb/usb-core.yaml
- records/usb/usb-msc.yaml
- records/daplink/bootloader.yaml
- records/daplink/drag-n-drop.yaml
- records/daplink/settings.yaml
- records/daplink/settings_rom_stub.yaml
- records/daplink/target_board.yaml
- records/rtos/rtos-none.yaml
if: &module_if
- *module_tools
- records/usb/usb-core.yaml
- records/usb/usb-hid.yaml
- records/usb/usb-msc.yaml
- records/usb/usb-cdc.yaml
- records/usb/usb-webusb.yaml
- records/usb/usb-winusb.yaml
- records/daplink/cmsis-dap.yaml
- records/daplink/drag-n-drop.yaml
- records/daplink/usb2uart.yaml
- records/daplink/settings.yaml
- records/daplink/settings_rom.yaml
- records/daplink/interface.yaml
- records/daplink/target_family.yaml
- records/daplink/target_board.yaml
# HICs
hic_k20dx: &module_hic_k20dx
- records/rtos/rtos-cm3.yaml
- records/hic_hal/k20dx.yaml
- records/usb/usb-bulk.yaml
hic_k26f: &module_hic_k26f
- records/rtos/rtos-cm4.yaml
- records/hic_hal/k26f.yaml
- records/usb/usb-bulk.yaml
hic_kl26z: &module_hic_kl26z
- records/rtos/rtos-cm0.yaml
- records/hic_hal/kl26z.yaml
- records/usb/usb-bulk.yaml
hic_lpc11u35: &module_hic_lpc11u35
- records/rtos/rtos-cm0.yaml
- records/hic_hal/lpc11u35.yaml
hic_lpc4322: &module_hic_lpc4322
- records/rtos/rtos-cm3.yaml
- records/hic_hal/lpc4322.yaml
- records/usb/usb-bulk.yaml
hic_sam3u2c: &module_hic_sam3u2c
- records/rtos/rtos-cm3.yaml
- records/hic_hal/sam3u2c.yaml
hic_stm32f103xb: &module_hic_stm32f103xb
- records/rtos/rtos-cm3.yaml
- records/hic_hal/stm32f103xb.yaml
hic_max32620: &module_hic_max32620
- records/rtos/rtos-cm4.yaml
- records/hic_hal/max32620.yaml
hic_max32625: &module_hic_max32625
- records/rtos/rtos-cm4.yaml
- records/hic_hal/max32625.yaml
hic_m48ssidae: &module_hic_m48ssidae
- records/rtos/rtos-cm4.yaml
- records/hic_hal/m48ssidae.yaml
hic_stm32f072cb: &module_hic_stm32f072cb
- records/rtos/rtos-cm0.yaml
- records/hic_hal/stm32f072cb.yaml
projects:
kl26z_bl:
- *module_bl
- records/hic_hal/kl26z.yaml
- records/board/kl26z_bl.yaml
kl26z_if:
- *module_if
- *module_hic_kl26z
- records/family/all_family.yaml
k20dx_bl:
- *module_bl
- records/hic_hal/k20dx.yaml
- records/board/k20dx_bl.yaml
k20dx_if:
- *module_if
- *module_hic_k20dx
- records/family/all_family.yaml
k26f_bl:
- *module_bl
- records/hic_hal/k26f.yaml
- records/board/k26f_bl.yaml
k26f_if:
- *module_if
- *module_hic_k26f
- records/family/all_family.yaml
lpc11u35_if:
- *module_if
- *module_hic_lpc11u35
- records/family/all_family.yaml
- records/usb/usb-bulk.yaml
lpc4322_bl:
- *module_bl
- records/hic_hal/lpc4322.yaml
- records/board/lpc4322_bl.yaml
lpc4322_if:
- *module_if
- *module_hic_lpc4322
- records/family/all_family.yaml
max32620_bl:
- *module_bl
- records/hic_hal/max32620.yaml
- records/board/max32620_bl.yaml
max32620_if:
- *module_if
- *module_hic_max32620
- records/family/all_family.yaml
- records/usb/usb-bulk.yaml
max32625_bl:
- *module_bl
- records/hic_hal/max32625.yaml
- records/board/max32625_bl.yaml
max32625_if:
- *module_if
- *module_hic_max32625
- records/family/all_family.yaml
- records/usb/usb-bulk.yaml
sam3u2c_bl:
- *module_bl
- records/hic_hal/sam3u2c.yaml
- records/board/sam3u2c_bl.yaml
sam3u2c_if:
- *module_if
- *module_hic_sam3u2c
- records/family/all_family.yaml
stm32f103xb_bl:
- *module_bl
- records/hic_hal/stm32f103xb.yaml
- records/board/stm32f103xb_bl.yaml
stm32f103xb_if:
- *module_if
- *module_hic_stm32f103xb
- records/family/all_family.yaml
- records/usb/usb-bulk.yaml
sam3u2c_mkit_dk_dongle_nrf5x_if:
- *module_if
- *module_hic_sam3u2c
- records/board/mkit_dk_dongle_nrf5x.yaml
kl26z_microbit_if:
- *module_if
- *module_hic_kl26z
- records/board/microbit.yaml
kl26z_nina_b1_if:
- *module_if
- *module_hic_kl26z
- records/board/nina_b1.yaml
k20dx_frdmk20dx_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmk20dx.yaml
k20dx_frdmk22f_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmk22f.yaml
k20dx_frdmkw24d_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkw24d.yaml
k20dx_frdmkw41z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkw41z.yaml
k20dx_frdmk64f_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmk64f.yaml
k20dx_hexiwear_if:
- *module_if
- *module_hic_k20dx
- records/board/hexiwear.yaml
k20dx_rapid_iot_if:
- *module_if
- *module_hic_k20dx
- records/board/rapid_iot.yaml
k20dx_frdmk66f_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmk66f.yaml
k20dx_frdmk82f_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmk82f.yaml
k20dx_frdmk28f_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmk28f.yaml
k20dx_frdmke15z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmke15z.yaml
k20dx_frdmkl02z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkl02z.yaml
k20dx_frdmkl05z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkl05z.yaml
k20dx_frdmkl25z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkl25z.yaml
k20dx_frdmkl26z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkl26z.yaml
k20dx_frdmkl27z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkl27z.yaml
k20dx_frdmkl43z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkl43z.yaml
k20dx_frdmkl46z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkl46z.yaml
k20dx_frdmkl28z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkl28z.yaml
k20dx_frdmkl82z_if:
- *module_if
- *module_hic_k20dx
- records/board/frdmkl82z.yaml
k20dx_twrkl28z72m_if:
- *module_if
- *module_hic_k20dx
- records/board/twrkl28z72m.yaml
k20dx_twrke18f_if:
- *module_if
- *module_hic_k20dx
- records/board/twrke18f.yaml
k20dx_hvpke18f_if:
- *module_if
- *module_hic_k20dx
- records/board/hvpke18f.yaml
k20dx_rbl_if:
- *module_if
- *module_hic_k20dx
- records/board/rbl.yaml
k20dx_rblnano_if:
- *module_if
- *module_hic_k20dx
- records/board/rblnano.yaml
k20dx_xdot_l151_if:
- *module_if
- *module_hic_k20dx
- records/board/xDot-L151.yaml
k20dx_mimxrt1020_evk_qspi_if:
- *module_if
- *module_hic_k20dx
- records/board/mimxrt1020_evk_qspi.yaml
k20dx_mimxrt1050_evk_hyper_if:
- *module_if
- *module_hic_k20dx
- records/board/mimxrt1050_evk_hyper.yaml
k20dx_mimxrt1050_evk_qspi_if:
- *module_if
- *module_hic_k20dx
- records/board/mimxrt1050_evk_qspi.yaml
k20dx_ep_agora_if:
- *module_if
- *module_hic_k20dx
- records/board/ep_agora.yaml
k26f_frdmk32w042_if:
- *module_if
- *module_hic_k26f
- records/board/frdmk32w042.yaml
lpc11u35_ff1705_l151_if:
- *module_if
- *module_hic_lpc11u35
- records/board/FF1705_L151.yaml
lpc11u35_lpc812xpresso_if:
- *module_if
- *module_hic_lpc11u35
- records/board/lpc812xpresso.yaml
lpc11u35_lpc824xpresso_if:
- *module_if
- *module_hic_lpc11u35
- records/board/lpc824xpresso.yaml
lpc4322_lpc54114xpresso_if:
- *module_if
- *module_hic_lpc4322
- records/board/lpc54114xpresso.yaml
lpc4322_lpc54608xpresso_if:
- *module_if
- *module_hic_lpc4322
- records/board/lpc54608xpresso.yaml
lpc4322_lpc55s69xpresso_if:
- *module_if
- *module_hic_lpc4322
- records/board/lpc55S69xpresso.yaml
lpc11u35_ff_lpc546xx_if:
- *module_if
- *module_hic_lpc11u35
- records/board/ff_lpc546xx.yaml
lpc11u35_lpc4088dm_if:
- *module_if
- *module_hic_lpc11u35
- records/board/lpc4088dm.yaml
lpc11u35_lpc4088qsb_if:
- *module_if
- *module_hic_lpc11u35
- records/board/lpc4088qsb.yaml
lpc11u35_archble_if:
- *module_if
- *module_hic_lpc11u35
- records/board/archble.yaml
lpc11u35_tiny_if:
- *module_if
- *module_hic_lpc11u35
- records/board/tiny.yaml
lpc11u35_archpro_if:
- *module_if
- *module_hic_lpc11u35
- records/board/archpro.yaml
lpc11u35_archmax_if:
- *module_if
- *module_hic_lpc11u35
- records/board/archmax.yaml
lpc11u35_wio3g_if:
- *module_if
- *module_hic_lpc11u35
- records/board/wio3g.yaml
lpc11u35_wiobg96_if:
- *module_if
- *module_hic_lpc11u35
- records/board/wiobg96.yaml
lpc11u35_hrm1017_if:
- *module_if
- *module_hic_lpc11u35
- records/board/hrm1017.yaml
lpc11u35_sscity_if:
- *module_if
- *module_hic_lpc11u35
- records/board/sscity.yaml
lpc11u35_ssci824_if:
- *module_if
- *module_hic_lpc11u35
- records/board/ssci824.yaml
lpc11u35_ssci1114_if:
- *module_if
- *module_hic_lpc11u35
- records/board/ssci1114.yaml
lpc11u35_ssci_chibi_if:
- *module_if
- *module_hic_lpc11u35
- records/board/ssci_chibi.yaml
lpc11u35_ro359b_if:
- *module_if
- *module_hic_lpc11u35
- records/board/ro359b.yaml
lpc11u35_c027_if:
- *module_if
- *module_hic_lpc11u35
- records/board/c027.yaml
lpc11u35_arm_watch_stm32f411_if:
- *module_if
- *module_hic_lpc11u35
- records/board/arm_watch_stm32f411.yaml
lpc11u35_arm_watch_efm32_if:
- *module_if
- *module_hic_lpc11u35
- records/board/arm_watch_efm32.yaml
lpc11u35_arm_watch_nrf51_if:
- *module_if
- *module_hic_lpc11u35
- records/board/arm_watch_nrf51.yaml
lpc11u35_archlink_if:
- *module_if
- *module_hic_lpc11u35
- records/board/archlink.yaml
lpc11u35_6lowpan_borderrouterusb_if:
- *module_if
- *module_hic_lpc11u35
- records/board/6LoWPAN_BorderRouterUSB.yaml
lpc11u35_6lowpan_borderrouterhat_if:
- *module_if
- *module_hic_lpc11u35
- records/board/6LoWPAN_BorderRouterHAT.yaml
lpc11u35_6lowpan_borderrouterethernet_if:
- *module_if
- *module_hic_lpc11u35
- records/board/6LoWPAN_BorderRouterETHERNET.yaml
lpc11u35_cocorico_if:
- *module_if
- *module_hic_lpc11u35
- records/board/cocorico.yaml
lpc11u35_gr_peach_if:
- *module_if
- *module_hic_lpc11u35
- records/board/gr-peach.yaml
lpc11u35_blueninja_if:
- *module_if
- *module_hic_lpc11u35
- records/board/blueninja.yaml
lpc11u35_nz32_sc151_if:
- *module_if
- *module_hic_lpc11u35
- records/board/nz32_sc151.yaml
lpc11u35_wizwiki_w7500_if:
- *module_if
- *module_hic_lpc11u35
- records/board/wizwiki_w7500.yaml
lpc11u35_wizwiki_w7500_eco_if:
- *module_if
- *module_hic_lpc11u35
- records/board/wizwiki_w7500_eco.yaml
lpc11u35_wizwiki_w7500p_if:
- *module_if
- *module_hic_lpc11u35
- records/board/wizwiki_w7500p.yaml
lpc11u35_mbed_cloud_connect_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mbed_cloud_connect.yaml
lpc11u35_rtl8195am_if:
- *module_if
- *module_hic_lpc11u35
- records/board/rtl8195am.yaml
sam3u2c_ncs36510rf_if:
- *module_if
- *module_hic_sam3u2c
- records/board/ncs36510rf.yaml
sam3u2c_ublox_evk_nina_b1_if:
- *module_if
- *module_hic_sam3u2c
- records/board/ublox_evk_nina_b1.yaml
lpc11u35_vbluno51_if:
- *module_if
- *module_hic_lpc11u35
- records/board/vbluno51.yaml
lpc11u35_mtconnect04s_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtconnect04s.yaml
lpc11u35_96b_nitrogen_if:
- *module_if
- *module_hic_lpc11u35
- records/board/96b_nitrogen.yaml
lpc11u35_mtb_mxchip_emw3166_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_mxchip_emw3166.yaml
lpc11u35_mtb_nina_b112_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_nina_b112.yaml
lpc11u35_mtb_murata_abz_078_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_murata_abz_078.yaml
lpc11u35_mtb_rak811_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_rak811.yaml
lpc11u35_mtb_wise1510_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_wise1510.yaml
lpc11u35_mtb_wise1530_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_wise1530.yaml
lpc11u35_mtb_wise1570_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_wise1570.yaml
lpc11u35_mtb_laird_bl652_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_laird_bl652.yaml
lpc11u35_mtb_usi_wm_bn_bm_22_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_usi_wm_bn_bm_22.yaml
lpc11u35_gr_lychee_if:
- *module_if
- *module_hic_lpc11u35
- records/board/gr-lychee.yaml
lpc11u35_dipdap_sdt32429b_if:
- *module_if
- *module_hic_lpc11u35
- records/board/dipdap_sdt32429b.yaml
lpc11u35_dipdap_sdt32439b_if:
- *module_if
- *module_hic_lpc11u35
- records/board/dipdap_sdt32439b.yaml
lpc11u35_dipdap_sdt64b_if:
- *module_if
- *module_hic_lpc11u35
- records/board/dipdap_sdt64b.yaml
lpc11u35_dipdap_sdt51822b_if:
- *module_if
- *module_hic_lpc11u35
- records/board/dipdap_sdt51822b.yaml
lpc11u35_dipdap_sdt52832b_if:
- *module_if
- *module_hic_lpc11u35
- records/board/dipdap_sdt52832b.yaml
lpc11u35_mtb_ublox_odin_w2_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_ublox_odin_w2.yaml
lpc11u35_mtb_mts_dragonfly_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_mts_dragonfly.yaml
lpc11u35_mtb_mts_xdot_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_mts_xdot.yaml
lpc11u35_dipdap_cc3220sf_if:
- *module_if
- *module_hic_lpc11u35
- records/board/dipdap_cc3220sf.yaml
stm32f103xb_stm32f103rb_if:
- *module_if
- *module_hic_stm32f103xb
- records/board/stm32f103rb.yaml
stm32f103xb_stm32f072rb_if:
- *module_if
- *module_hic_stm32f103xb
- records/board/stm32f072rb.yaml
stm32f103xb_stm32f334r8_if:
- *module_if
- *module_hic_stm32f103xb
- records/board/stm32f334r8.yaml
stm32f103xb_stm32f401re_if:
- *module_if
- *module_hic_stm32f103xb
- records/board/stm32f401re.yaml
stm32f103xb_stm32f411re_if:
- *module_if
- *module_hic_stm32f103xb
- records/board/stm32f411re.yaml
stm32f103xb_stm32f429zi_if:
- *module_if
- *module_hic_stm32f103xb
- records/board/stm32f429zi.yaml
stm32f103xb_ublox_evk_odin_w2_if:
- *module_if
- *module_hic_stm32f103xb
- records/board/ublox_evk_odin_w2.yaml
stm32f103xb_stm32l476rg_if:
- *module_if
- *module_hic_stm32f103xb
- records/board/stm32l476rg.yaml
stm32f103xb_stm32f746zg_if:
- *module_if
- *module_hic_stm32f103xb
- records/board/stm32f746zg.yaml
stm32f103xb_stm32f207zg_if:
- *module_if
- *module_hic_stm32f103xb
- records/board/stm32f207zg.yaml
lpc11u35_mtb_laird_bl654_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_laird_bl654.yaml
lpc11u35_mtb_murata_bl241_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_murata_bl241.yaml
lpc11u35_mtb_stm_s2lp_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_stm_s2lp.yaml
lpc11u35_mini_iot_lpc54018_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mini_iot_lpc54018.yaml
lpc11u35_mtb_stm32l475_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_stm32l475.yaml
lpc11u35_mtb_aconno_acn52832_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_aconno_acn52832.yaml
lpc11u35_mtb_stm32f439_if:
- *module_if
- *module_hic_lpc11u35
- records/board/mtb_stm32f439.yaml
lpc11u35_musca_a_if:
- *module_if
- *module_hic_lpc11u35
- records/board/musca_a.yaml
lpc11u35_musca_b_if:
- *module_if
- *module_hic_lpc11u35
- records/board/musca_b.yaml
lpc11u35_musca_b_eflash_if:
- *module_if
- *module_hic_lpc11u35
- records/board/musca_b_eflash.yaml
max32620_max32625mbed_if:
- *module_if
- *module_hic_max32620
- records/board/max32625mbed.yaml
max32625_max32620fthr_if:
- *module_if
- *module_hic_max32625
- records/board/max32620fthr.yaml
max32625_max32630fthr_if:
- *module_if
- *module_hic_max32625
- records/board/max32630fthr.yaml
lpc11u35_wio_emw3166_if:
- *module_if
- *module_hic_lpc11u35
- records/board/wio_emw3166.yaml
m48ssidae_bl:
- *module_bl
- records/hic_hal/m48ssidae.yaml
- records/board/m48ssidae_bl.yaml
m48ssidae_numaker_m252kg_if:
- *module_if
- *module_hic_m48ssidae
- records/board/numaker_m252kg.yaml