We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98beadd + 2441e15 commit f7d5dfbCopy full SHA for f7d5dfb
targets/targets.json
@@ -2374,6 +2374,12 @@
2374
"MCU_STM32G0"
2375
],
2376
"public": false,
2377
+ "overrides": {
2378
+ "boot-stack-size": "0x400"
2379
+ },
2380
+ "supported_application_profiles": [
2381
+ "bare-metal"
2382
+ ],
2383
"extra_labels_add": [
2384
"STM32G031xx"
2385
@@ -2388,24 +2394,7 @@
2388
2394
"detect_code": [
2389
2395
"0852"
2390
2396
2391
- "device_name": "STM32G031K8Tx",
2392
- "supported_c_libs": {
2393
- "arm": [
- "std",
- "small"
- ],
2397
- "gcc_arm": [
2398
2399
2400
2401
- "iar": [
2402
- "std"
2403
- ]
2404
- },
2405
- "c_lib": "small",
2406
- "supported_application_profiles": [
2407
- "bare-metal"
2408
+ "device_name": "STM32G031K8Tx"
2409
},
2410
"MCU_STM32G071xx": {
2411
"inherits": [
0 commit comments