Initial commit

This commit is contained in:
2026-05-03 18:01:55 +02:00
commit 37c66db93e
4 changed files with 80 additions and 0 deletions

35
stm32.gitignore Normal file
View File

@@ -0,0 +1,35 @@
# ========================
# Build outputs
# ========================
build/
**/build/
*.elf
*.bin
*.hex
*.map
*.o
*.a
*.d
# ========================
# CMake
# ========================
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
# ========================
# IDE / Editor
# ========================
.vscode/
.idea/
*.swp
*.log
# ========================
# OS
# ========================
.DS_Store
Thumbs.db