init new project with vscode estension

This commit is contained in:
PanSi21 2025-11-25 15:35:01 +01:00
parent 20f9d0e570
commit 2775cc2108
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 198E46F625BADD13
139 changed files with 212256 additions and 0 deletions

View file

@ -0,0 +1,88 @@
{
"configurations" :
[
{
"directories" :
[
{
"build" : ".",
"childIndexes" :
[
1
],
"jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json",
"minimumCMakeVersion" :
{
"string" : "3.22"
},
"projectIndex" : 0,
"source" : ".",
"targetIndexes" :
[
0
]
},
{
"build" : "cmake/stm32cubemx",
"jsonFile" : "directory-cmake.stm32cubemx-Debug-4b19649788072bcc790a.json",
"minimumCMakeVersion" :
{
"string" : "3.22"
},
"parentIndex" : 0,
"projectIndex" : 0,
"source" : "cmake/stm32cubemx",
"targetIndexes" :
[
1
]
}
],
"name" : "Debug",
"projects" :
[
{
"directoryIndexes" :
[
0,
1
],
"name" : "ST-LAB",
"targetIndexes" :
[
0,
1
]
}
],
"targets" :
[
{
"directoryIndex" : 0,
"id" : "ST-LAB::@6890427a1f51a3e7e1df",
"jsonFile" : "target-ST-LAB-Debug-1b8642a11d52f4180393.json",
"name" : "ST-LAB",
"projectIndex" : 0
},
{
"directoryIndex" : 1,
"id" : "STM32_Drivers::@768a070a0fe75716b479",
"jsonFile" : "target-STM32_Drivers-Debug-806ab811f513990bbc9f.json",
"name" : "STM32_Drivers",
"projectIndex" : 0
}
]
}
],
"kind" : "codemodel",
"paths" :
{
"build" : "/home/pansi21/Scrivania/C/STM32/vscode/ST-LAB/build/Debug",
"source" : "/home/pansi21/Scrivania/C/STM32/vscode/ST-LAB"
},
"version" :
{
"major" : 2,
"minor" : 8
}
}