Merge pull request #14080 from MaximIntegrated/max32630fthr-bare-metal-support

Add bare-metal support for MAXIM targets
pull/14159/head
Martin Kojtal 2021-01-20 08:05:16 +00:00 committed by GitHub
commit 080ea9f903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 45 additions and 12 deletions

View File

@ -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": [