File tree Expand file tree Collapse file tree 1 file changed +89
-6
lines changed Expand file tree Collapse file tree 1 file changed +89
-6
lines changed Original file line number Diff line number Diff line change 459
459
"release_versions" : [
460
460
" 5"
461
461
],
462
- "device_name" : " MKL25Z128xxx4"
462
+ "device_name" : " MKL25Z128xxx4" ,
463
+ "supported_c_libs" : {
464
+ "arm" : [
465
+ " std" ,
466
+ " small"
467
+ ],
468
+ "gcc_arm" : [
469
+ " std" ,
470
+ " small"
471
+ ],
472
+ "iar" : [
473
+ " std"
474
+ ]
475
+ },
476
+ "supported_application_profiles" : [
477
+ " full" , " bare-metal"
478
+ ]
463
479
},
464
480
"KL46Z" : {
465
481
"supported_form_factors" : [
506
522
" 5"
507
523
],
508
524
"device_name" : " MKL46Z256xxx4" ,
509
- "bootloader_supported" : true
525
+ "bootloader_supported" : true ,
526
+ "supported_c_libs" : {
527
+ "arm" : [
528
+ " std" ,
529
+ " small"
530
+ ],
531
+ "gcc_arm" : [
532
+ " std" ,
533
+ " small"
534
+ ],
535
+ "iar" : [
536
+ " std"
537
+ ]
538
+ },
539
+ "supported_application_profiles" : [
540
+ " full" , " bare-metal"
541
+ ]
510
542
},
511
543
"MCU_K22F512" : {
512
544
"core" : " Cortex-M4F" ,
563
595
" USBDEVICE" ,
564
596
" FLASH"
565
597
],
566
- "device_name" : " MK22DN512xxx5"
598
+ "device_name" : " MK22DN512xxx5" ,
599
+ "supported_c_libs" : {
600
+ "arm" : [
601
+ " std" ,
602
+ " small"
603
+ ],
604
+ "gcc_arm" : [
605
+ " std" ,
606
+ " small"
607
+ ],
608
+ "iar" : [
609
+ " std"
610
+ ]
611
+ },
612
+ "supported_application_profiles" : [
613
+ " full" , " bare-metal"
614
+ ]
567
615
},
568
616
"K22F" : {
569
617
"supported_form_factors" : [
637
685
"release_versions" : [
638
686
" 5"
639
687
],
640
- "device_name" : " MKL43Z256xxx4"
688
+ "device_name" : " MKL43Z256xxx4" ,
689
+ "supported_c_libs" : {
690
+ "arm" : [
691
+ " std" ,
692
+ " small"
693
+ ],
694
+ "gcc_arm" : [
695
+ " std" ,
696
+ " small"
697
+ ],
698
+ "iar" : [
699
+ " std"
700
+ ]
701
+ },
702
+ "supported_application_profiles" : [
703
+ " full" , " bare-metal"
704
+ ]
641
705
},
642
706
"KW41Z" : {
643
707
"supported_form_factors" : [
1036
1100
"iar" : [
1037
1101
" std"
1038
1102
]
1039
- }
1103
+ },
1104
+ "supported_application_profiles" : [
1105
+ " full" , " bare-metal"
1106
+ ]
1040
1107
},
1041
1108
"K82F" : {
1042
1109
"supported_form_factors" : [
1096
1163
"release_versions" : [
1097
1164
" 5"
1098
1165
],
1099
- "device_name" : " MK82FN256xxx15"
1166
+ "device_name" : " MK82FN256xxx15" ,
1167
+ "supported_c_libs" : {
1168
+ "arm" : [
1169
+ " std" ,
1170
+ " small"
1171
+ ],
1172
+ "gcc_arm" : [
1173
+ " std" ,
1174
+ " small"
1175
+ ],
1176
+ "iar" : [
1177
+ " std"
1178
+ ]
1179
+ },
1180
+ "supported_application_profiles" : [
1181
+ " full" , " bare-metal"
1182
+ ]
1100
1183
},
1101
1184
"MCU_STM32" : {
1102
1185
"inherits" : [
You can’t perform that action at this time.
0 commit comments