Skip to content

Commit 167241a

Browse files
committed
Limit NUCLEO_G031K8 to bare-metal builds due to memory constraints
1 parent 470ef49 commit 167241a

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

targets/targets.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,24 @@
23872387
"detect_code": [
23882388
"0852"
23892389
],
2390-
"device_name": "STM32G031K8Tx"
2390+
"device_name": "STM32G031K8Tx",
2391+
"supported_c_libs": {
2392+
"arm": [
2393+
"std",
2394+
"small"
2395+
],
2396+
"gcc_arm": [
2397+
"std",
2398+
"small"
2399+
],
2400+
"iar": [
2401+
"std"
2402+
]
2403+
},
2404+
"c_lib": "small",
2405+
"supported_application_profiles": [
2406+
"bare-metal"
2407+
]
23912408
},
23922409
"MCU_STM32G071xx": {
23932410
"inherits": [

0 commit comments

Comments
 (0)