Skip to content

Commit 080ea9f

Browse files
authored
Merge pull request #14080 from MaximIntegrated/max32630fthr-bare-metal-support
Add bare-metal support for MAXIM targets
2 parents 4324d32 + 819d3fc commit 080ea9f

File tree

1 file changed

+45
-12
lines changed

1 file changed

+45
-12
lines changed

targets/targets.json

Lines changed: 45 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4934,12 +4934,23 @@
49344934
"STDIO_MESSAGES",
49354935
"USTICKER"
49364936
],
4937-
"release_versions": [
4938-
"5"
4939-
],
49404937
"detect_code": [
49414938
"0418"
4942-
]
4939+
],
4940+
"supported_application_profiles" : ["full", "bare-metal"],
4941+
"supported_c_libs": {
4942+
"arm": [
4943+
"std",
4944+
"small"
4945+
],
4946+
"gcc_arm": [
4947+
"std",
4948+
"small"
4949+
],
4950+
"iar": [
4951+
"std"
4952+
]
4953+
}
49434954
},
49444955
"SDT32620B": {
49454956
"inherits": [
@@ -5022,10 +5033,21 @@
50225033
"USTICKER"
50235034
],
50245035
"device_name": "MAX32625",
5025-
"release_versions": [
5026-
"5"
5027-
],
5028-
"public": false
5036+
"public": false,
5037+
"supported_application_profiles" : ["full", "bare-metal"],
5038+
"supported_c_libs": {
5039+
"arm": [
5040+
"std",
5041+
"small"
5042+
],
5043+
"gcc_arm": [
5044+
"std",
5045+
"small"
5046+
],
5047+
"iar": [
5048+
"std"
5049+
]
5050+
}
50295051
},
50305052
"MAX32625MBED": {
50315053
"inherits": [
@@ -5108,12 +5130,23 @@
51085130
"SLEEP",
51095131
"USBDEVICE"
51105132
],
5111-
"release_versions": [
5112-
"5"
5113-
],
51145133
"detect_code": [
51155134
"0409"
5116-
]
5135+
],
5136+
"supported_application_profiles" : ["full", "bare-metal"],
5137+
"supported_c_libs": {
5138+
"arm": [
5139+
"std",
5140+
"small"
5141+
],
5142+
"gcc_arm": [
5143+
"std",
5144+
"small"
5145+
],
5146+
"iar": [
5147+
"std"
5148+
]
5149+
}
51175150
},
51185151
"EFM32": {
51195152
"inherits": [

0 commit comments

Comments
 (0)