mirror of https://github.com/ARMmbed/mbed-os.git
Add bare metal support to Analog Device targets
parent
26606218ad
commit
6238f2ecad
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue