Initial import of STM32CubeIDE project

This commit is contained in:
2026-03-26 16:11:00 +01:00
commit 523e57a6ae
177 changed files with 197768 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Build output
Debug/
Release/
build/
Build/
out/
# User/local IDE files
.metadata/
.settings/
*.launch
*.tmp
*.bak
*.swp
*~
*.log
# Binary outputs
*.o
*.obj
*.d
*.su
*.elf
*.axf
*.map
*.hex
*.bin
*.list
# OS/editor junk
Thumbs.db
Desktop.ini
.DS_Store
.vscode/
__pycache__/
*.pyc