Skip to content

Commit 6238f2e

Browse files
Add bare metal support to Analog Device targets
1 parent 2660621 commit 6238f2e

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

targets/targets.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,18 @@
853853
"release_versions": [
854854
"5"
855855
],
856-
"bootloader_supported": true
856+
"bootloader_supported": true,
857+
"supported_application_profiles" : ["full", "bare-metal"],
858+
"supported_c_libs": {
859+
"arm": [
860+
"std",
861+
"small"
862+
],
863+
"gcc_arm": [
864+
"std",
865+
"small"
866+
]
867+
}
857868
},
858869
"EV_COG_AD3029LZ": {
859870
"inherits": [
@@ -897,7 +908,18 @@
897908
"release_versions": [
898909
"5"
899910
],
900-
"bootloader_supported": true
911+
"bootloader_supported": true,
912+
"supported_application_profiles" : ["full", "bare-metal"],
913+
"supported_c_libs": {
914+
"arm": [
915+
"std",
916+
"small"
917+
],
918+
"gcc_arm": [
919+
"std",
920+
"small"
921+
]
922+
}
901923
},
902924
"HEXIWEAR": {
903925
"inherits": [

0 commit comments

Comments
 (0)