Simple project

This commit is contained in:
2026-04-18 13:26:59 +02:00
commit 76eaf96b7b
26 changed files with 2637 additions and 0 deletions

11
SW/spu/.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"version": 4,
"configurations": [
{
"name": "STM32F030",
"compileCommands": "${workspaceFolder}/app/blinky/stm32f030/build/compile_commands.json",
"intelliSenseMode": "linux-gcc-arm",
"compilerPath": "/usr/bin/arm-none-eabi-gcc"
}
]
}