CMake (+VSCode)

This commit is contained in:
Attila Body 2025-05-26 21:19:38 +02:00
parent 01a3e1b6e5
commit 0159a9cb45
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
21 changed files with 1073 additions and 538 deletions

8
.vscode/c_cpp_properties.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"configurations": [
{
"name": "STM32",
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json"
}
]
}