Skip to content

Commit 819d3fc

Browse files
Ahmet AlincakAhmet Alincak
authored andcommitted
Add bare-metal support for MAXIM targets
1 parent e917282 commit 819d3fc

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
@@ -4914,12 +4914,23 @@
49144914
"STDIO_MESSAGES",
49154915
"USTICKER"
49164916
],
4917-
"release_versions": [
4918-
"5"
4919-
],
49204917
"detect_code": [
49214918
"0418"
4922-
]
4919+
],
4920+
"supported_application_profiles" : ["full", "bare-metal"],
4921+
"supported_c_libs": {
4922+
"arm": [
4923+
"std",
4924+
"small"
4925+
],
4926+
"gcc_arm": [
4927+
"std",
4928+
"small"
4929+
],
4930+
"iar": [
4931+
"std"
4932+
]
4933+
}
49234934
},
49244935
"SDT32620B": {
49254936
"inherits": [
@@ -5002,10 +5013,21 @@
50025013
"USTICKER"
50035014
],
50045015
"device_name": "MAX32625",
5005-
"release_versions": [
5006-
"5"
5007-
],
5008-
"public": false
5016+
"public": false,
5017+
"supported_application_profiles" : ["full", "bare-metal"],
5018+
"supported_c_libs": {
5019+
"arm": [
5020+
"std",
5021+
"small"
5022+
],
5023+
"gcc_arm": [
5024+
"std",
5025+
"small"
5026+
],
5027+
"iar": [
5028+
"std"
5029+
]
5030+
}
50095031
},
50105032
"MAX32625MBED": {
50115033
"inherits": [
@@ -5086,12 +5108,23 @@
50865108
"USTICKER",
50875109
"MPU"
50885110
],
5089-
"release_versions": [
5090-
"5"
5091-
],
50925111
"detect_code": [
50935112
"0409"
5094-
]
5113+
],
5114+
"supported_application_profiles" : ["full", "bare-metal"],
5115+
"supported_c_libs": {
5116+
"arm": [
5117+
"std",
5118+
"small"
5119+
],
5120+
"gcc_arm": [
5121+
"std",
5122+
"small"
5123+
],
5124+
"iar": [
5125+
"std"
5126+
]
5127+
}
50955128
},
50965129
"EFM32": {
50975130
"inherits": [

0 commit comments

Comments
 (0)