Skip to content

Commit d4b7ab7

Browse files
Ahmet AlincakAhmet Alincak
authored andcommitted
Add bare-metal support for MAXIM targets
1 parent 994662a commit d4b7ab7

File tree

1 file changed

+48
-12
lines changed

1 file changed

+48
-12
lines changed

targets/targets.json

Lines changed: 48 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4841,12 +4841,24 @@
48414841
"STDIO_MESSAGES",
48424842
"USTICKER"
48434843
],
4844-
"release_versions": [
4845-
"5"
4846-
],
48474844
"detect_code": [
48484845
"0418"
4849-
]
4846+
],
4847+
"supported_application_profiles" : ["full", "bare-metal"],
4848+
"supported_c_libs": {
4849+
"arm": [
4850+
"std",
4851+
"small"
4852+
],
4853+
"gcc_arm": [
4854+
"std",
4855+
"small"
4856+
],
4857+
"iar": [
4858+
"std"
4859+
]
4860+
},
4861+
"c_lib" : "small"
48504862
},
48514863
"SDT32620B": {
48524864
"inherits": [
@@ -4929,10 +4941,22 @@
49294941
"USTICKER"
49304942
],
49314943
"device_name": "MAX32625",
4932-
"release_versions": [
4933-
"5"
4934-
],
4935-
"public": false
4944+
"public": false,
4945+
"supported_application_profiles" : ["full", "bare-metal"],
4946+
"supported_c_libs": {
4947+
"arm": [
4948+
"std",
4949+
"small"
4950+
],
4951+
"gcc_arm": [
4952+
"std",
4953+
"small"
4954+
],
4955+
"iar": [
4956+
"std"
4957+
]
4958+
},
4959+
"c_lib" : "small"
49364960
},
49374961
"MAX32625MBED": {
49384962
"inherits": [
@@ -5013,12 +5037,24 @@
50135037
"USTICKER",
50145038
"MPU"
50155039
],
5016-
"release_versions": [
5017-
"5"
5018-
],
50195040
"detect_code": [
50205041
"0409"
5021-
]
5042+
],
5043+
"supported_application_profiles" : ["full", "bare-metal"],
5044+
"supported_c_libs": {
5045+
"arm": [
5046+
"std",
5047+
"small"
5048+
],
5049+
"gcc_arm": [
5050+
"std",
5051+
"small"
5052+
],
5053+
"iar": [
5054+
"std"
5055+
]
5056+
},
5057+
"c_lib": "small"
50225058
},
50235059
"EFM32": {
50245060
"inherits": [

0 commit comments

Comments
 (0)