Skip to content

Commit f7d5dfb

Browse files
authored
Merge pull request #13587 from jeromecoutant/PR_G031
MCU_STM32G031xx : decrease boot-stack-size
2 parents 98beadd + 2441e15 commit f7d5dfb

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

targets/targets.json

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,6 +2374,12 @@
23742374
"MCU_STM32G0"
23752375
],
23762376
"public": false,
2377+
"overrides": {
2378+
"boot-stack-size": "0x400"
2379+
},
2380+
"supported_application_profiles": [
2381+
"bare-metal"
2382+
],
23772383
"extra_labels_add": [
23782384
"STM32G031xx"
23792385
],
@@ -2388,24 +2394,7 @@
23882394
"detect_code": [
23892395
"0852"
23902396
],
2391-
"device_name": "STM32G031K8Tx",
2392-
"supported_c_libs": {
2393-
"arm": [
2394-
"std",
2395-
"small"
2396-
],
2397-
"gcc_arm": [
2398-
"std",
2399-
"small"
2400-
],
2401-
"iar": [
2402-
"std"
2403-
]
2404-
},
2405-
"c_lib": "small",
2406-
"supported_application_profiles": [
2407-
"bare-metal"
2408-
]
2397+
"device_name": "STM32G031K8Tx"
24092398
},
24102399
"MCU_STM32G071xx": {
24112400
"inherits": [

0 commit comments

Comments
 (0)