Merge pull request #14346 from harmut01/baremetal_analog

Add bare metal support to Analog Device targets
pull/14423/head
Martin Kojtal 2021-03-11 16:40:45 +00:00 committed by GitHub
commit dd7ca06176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 6 deletions

View File

@ -864,8 +864,7 @@
"core": "Cortex-M4F",
"supported_toolchains": [
"ARM",
"GCC_ARM",
"IAR"
"GCC_ARM"
],
"macros": [
"__ADUCM4050__",
@ -899,7 +898,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": [
@ -908,8 +918,7 @@
"core": "Cortex-M3",
"supported_toolchains": [
"ARM",
"GCC_ARM",
"IAR"
"GCC_ARM"
],
"macros": [
"__ADUCM3029__",
@ -943,7 +952,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": [