mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14080 from MaximIntegrated/max32630fthr-bare-metal-support
Add bare-metal support for MAXIM targetspull/14159/head
commit
080ea9f903
|
@ -4934,12 +4934,23 @@
|
||||||
"STDIO_MESSAGES",
|
"STDIO_MESSAGES",
|
||||||
"USTICKER"
|
"USTICKER"
|
||||||
],
|
],
|
||||||
"release_versions": [
|
|
||||||
"5"
|
|
||||||
],
|
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"0418"
|
"0418"
|
||||||
]
|
],
|
||||||
|
"supported_application_profiles" : ["full", "bare-metal"],
|
||||||
|
"supported_c_libs": {
|
||||||
|
"arm": [
|
||||||
|
"std",
|
||||||
|
"small"
|
||||||
|
],
|
||||||
|
"gcc_arm": [
|
||||||
|
"std",
|
||||||
|
"small"
|
||||||
|
],
|
||||||
|
"iar": [
|
||||||
|
"std"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"SDT32620B": {
|
"SDT32620B": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
|
@ -5022,10 +5033,21 @@
|
||||||
"USTICKER"
|
"USTICKER"
|
||||||
],
|
],
|
||||||
"device_name": "MAX32625",
|
"device_name": "MAX32625",
|
||||||
"release_versions": [
|
"public": false,
|
||||||
"5"
|
"supported_application_profiles" : ["full", "bare-metal"],
|
||||||
],
|
"supported_c_libs": {
|
||||||
"public": false
|
"arm": [
|
||||||
|
"std",
|
||||||
|
"small"
|
||||||
|
],
|
||||||
|
"gcc_arm": [
|
||||||
|
"std",
|
||||||
|
"small"
|
||||||
|
],
|
||||||
|
"iar": [
|
||||||
|
"std"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"MAX32625MBED": {
|
"MAX32625MBED": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
|
@ -5108,12 +5130,23 @@
|
||||||
"SLEEP",
|
"SLEEP",
|
||||||
"USBDEVICE"
|
"USBDEVICE"
|
||||||
],
|
],
|
||||||
"release_versions": [
|
|
||||||
"5"
|
|
||||||
],
|
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"0409"
|
"0409"
|
||||||
]
|
],
|
||||||
|
"supported_application_profiles" : ["full", "bare-metal"],
|
||||||
|
"supported_c_libs": {
|
||||||
|
"arm": [
|
||||||
|
"std",
|
||||||
|
"small"
|
||||||
|
],
|
||||||
|
"gcc_arm": [
|
||||||
|
"std",
|
||||||
|
"small"
|
||||||
|
],
|
||||||
|
"iar": [
|
||||||
|
"std"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"EFM32": {
|
"EFM32": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
|
|
Loading…
Reference in New Issue