@micro-os-plus/micro-test-plus 3.0.1 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@micro-os-plus/micro-test-plus",
3
- "version": "3.0.1",
4
- "description": "A source library xPack with µTest++, a testing framework for embedded platforms",
3
+ "version": "3.1.1",
4
+ "description": "A source library xPack with µTest++, a lightweight testing framework for embedded platforms",
5
5
  "main": "",
6
6
  "scripts": {
7
7
  "npm-install": "npm install",
@@ -37,11 +37,11 @@
37
37
  "@xpack-dev-tools/cmake": "3.21.6-1.1",
38
38
  "@xpack-dev-tools/meson-build": "0.60.3-1.1",
39
39
  "@xpack-dev-tools/ninja-build": "1.10.2-5.1",
40
- "@micro-os-plus/build-helper": "2.6.3",
41
- "@micro-os-plus/diag-trace": "3.0.0"
40
+ "@micro-os-plus/build-helper": "^2.11.0",
41
+ "@micro-os-plus/diag-trace": "^4.1.1"
42
42
  },
43
43
  "xpack": {
44
- "minimumXpmRequired": "0.11.0",
44
+ "minimumXpmRequired": "0.13.7",
45
45
  "properties": {
46
46
  "buildFolderRelativePath": "{{ 'build' | path_join: configuration.name | to_filename | downcase }}",
47
47
  "buildFolderRelativePathPosix": "{{ 'build' | path_posix_join: configuration.name | downcase }}",
@@ -85,11 +85,7 @@
85
85
  ],
86
86
  "test-cortexm": [
87
87
  "xpm run test-qemu-mps2-an386-cmake",
88
- "xpm run test-qemu-mps2-an386-meson",
89
- "{% if os.platform == 'linux' %}xpm run test-stm32f4discovery-cmake{% endif %}",
90
- "{% if os.platform == 'darwin' and os.arch == 'x64' %}xpm run test-stm32f4discovery-cmake{% endif %}",
91
- "{% if os.platform == 'linux' %}xpm run test-stm32f4discovery-meson{% endif %}",
92
- "{% if os.platform == 'darwin' and os.arch == 'x64' %}xpm run test-stm32f4discovery-meson{% endif %}"
88
+ "xpm run test-qemu-mps2-an386-meson"
93
89
  ],
94
90
  "test-native-cmake": [
95
91
  "xpm run prepare --config native-cmake-debug",
@@ -171,22 +167,6 @@
171
167
  "xpm run build --config qemu-mps2-an386-meson-release",
172
168
  "xpm run test --config qemu-mps2-an386-meson-release"
173
169
  ],
174
- "test-stm32f4discovery-cmake": [
175
- "xpm run prepare --config stm32f4discovery-cmake-debug",
176
- "xpm run build --config stm32f4discovery-cmake-debug",
177
- "xpm run test --config stm32f4discovery-cmake-debug",
178
- "xpm run prepare --config stm32f4discovery-cmake-release",
179
- "xpm run build --config stm32f4discovery-cmake-release",
180
- "xpm run test --config stm32f4discovery-cmake-release"
181
- ],
182
- "test-stm32f4discovery-meson": [
183
- "xpm run prepare --config stm32f4discovery-meson-debug",
184
- "xpm run build --config stm32f4discovery-meson-debug",
185
- "xpm run test --config stm32f4discovery-meson-debug",
186
- "xpm run prepare --config stm32f4discovery-meson-release",
187
- "xpm run build --config stm32f4discovery-meson-release",
188
- "xpm run test --config stm32f4discovery-meson-release"
189
- ],
190
170
  "clean-all": [
191
171
  "xpm run clean --config native-cmake-debug",
192
172
  "xpm run clean --config native-cmake-release",
@@ -207,11 +187,7 @@
207
187
  "xpm run clean --config qemu-mps2-an386-cmake-debug",
208
188
  "xpm run clean --config qemu-mps2-an386-cmake-release",
209
189
  "xpm run clean --config qemu-mps2-an386-meson-debug",
210
- "xpm run clean --config qemu-mps2-an386-meson-release",
211
- "xpm run clean --config stm32f4discovery-cmake-debug",
212
- "xpm run clean --config stm32f4discovery-cmake-release",
213
- "xpm run clean --config stm32f4discovery-meson-debug",
214
- "xpm run clean --config stm32f4discovery-meson-release"
190
+ "xpm run clean --config qemu-mps2-an386-meson-release"
215
191
  ],
216
192
  "deep-clean": "rm -rf build node_modules xpacks",
217
193
  "trigger-workflow-test-all": "bash tests/scripts/trigger-workflow-test-all.sh"
@@ -239,24 +215,11 @@
239
215
  }
240
216
  },
241
217
  "native-cmake-release": {
218
+ "inherit": [
219
+ "native-cmake-debug"
220
+ ],
242
221
  "properties": {
243
- "buildType": "Release",
244
- "platformName": "native"
245
- },
246
- "actions": {
247
- "link-deps": [
248
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-synthetic-posix"
249
- ],
250
- "prepare": "{{ properties.commandCMakePrepare }}",
251
- "build": [
252
- "{{ properties.commandCMakeReconfigure }}",
253
- "{{ properties.commandCMakeBuild }}"
254
- ],
255
- "test": "{{ properties.commandCMakePerformTests }}",
256
- "clean": "{{ properties.commandCMakeClean }}"
257
- },
258
- "devDependencies": {
259
- "@micro-os-plus/architecture-synthetic-posix": "4.0.0"
222
+ "buildType": "Release"
260
223
  }
261
224
  },
262
225
  "native-cmake-gcc11-debug": {
@@ -283,26 +246,11 @@
283
246
  }
284
247
  },
285
248
  "native-cmake-gcc11-release": {
249
+ "inherit": [
250
+ "native-cmake-gcc11-debug"
251
+ ],
286
252
  "properties": {
287
- "buildType": "Release",
288
- "platformName": "native",
289
- "toolchainFileName": "gcc.cmake"
290
- },
291
- "actions": {
292
- "link-deps": [
293
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-synthetic-posix"
294
- ],
295
- "prepare": "{{ properties.commandCMakePrepareWithToolchain }}",
296
- "build": [
297
- "{{ properties.commandCMakeReconfigure }}",
298
- "{{ properties.commandCMakeBuild }}"
299
- ],
300
- "test": "{{ properties.commandCMakePerformTests }}",
301
- "clean": "{{ properties.commandCMakeClean }}"
302
- },
303
- "devDependencies": {
304
- "@xpack-dev-tools/gcc": "11.2.0-3.3",
305
- "@micro-os-plus/architecture-synthetic-posix": "4.0.0"
253
+ "buildType": "Release"
306
254
  }
307
255
  },
308
256
  "native-cmake-clang12-debug": {
@@ -329,26 +277,11 @@
329
277
  }
330
278
  },
331
279
  "native-cmake-clang12-release": {
280
+ "inherit": [
281
+ "native-cmake-clang12-debug"
282
+ ],
332
283
  "properties": {
333
- "buildType": "Release",
334
- "platformName": "native",
335
- "toolchainFileName": "clang.cmake"
336
- },
337
- "actions": {
338
- "link-deps": [
339
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-synthetic-posix"
340
- ],
341
- "prepare": "{{ properties.commandCMakePrepareWithToolchain }}",
342
- "build": [
343
- "{{ properties.commandCMakeReconfigure }}",
344
- "{{ properties.commandCMakeBuild }}"
345
- ],
346
- "test": "{{ properties.commandCMakePerformTests }}",
347
- "clean": "{{ properties.commandCMakeClean }}"
348
- },
349
- "devDependencies": {
350
- "@xpack-dev-tools/clang": "12.0.1-2.2",
351
- "@micro-os-plus/architecture-synthetic-posix": "4.0.0"
284
+ "buildType": "Release"
352
285
  }
353
286
  },
354
287
  "native-cmake-clang13-debug": {
@@ -375,26 +308,11 @@
375
308
  }
376
309
  },
377
310
  "native-cmake-clang13-release": {
311
+ "inherit": [
312
+ "native-cmake-clang13-debug"
313
+ ],
378
314
  "properties": {
379
- "buildType": "Release",
380
- "platformName": "native",
381
- "toolchainFileName": "clang.cmake"
382
- },
383
- "actions": {
384
- "link-deps": [
385
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-synthetic-posix"
386
- ],
387
- "prepare": "{{ properties.commandCMakePrepareWithToolchain }}",
388
- "build": [
389
- "{{ properties.commandCMakeReconfigure }}",
390
- "{{ properties.commandCMakeBuild }}"
391
- ],
392
- "test": "{{ properties.commandCMakePerformTests }}",
393
- "clean": "{{ properties.commandCMakeClean }}"
394
- },
395
- "devDependencies": {
396
- "@xpack-dev-tools/clang": "13.0.1-1.1",
397
- "@micro-os-plus/architecture-synthetic-posix": "4.0.0"
315
+ "buildType": "Release"
398
316
  }
399
317
  },
400
318
  "native-meson-debug": {
@@ -419,24 +337,11 @@
419
337
  }
420
338
  },
421
339
  "native-meson-release": {
340
+ "inherit": [
341
+ "native-meson-debug"
342
+ ],
422
343
  "properties": {
423
- "buildType": "release",
424
- "platformName": "native"
425
- },
426
- "actions": {
427
- "link-deps": [
428
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-synthetic-posix"
429
- ],
430
- "prepare": "{{ properties.commandMesonPrepare }}",
431
- "build": [
432
- "{{ properties.commandMesonReconfigure }}",
433
- "{{ properties.commandMesonBuild }}"
434
- ],
435
- "test": "{{ properties.commandMesonPerformTests }}",
436
- "clean": "{{ properties.commandMesonClean }}"
437
- },
438
- "devDependencies": {
439
- "@micro-os-plus/architecture-synthetic-posix": "4.0.0"
344
+ "buildType": "release"
440
345
  }
441
346
  },
442
347
  "native-meson-gcc11-debug": {
@@ -463,26 +368,11 @@
463
368
  }
464
369
  },
465
370
  "native-meson-gcc11-release": {
371
+ "inherit": [
372
+ "native-meson-gcc11-debug"
373
+ ],
466
374
  "properties": {
467
- "buildType": "release",
468
- "platformName": "native",
469
- "toolchainFileName": "gcc-{{ os.platform }}.ini"
470
- },
471
- "actions": {
472
- "link-deps": [
473
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-synthetic-posix"
474
- ],
475
- "prepare": "{{ properties.commandMesonPrepareWithToolchain }}",
476
- "build": [
477
- "{{ properties.commandMesonReconfigure }}",
478
- "{{ properties.commandMesonBuild }}"
479
- ],
480
- "test": "{{ properties.commandMesonPerformTests }}",
481
- "clean": "{{ properties.commandMesonClean }}"
482
- },
483
- "devDependencies": {
484
- "@xpack-dev-tools/gcc": "11.2.0-3.3",
485
- "@micro-os-plus/architecture-synthetic-posix": "4.0.0"
375
+ "buildType": "release"
486
376
  }
487
377
  },
488
378
  "native-meson-clang12-debug": {
@@ -509,26 +399,11 @@
509
399
  }
510
400
  },
511
401
  "native-meson-clang12-release": {
402
+ "inherit": [
403
+ "native-meson-clang12-debug"
404
+ ],
512
405
  "properties": {
513
- "buildType": "release",
514
- "platformName": "native",
515
- "toolchainFileName": "clang-{{ os.platform }}.ini"
516
- },
517
- "actions": {
518
- "link-deps": [
519
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-synthetic-posix"
520
- ],
521
- "prepare": "{{ properties.commandMesonPrepareWithToolchain }}",
522
- "build": [
523
- "{{ properties.commandMesonReconfigure }}",
524
- "{{ properties.commandMesonBuild }}"
525
- ],
526
- "test": "{{ properties.commandMesonPerformTests }}",
527
- "clean": "{{ properties.commandMesonClean }}"
528
- },
529
- "devDependencies": {
530
- "@xpack-dev-tools/clang": "12.0.1-2.2",
531
- "@micro-os-plus/architecture-synthetic-posix": "4.0.0"
406
+ "buildType": "release"
532
407
  }
533
408
  },
534
409
  "native-meson-clang13-debug": {
@@ -555,26 +430,11 @@
555
430
  }
556
431
  },
557
432
  "native-meson-clang13-release": {
433
+ "inherit": [
434
+ "native-meson-clang13-debug"
435
+ ],
558
436
  "properties": {
559
- "buildType": "release",
560
- "platformName": "native",
561
- "toolchainFileName": "clang-{{ os.platform }}.ini"
562
- },
563
- "actions": {
564
- "link-deps": [
565
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-synthetic-posix"
566
- ],
567
- "prepare": "{{ properties.commandMesonPrepareWithToolchain }}",
568
- "build": [
569
- "{{ properties.commandMesonReconfigure }}",
570
- "{{ properties.commandMesonBuild }}"
571
- ],
572
- "test": "{{ properties.commandMesonPerformTests }}",
573
- "clean": "{{ properties.commandMesonClean }}"
574
- },
575
- "devDependencies": {
576
- "@xpack-dev-tools/clang": "13.0.1-1.1",
577
- "@micro-os-plus/architecture-synthetic-posix": "4.0.0"
437
+ "buildType": "release"
578
438
  }
579
439
  },
580
440
  "qemu-mps2-an386-cmake-debug": {
@@ -592,12 +452,10 @@
592
452
  "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-cortexm",
593
453
  "xpm link --config {{ configuration.name }} @micro-os-plus/devices-cortexm",
594
454
  "xpm link --config {{ configuration.name }} @micro-os-plus/devices-qemu-cortexm",
595
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-c",
596
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-cpp",
597
455
  "xpm link --config {{ configuration.name }} @micro-os-plus/semihosting",
598
456
  "xpm link --config {{ configuration.name }} @micro-os-plus/startup",
599
457
  "xpm link --config {{ configuration.name }} @micro-os-plus/version",
600
- "xpm link --config {{ configuration.name }} @xpack-3rd-party/arm-cmsis-core-m"
458
+ "xpm link --config {{ configuration.name }} @xpack-3rd-party/arm-cmsis-core"
601
459
  ],
602
460
  "prepare": "{{ properties.commandCMakePrepareWithToolchain }}",
603
461
  "build": [
@@ -608,40 +466,34 @@
608
466
  "clean": "{{ properties.commandCMakeClean }}"
609
467
  },
610
468
  "devDependencies": {
611
- "@xpack-dev-tools/arm-none-eabi-gcc": "10.3.1-2.3.1",
612
- "@xpack-dev-tools/qemu-arm": "6.2.0-1.1",
613
- "@micro-os-plus/architecture-cortexm": "5.0.0",
469
+ "@xpack-dev-tools/arm-none-eabi-gcc": "11.2.1-1.2.2",
470
+ "@xpack-dev-tools/qemu-arm": "7.0.0-1.1",
471
+ "@micro-os-plus/architecture-cortexm": "6.2.0",
614
472
  "@micro-os-plus/devices-cortexm": "3.0.0",
615
- "@micro-os-plus/devices-qemu-cortexm": "3.0.0",
616
- "@micro-os-plus/libs-c": "3.0.0",
617
- "@micro-os-plus/libs-cpp": "3.0.0",
618
- "@micro-os-plus/semihosting": "4.0.0",
619
- "@micro-os-plus/startup": "3.0.0",
473
+ "@micro-os-plus/devices-qemu-cortexm": "4.1.1",
474
+ "@micro-os-plus/semihosting": "7.1.0",
475
+ "@micro-os-plus/startup": "5.2.0",
620
476
  "@micro-os-plus/version": "7.1.2",
621
- "@xpack-3rd-party/arm-cmsis-core-m": "5.4.0-5"
477
+ "@xpack-3rd-party/arm-cmsis-core": "5.4.0-6"
622
478
  }
623
479
  },
624
480
  "qemu-mps2-an386-cmake-release": {
481
+ "inherit": [
482
+ "qemu-mps2-an386-cmake-debug"
483
+ ],
625
484
  "properties": {
626
485
  "buildType": "MinSizeRel",
627
- "platformName": "qemu-mps2-an386",
628
- "toolchainFileName": "arm-none-eabi-gcc.cmake",
629
- "qemuBoardName": "QEMU mps2-an386",
630
- "shortConfigurationName": "q1r",
631
- "buildFolderRelativePath": "{% if os.platform != 'win32' %}{{ 'build' | path_join: configuration.name | to_filename | downcase }}{% else %}{{ 'build' | path_join: properties.shortConfigurationName | to_filename | downcase }}{% endif %}",
632
- "buildFolderRelativePathPosix": "{% if os.platform != 'win32' %}{{ 'build' | path_posix_join: configuration.name | downcase }}{% else %}{{ 'build' | path_posix_join: properties.shortConfigurationName | downcase }}{% endif %}"
486
+ "shortConfigurationName": "q1r"
633
487
  },
634
488
  "actions": {
635
489
  "link-deps": [
636
490
  "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-cortexm",
637
491
  "xpm link --config {{ configuration.name }} @micro-os-plus/devices-cortexm",
638
492
  "xpm link --config {{ configuration.name }} @micro-os-plus/devices-qemu-cortexm",
639
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-c",
640
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-cpp",
641
493
  "xpm link --config {{ configuration.name }} @micro-os-plus/semihosting",
642
494
  "xpm link --config {{ configuration.name }} @micro-os-plus/startup",
643
495
  "xpm link --config {{ configuration.name }} @micro-os-plus/version",
644
- "xpm link --config {{ configuration.name }} @xpack-3rd-party/arm-cmsis-core-m"
496
+ "xpm link --config {{ configuration.name }} @xpack-3rd-party/arm-cmsis-core"
645
497
  ],
646
498
  "prepare": "{{ properties.commandCMakePrepareWithToolchain }}",
647
499
  "build": [
@@ -652,17 +504,15 @@
652
504
  "clean": "{{ properties.commandCMakeClean }}"
653
505
  },
654
506
  "devDependencies": {
655
- "@xpack-dev-tools/arm-none-eabi-gcc": "10.3.1-2.3.1",
656
- "@xpack-dev-tools/qemu-arm": "6.2.0-1.1",
657
- "@micro-os-plus/architecture-cortexm": "5.0.0",
507
+ "@xpack-dev-tools/arm-none-eabi-gcc": "11.2.1-1.2.2",
508
+ "@xpack-dev-tools/qemu-arm": "7.0.0-1.1",
509
+ "@micro-os-plus/architecture-cortexm": "6.2.0",
658
510
  "@micro-os-plus/devices-cortexm": "3.0.0",
659
- "@micro-os-plus/devices-qemu-cortexm": "3.0.0",
660
- "@micro-os-plus/libs-c": "3.0.0",
661
- "@micro-os-plus/libs-cpp": "3.0.0",
662
- "@micro-os-plus/semihosting": "4.0.0",
663
- "@micro-os-plus/startup": "3.0.0",
511
+ "@micro-os-plus/devices-qemu-cortexm": "4.1.1",
512
+ "@micro-os-plus/semihosting": "7.1.0",
513
+ "@micro-os-plus/startup": "5.2.0",
664
514
  "@micro-os-plus/version": "7.1.2",
665
- "@xpack-3rd-party/arm-cmsis-core-m": "5.4.0-5"
515
+ "@xpack-3rd-party/arm-cmsis-core": "5.4.0-6"
666
516
  }
667
517
  },
668
518
  "qemu-mps2-an386-meson-debug": {
@@ -677,12 +527,10 @@
677
527
  "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-cortexm",
678
528
  "xpm link --config {{ configuration.name }} @micro-os-plus/devices-cortexm",
679
529
  "xpm link --config {{ configuration.name }} @micro-os-plus/devices-qemu-cortexm",
680
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-c",
681
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-cpp",
682
530
  "xpm link --config {{ configuration.name }} @micro-os-plus/semihosting",
683
531
  "xpm link --config {{ configuration.name }} @micro-os-plus/startup",
684
532
  "xpm link --config {{ configuration.name }} @micro-os-plus/version",
685
- "xpm link --config {{ configuration.name }} @xpack-3rd-party/arm-cmsis-core-m"
533
+ "xpm link --config {{ configuration.name }} @xpack-3rd-party/arm-cmsis-core"
686
534
  ],
687
535
  "prepare": "{{ properties.commandMesonPrepareCross }}",
688
536
  "build": [
@@ -693,228 +541,23 @@
693
541
  "clean": "{{ properties.commandMesonClean }}"
694
542
  },
695
543
  "devDependencies": {
696
- "@xpack-dev-tools/arm-none-eabi-gcc": "10.3.1-2.3.1",
697
- "@xpack-dev-tools/qemu-arm": "6.2.0-1.1",
698
- "@micro-os-plus/architecture-cortexm": "5.0.0",
544
+ "@xpack-dev-tools/arm-none-eabi-gcc": "11.2.1-1.2.2",
545
+ "@xpack-dev-tools/qemu-arm": "7.0.0-1.1",
546
+ "@micro-os-plus/architecture-cortexm": "6.2.0",
699
547
  "@micro-os-plus/devices-cortexm": "3.0.0",
700
- "@micro-os-plus/devices-qemu-cortexm": "3.0.0",
701
- "@micro-os-plus/libs-c": "3.0.0",
702
- "@micro-os-plus/libs-cpp": "3.0.0",
703
- "@micro-os-plus/semihosting": "4.0.0",
704
- "@micro-os-plus/startup": "3.0.0",
548
+ "@micro-os-plus/devices-qemu-cortexm": "4.1.1",
549
+ "@micro-os-plus/semihosting": "7.1.0",
550
+ "@micro-os-plus/startup": "5.2.0",
705
551
  "@micro-os-plus/version": "7.1.2",
706
- "@xpack-3rd-party/arm-cmsis-core-m": "5.4.0-5"
552
+ "@xpack-3rd-party/arm-cmsis-core": "5.4.0-6"
707
553
  }
708
554
  },
709
555
  "qemu-mps2-an386-meson-release": {
556
+ "inherit": [
557
+ "qemu-mps2-an386-meson-debug"
558
+ ],
710
559
  "properties": {
711
- "buildType": "minsize",
712
- "platformName": "qemu-mps2-an386",
713
- "toolchainFileName": "arm-none-eabi-gcc-{{ os.platform }}.ini",
714
- "qemuBoardName": "QEMU mps2-an386"
715
- },
716
- "actions": {
717
- "link-deps": [
718
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-cortexm",
719
- "xpm link --config {{ configuration.name }} @micro-os-plus/devices-cortexm",
720
- "xpm link --config {{ configuration.name }} @micro-os-plus/devices-qemu-cortexm",
721
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-c",
722
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-cpp",
723
- "xpm link --config {{ configuration.name }} @micro-os-plus/semihosting",
724
- "xpm link --config {{ configuration.name }} @micro-os-plus/startup",
725
- "xpm link --config {{ configuration.name }} @micro-os-plus/version",
726
- "xpm link --config {{ configuration.name }} @xpack-3rd-party/arm-cmsis-core-m"
727
- ],
728
- "prepare": "{{ properties.commandMesonPrepareCross }}",
729
- "build": [
730
- "{{ properties.commandMesonReconfigure }}",
731
- "{{ properties.commandMesonBuild }}"
732
- ],
733
- "test": "{{ properties.commandMesonPerformTests }}",
734
- "clean": "{{ properties.commandMesonClean }}"
735
- },
736
- "devDependencies": {
737
- "@xpack-dev-tools/arm-none-eabi-gcc": "10.3.1-2.3.1",
738
- "@xpack-dev-tools/qemu-arm": "6.2.0-1.1",
739
- "@micro-os-plus/architecture-cortexm": "5.0.0",
740
- "@micro-os-plus/devices-cortexm": "3.0.0",
741
- "@micro-os-plus/devices-qemu-cortexm": "3.0.0",
742
- "@micro-os-plus/libs-c": "3.0.0",
743
- "@micro-os-plus/libs-cpp": "3.0.0",
744
- "@micro-os-plus/semihosting": "4.0.0",
745
- "@micro-os-plus/startup": "3.0.0",
746
- "@micro-os-plus/version": "7.1.2",
747
- "@xpack-3rd-party/arm-cmsis-core-m": "5.4.0-5"
748
- }
749
- },
750
- "stm32f4discovery-cmake-debug": {
751
- "properties": {
752
- "buildType": "Debug",
753
- "platformName": "stm32f4discovery",
754
- "toolchainFileName": "arm-none-eabi-gcc.cmake",
755
- "qemuBoardName": "STM32F4-Discovery"
756
- },
757
- "actions": {
758
- "link-deps": [
759
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-cortexm",
760
- "xpm link --config {{ configuration.name }} @micro-os-plus/devices-cortexm",
761
- "xpm link --config {{ configuration.name }} @micro-os-plus/devices-stm32f4-extras",
762
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-c",
763
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-cpp",
764
- "xpm link --config {{ configuration.name }} @micro-os-plus/platform-stm32f4discovery",
765
- "xpm link --config {{ configuration.name }} @micro-os-plus/semihosting",
766
- "xpm link --config {{ configuration.name }} @micro-os-plus/startup",
767
- "xpm link --config {{ configuration.name }} @micro-os-plus/version"
768
- ],
769
- "prepare": "{{ properties.commandCMakePrepareWithToolchain }}",
770
- "build": [
771
- "{{ properties.commandCMakeReconfigure }}",
772
- "{{ properties.commandCMakeBuild }}"
773
- ],
774
- "test": "{{ properties.commandCMakePerformTests }}",
775
- "clean": "{{ properties.commandCMakeClean }}"
776
- },
777
- "devDependencies": {
778
- "@xpack-dev-tools/arm-none-eabi-gcc": "10.3.1-2.3.1",
779
- "@xpack-dev-tools/qemu-arm": "6.2.0-1.1",
780
- "@micro-os-plus/architecture-cortexm": "5.0.0",
781
- "@micro-os-plus/devices-cortexm": "3.0.0",
782
- "@micro-os-plus/devices-stm32f4-extras": "2.2.2",
783
- "@micro-os-plus/libs-c": "3.0.0",
784
- "@micro-os-plus/libs-cpp": "3.0.0",
785
- "@micro-os-plus/platform-stm32f4discovery": "3.3.1",
786
- "@micro-os-plus/semihosting": "4.0.0",
787
- "@micro-os-plus/startup": "3.0.0",
788
- "@micro-os-plus/version": "7.1.2",
789
- "@xpack-3rd-party/arm-cmsis-core-m": "5.4.0-5"
790
- }
791
- },
792
- "stm32f4discovery-cmake-release": {
793
- "properties": {
794
- "buildType": "MinSizeRel",
795
- "platformName": "stm32f4discovery",
796
- "toolchainFileName": "arm-none-eabi-gcc.cmake",
797
- "qemuBoardName": "STM32F4-Discovery"
798
- },
799
- "actions": {
800
- "link-deps": [
801
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-cortexm",
802
- "xpm link --config {{ configuration.name }} @micro-os-plus/devices-cortexm",
803
- "xpm link --config {{ configuration.name }} @micro-os-plus/devices-stm32f4-extras",
804
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-c",
805
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-cpp",
806
- "xpm link --config {{ configuration.name }} @micro-os-plus/platform-stm32f4discovery",
807
- "xpm link --config {{ configuration.name }} @micro-os-plus/semihosting",
808
- "xpm link --config {{ configuration.name }} @micro-os-plus/startup",
809
- "xpm link --config {{ configuration.name }} @micro-os-plus/version"
810
- ],
811
- "prepare": "{{ properties.commandCMakePrepareWithToolchain }}",
812
- "build": [
813
- "{{ properties.commandCMakeReconfigure }}",
814
- "{{ properties.commandCMakeBuild }}"
815
- ],
816
- "test": "{{ properties.commandCMakePerformTests }}",
817
- "clean": "{{ properties.commandCMakeClean }}"
818
- },
819
- "devDependencies": {
820
- "@xpack-dev-tools/arm-none-eabi-gcc": "10.3.1-2.3.1",
821
- "@xpack-dev-tools/qemu-arm": "6.2.0-1.1",
822
- "@micro-os-plus/architecture-cortexm": "5.0.0",
823
- "@micro-os-plus/devices-cortexm": "3.0.0",
824
- "@micro-os-plus/devices-stm32f4-extras": "2.2.2",
825
- "@micro-os-plus/libs-c": "3.0.0",
826
- "@micro-os-plus/libs-cpp": "3.0.0",
827
- "@micro-os-plus/platform-stm32f4discovery": "3.3.1",
828
- "@micro-os-plus/semihosting": "4.0.0",
829
- "@micro-os-plus/startup": "3.0.0",
830
- "@micro-os-plus/version": "7.1.2",
831
- "@xpack-3rd-party/arm-cmsis-core-m": "5.4.0-5"
832
- }
833
- },
834
- "stm32f4discovery-meson-debug": {
835
- "properties": {
836
- "buildType": "debug",
837
- "platformName": "stm32f4discovery",
838
- "toolchainFileName": "arm-none-eabi-gcc.ini",
839
- "toolchainWindowsFileName": "arm-none-eabi-gcc-cmd.ini",
840
- "qemuBoardName": "STM32F4-Discovery"
841
- },
842
- "actions": {
843
- "link-deps": [
844
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-cortexm",
845
- "xpm link --config {{ configuration.name }} @micro-os-plus/devices-cortexm",
846
- "xpm link --config {{ configuration.name }} @micro-os-plus/devices-stm32f4-extras",
847
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-c",
848
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-cpp",
849
- "xpm link --config {{ configuration.name }} @micro-os-plus/platform-stm32f4discovery",
850
- "xpm link --config {{ configuration.name }} @micro-os-plus/semihosting",
851
- "xpm link --config {{ configuration.name }} @micro-os-plus/startup",
852
- "xpm link --config {{ configuration.name }} @micro-os-plus/version"
853
- ],
854
- "prepare": "{{ properties.commandMesonPrepareCross }}",
855
- "build": [
856
- "{{ properties.commandMesonReconfigure }}",
857
- "{{ properties.commandMesonBuild }}"
858
- ],
859
- "test": "{{ properties.commandMesonPerformTests }}",
860
- "clean": "{{ properties.commandMesonClean }}"
861
- },
862
- "devDependencies": {
863
- "@xpack-dev-tools/arm-none-eabi-gcc": "10.3.1-2.3.1",
864
- "@xpack-dev-tools/qemu-arm": "6.2.0-1.1",
865
- "@micro-os-plus/architecture-cortexm": "5.0.0",
866
- "@micro-os-plus/devices-cortexm": "3.0.0",
867
- "@micro-os-plus/devices-stm32f4-extras": "2.2.2",
868
- "@micro-os-plus/libs-c": "3.0.0",
869
- "@micro-os-plus/libs-cpp": "3.0.0",
870
- "@micro-os-plus/platform-stm32f4discovery": "3.3.1",
871
- "@micro-os-plus/semihosting": "4.0.0",
872
- "@micro-os-plus/startup": "3.0.0",
873
- "@micro-os-plus/version": "7.1.2",
874
- "@xpack-3rd-party/arm-cmsis-core-m": "5.4.0-5"
875
- }
876
- },
877
- "stm32f4discovery-meson-release": {
878
- "properties": {
879
- "buildType": "minsize",
880
- "platformName": "stm32f4discovery",
881
- "toolchainFileName": "arm-none-eabi-gcc.ini",
882
- "toolchainWindowsFileName": "arm-none-eabi-gcc-cmd.ini",
883
- "qemuBoardName": "STM32F4-Discovery"
884
- },
885
- "actions": {
886
- "link-deps": [
887
- "xpm link --config {{ configuration.name }} @micro-os-plus/architecture-cortexm",
888
- "xpm link --config {{ configuration.name }} @micro-os-plus/devices-cortexm",
889
- "xpm link --config {{ configuration.name }} @micro-os-plus/devices-stm32f4-extras",
890
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-c",
891
- "xpm link --config {{ configuration.name }} @micro-os-plus/libs-cpp",
892
- "xpm link --config {{ configuration.name }} @micro-os-plus/platform-stm32f4discovery",
893
- "xpm link --config {{ configuration.name }} @micro-os-plus/semihosting",
894
- "xpm link --config {{ configuration.name }} @micro-os-plus/startup",
895
- "xpm link --config {{ configuration.name }} @micro-os-plus/version"
896
- ],
897
- "prepare": "{{ properties.commandMesonPrepareCross }}",
898
- "build": [
899
- "{{ properties.commandMesonReconfigure }}",
900
- "{{ properties.commandMesonBuild }}"
901
- ],
902
- "test": "{{ properties.commandMesonPerformTests }}",
903
- "clean": "{{ properties.commandMesonClean }}"
904
- },
905
- "devDependencies": {
906
- "@xpack-dev-tools/arm-none-eabi-gcc": "10.3.1-2.3.1",
907
- "@xpack-dev-tools/qemu-arm": "6.2.0-1.1",
908
- "@micro-os-plus/architecture-cortexm": "5.0.0",
909
- "@micro-os-plus/devices-cortexm": "3.0.0",
910
- "@micro-os-plus/devices-stm32f4-extras": "2.2.2",
911
- "@micro-os-plus/libs-c": "3.0.0",
912
- "@micro-os-plus/libs-cpp": "3.0.0",
913
- "@micro-os-plus/platform-stm32f4discovery": "3.3.1",
914
- "@micro-os-plus/semihosting": "4.0.0",
915
- "@micro-os-plus/startup": "3.0.0",
916
- "@micro-os-plus/version": "7.1.2",
917
- "@xpack-3rd-party/arm-cmsis-core-m": "5.4.0-5"
560
+ "buildType": "minsize"
918
561
  }
919
562
  }
920
563
  }