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",
|
||||
"USTICKER"
|
||||
],
|
||||
"release_versions": [
|
||||
"5"
|
||||
],
|
||||
"detect_code": [
|
||||
"0418"
|
||||
]
|
||||
],
|
||||
"supported_application_profiles" : ["full", "bare-metal"],
|
||||
"supported_c_libs": {
|
||||
"arm": [
|
||||
"std",
|
||||
"small"
|
||||
],
|
||||
"gcc_arm": [
|
||||
"std",
|
||||
"small"
|
||||
],
|
||||
"iar": [
|
||||
"std"
|
||||
]
|
||||
}
|
||||
},
|
||||
"SDT32620B": {
|
||||
"inherits": [
|
||||
|
@ -5022,10 +5033,21 @@
|
|||
"USTICKER"
|
||||
],
|
||||
"device_name": "MAX32625",
|
||||
"release_versions": [
|
||||
"5"
|
||||
],
|
||||
"public": false
|
||||
"public": false,
|
||||
"supported_application_profiles" : ["full", "bare-metal"],
|
||||
"supported_c_libs": {
|
||||
"arm": [
|
||||
"std",
|
||||
"small"
|
||||
],
|
||||
"gcc_arm": [
|
||||
"std",
|
||||
"small"
|
||||
],
|
||||
"iar": [
|
||||
"std"
|
||||
]
|
||||
}
|
||||
},
|
||||
"MAX32625MBED": {
|
||||
"inherits": [
|
||||
|
@ -5108,12 +5130,23 @@
|
|||
"SLEEP",
|
||||
"USBDEVICE"
|
||||
],
|
||||
"release_versions": [
|
||||
"5"
|
||||
],
|
||||
"detect_code": [
|
||||
"0409"
|
||||
]
|
||||
],
|
||||
"supported_application_profiles" : ["full", "bare-metal"],
|
||||
"supported_c_libs": {
|
||||
"arm": [
|
||||
"std",
|
||||
"small"
|
||||
],
|
||||
"gcc_arm": [
|
||||
"std",
|
||||
"small"
|
||||
],
|
||||
"iar": [
|
||||
"std"
|
||||
]
|
||||
}
|
||||
},
|
||||
"EFM32": {
|
||||
"inherits": [
|
||||
|
|
Loading…
Reference in New Issue