Added STM32 Project

This commit is contained in:
2026-03-21 17:28:02 +01:00
parent 442d94fa1b
commit 9feea0f9fe
124 changed files with 192696 additions and 0 deletions

35
STM32/.gitignore vendored 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