Add bare metal support to Analog Device targets

pull/14346/head
Harrison Mutai 2021-02-22 10:07:31 +00:00
parent 26606218ad
commit 6238f2ecad
1 changed files with 24 additions and 2 deletions

View File

@ -853,7 +853,18 @@
"release_versions": [
"5"
],
"bootloader_supported": true
"bootloader_supported": true,
"supported_application_profiles" : ["full", "bare-metal"],
"supported_c_libs": {
"arm": [
"std",
"small"
],
"gcc_arm": [
"std",
"small"
]
}
},
"EV_COG_AD3029LZ": {
"inherits": [
@ -897,7 +908,18 @@
"release_versions": [
"5"
],
"bootloader_supported": true
"bootloader_supported": true,
"supported_application_profiles" : ["full", "bare-metal"],
"supported_c_libs": {
"arm": [
"std",
"small"
],
"gcc_arm": [
"std",
"small"
]
}
},
"HEXIWEAR": {
"inherits": [