Initial commit

This commit is contained in:
Projetos
2026-01-18 22:02:57 -03:00
commit a391726ee8
9 changed files with 433 additions and 0 deletions

10
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "ARM Cross",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"intelliSenseMode": "linux-gcc-arm"
}
],
"version": 4
}