Merge pull request #13587 from jeromecoutant/PR_G031

MCU_STM32G031xx : decrease boot-stack-size
pull/13594/head
Martin Kojtal 2020-09-10 15:04:47 +01:00 committed by GitHub
commit f7d5dfbe3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 18 deletions

View File

@ -2374,6 +2374,12 @@
"MCU_STM32G0"
],
"public": false,
"overrides": {
"boot-stack-size": "0x400"
},
"supported_application_profiles": [
"bare-metal"
],
"extra_labels_add": [
"STM32G031xx"
],
@ -2388,24 +2394,7 @@
"detect_code": [
"0852"
],
"device_name": "STM32G031K8Tx",
"supported_c_libs": {
"arm": [
"std",
"small"
],
"gcc_arm": [
"std",
"small"
],
"iar": [
"std"
]
},
"c_lib": "small",
"supported_application_profiles": [
"bare-metal"
]
"device_name": "STM32G031K8Tx"
},
"MCU_STM32G071xx": {
"inherits": [