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", "core": "Cortex-M4F",
"supported_toolchains": [ "supported_toolchains": [
"ARM", "ARM",
"GCC_ARM", "GCC_ARM"
"IAR"
], ],
"macros": [ "macros": [
"__ADUCM4050__", "__ADUCM4050__",
@ -899,7 +898,18 @@
"release_versions": [ "release_versions": [
"5" "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": { "EV_COG_AD3029LZ": {
"inherits": [ "inherits": [
@ -908,8 +918,7 @@
"core": "Cortex-M3", "core": "Cortex-M3",
"supported_toolchains": [ "supported_toolchains": [
"ARM", "ARM",
"GCC_ARM", "GCC_ARM"
"IAR"
], ],
"macros": [ "macros": [
"__ADUCM3029__", "__ADUCM3029__",
@ -943,7 +952,18 @@
"release_versions": [ "release_versions": [
"5" "5"
], ],
"bootloader_supported": true "bootloader_supported": true,
"supported_application_profiles" : ["full", "bare-metal"],
"supported_c_libs": {
"arm": [
"std",
"small"
],
"gcc_arm": [
"std",
"small"
]
}
}, },
"HEXIWEAR": { "HEXIWEAR": {
"inherits": [ "inherits": [