mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14346 from harmut01/baremetal_analog
Add bare metal support to Analog Device targetspull/14423/head
commit
dd7ca06176
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue