增加项目需求文档,以及行业标准

This commit is contained in:
2026-03-24 13:40:34 +08:00
parent 046cc86cbc
commit 19d82e402a
11 changed files with 661 additions and 2 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# 对象文件和依赖文件
*.o
*.d
*.crf
*.lst
# 链接和映射文件
*.axf
*.bin
*.elf
*.map
*.lnp
# 临时文件
*.tmp
*.bak
*~
# IDE 特定文件
.vscode/
.idea/
*.swp
*.swo
# Windows 特定
Thumbs.db
Desktop.ini