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.
1 parent 470ef49 commit 167241aCopy full SHA for 167241a
targets/targets.json
@@ -2387,7 +2387,24 @@
2387
"detect_code": [
2388
"0852"
2389
],
2390
- "device_name": "STM32G031K8Tx"
+ "device_name": "STM32G031K8Tx",
2391
+ "supported_c_libs": {
2392
+ "arm": [
2393
+ "std",
2394
+ "small"
2395
+ ],
2396
+ "gcc_arm": [
2397
2398
2399
2400
+ "iar": [
2401
+ "std"
2402
+ ]
2403
+ },
2404
+ "c_lib": "small",
2405
+ "supported_application_profiles": [
2406
+ "bare-metal"
2407
2408
},
2409
"MCU_STM32G071xx": {
2410
"inherits": [
0 commit comments