Initial commit: IR test firmware for STM32L073XX

This commit is contained in:
Dongubak
2026-08-22 14:49:29 +09:00
commit f75318d889
113 changed files with 112190 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"configurations": [
{
"name": "STM32",
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json"
}
]
}