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