加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 831 Bytes
一键复制 编辑 原始数据 按行查看 历史
<<<<<<< HEAD
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
# Other files and folders
.settings/
# Executables
*.swf
*.air
*.ipa
*.apk
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
=======
#STM32CubeMX文件保存位置信息
.mxproject
#JLink调试信息文件
JLinkLog.txt
JLinkSettings.ini
#编译过程中产生的文件
*.axf
*.bac
*.bin
*.crf
*.d
*.dep
*.hex
*.htm
*.iex
*.lnp
*.map
*.o
*.sct
*.Bak
*.a
*.lib
!arm_cortexM4lf_math.lib
!libmpllib.lib
#Keil工程记录和DeBug配置
*.uvguix.*
*.uvopt
*.uvoptx
*.dbgconf
#其它文件
*.exe
*.lst
*.ini
*.TMP
EventRecorderStub.scvd
RTE
>>>>>>> 提交了DMA任务的代码(亲测可用)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化