Skip to content

Commit 9a28e9e

Browse files
Ahmet AlincakAhmet Alincak
authored andcommitted
Add bare-metal support for MAX32630FTHR board
1 parent 994662a commit 9a28e9e

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

targets/targets.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5013,12 +5013,24 @@
50135013
"USTICKER",
50145014
"MPU"
50155015
],
5016-
"release_versions": [
5017-
"5"
5018-
],
50195016
"detect_code": [
50205017
"0409"
5021-
]
5018+
],
5019+
"supported_application_profiles" : ["full", "bare-metal"],
5020+
"supported_c_libs": {
5021+
"arm": [
5022+
"std",
5023+
"small"
5024+
],
5025+
"gcc_arm": [
5026+
"std",
5027+
"small"
5028+
],
5029+
"iar": [
5030+
"std"
5031+
]
5032+
},
5033+
"c_lib": "small"
50225034
},
50235035
"EFM32": {
50245036
"inherits": [

0 commit comments

Comments
 (0)