Skip to content

Commit dd7ca06

Browse files
authored
Merge pull request #14346 from harmut01/baremetal_analog
Add bare metal support to Analog Device targets
2 parents 675754d + f985169 commit dd7ca06

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

targets/targets.json

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -864,8 +864,7 @@
864864
"core": "Cortex-M4F",
865865
"supported_toolchains": [
866866
"ARM",
867-
"GCC_ARM",
868-
"IAR"
867+
"GCC_ARM"
869868
],
870869
"macros": [
871870
"__ADUCM4050__",
@@ -899,7 +898,18 @@
899898
"release_versions": [
900899
"5"
901900
],
902-
"bootloader_supported": true
901+
"bootloader_supported": true,
902+
"supported_application_profiles" : ["full", "bare-metal"],
903+
"supported_c_libs": {
904+
"arm": [
905+
"std",
906+
"small"
907+
],
908+
"gcc_arm": [
909+
"std",
910+
"small"
911+
]
912+
}
903913
},
904914
"EV_COG_AD3029LZ": {
905915
"inherits": [
@@ -908,8 +918,7 @@
908918
"core": "Cortex-M3",
909919
"supported_toolchains": [
910920
"ARM",
911-
"GCC_ARM",
912-
"IAR"
921+
"GCC_ARM"
913922
],
914923
"macros": [
915924
"__ADUCM3029__",
@@ -943,7 +952,18 @@
943952
"release_versions": [
944953
"5"
945954
],
946-
"bootloader_supported": true
955+
"bootloader_supported": true,
956+
"supported_application_profiles" : ["full", "bare-metal"],
957+
"supported_c_libs": {
958+
"arm": [
959+
"std",
960+
"small"
961+
],
962+
"gcc_arm": [
963+
"std",
964+
"small"
965+
]
966+
}
947967
},
948968
"HEXIWEAR": {
949969
"inherits": [

0 commit comments

Comments
 (0)