Initial STM32H5 CubeMX/CubeIDE generated baseline (clean)

This commit is contained in:
2026-03-26 17:46:20 +01:00
parent 3a482e4590
commit 6421c57e65
2 changed files with 66 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Build output
Debug/
Release/
build/
# STM32CubeIDE / Eclipse temporary files
.settings/
.metadata/
.idea/
.vscode/
# Generated binaries / objects
*.o
*.d
*.su
*.elf
*.map
*.list
*.hex
*.bin
# Logs / temp
*.log
*.tmp
# OS files
Thumbs.db
Desktop.ini
.DS_Store
# Python/tool temp if you use scripts
__pycache__/
*.pyc

33
hpsg5-controller-stm32h5/.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Build output
Debug/
Release/
build/
# STM32CubeIDE / Eclipse temporary files
.settings/
.metadata/
.idea/
.vscode/
# Generated binaries / objects
*.o
*.d
*.su
*.elf
*.map
*.list
*.hex
*.bin
# Logs / temp
*.log
*.tmp
# OS files
Thumbs.db
Desktop.ini
.DS_Store
# Python/tool temp if you use scripts
__pycache__/
*.pyc