Skip to content

Commit 73883b5

Browse files
Add bare metal support to freescale targets
1 parent 2660621 commit 73883b5

File tree

1 file changed

+89
-6
lines changed

1 file changed

+89
-6
lines changed

targets/targets.json

Lines changed: 89 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,23 @@
459459
"release_versions": [
460460
"5"
461461
],
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+
]
463479
},
464480
"KL46Z": {
465481
"supported_form_factors": [
@@ -506,7 +522,23 @@
506522
"5"
507523
],
508524
"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+
]
510542
},
511543
"MCU_K22F512": {
512544
"core": "Cortex-M4F",
@@ -563,7 +595,23 @@
563595
"USBDEVICE",
564596
"FLASH"
565597
],
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+
]
567615
},
568616
"K22F": {
569617
"supported_form_factors": [
@@ -637,7 +685,23 @@
637685
"release_versions": [
638686
"5"
639687
],
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+
]
641705
},
642706
"KW41Z": {
643707
"supported_form_factors": [
@@ -1036,7 +1100,10 @@
10361100
"iar": [
10371101
"std"
10381102
]
1039-
}
1103+
},
1104+
"supported_application_profiles": [
1105+
"full", "bare-metal"
1106+
]
10401107
},
10411108
"K82F": {
10421109
"supported_form_factors": [
@@ -1096,7 +1163,23 @@
10961163
"release_versions": [
10971164
"5"
10981165
],
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+
]
11001183
},
11011184
"MCU_STM32": {
11021185
"inherits": [

0 commit comments

Comments
 (0)