初始化项目

This commit is contained in:
2026-07-13 15:38:57 +08:00
commit 3577003fb6
102 changed files with 81785 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Keil MDK-ARM
*.uvguix.*
*.uvoptx
*.lst
MDK-ARM/Objects/
MDK-ARM/Listings/
# STM32CubeIDE
Debug/
Release/
.settings/
.cproject
.project
# Build output
*.o
*.d
*.elf
*.hex
*.bin
*.map
*.axf
*.htm
*.dep
# Debug configurations
DebugConfig/
# RTE (unless you want to commit packs)
RTE/
# Temporary files
*.bak
*.tmp
*~