commit f2ed4220e788653ce7f3f5ddfc4c552af7d756d1 Author: zhoujie <929834232@qq.com> Date: Fri May 23 22:37:01 2025 +0800 首次创建 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d21b1c --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Quartus 项目专用 .gitignore +# 最后更新:2025年5月 + +# 编译生成文件 +/par/db/ +/par/incremental_db/ +/par/output_files/ +*.qsf.bak +*.qpf.bak + +# 仿真文件 +/par/simulation/ +*.vcd +*.wlf +*.vwf.bak + +# 临时文件 +*.qws +*.jou +*.log +*.qdf +/par/autosave/ + +# IDE 特定文件 +/.idea/ +/.vscode/ + +# 其他生成文件 +*.lck +/par/sta_work/ +/quartus_sh_compile.log + diff --git a/doc/fpga.pdf b/doc/fpga.pdf new file mode 100644 index 0000000..2250ff4 Binary files /dev/null and b/doc/fpga.pdf differ diff --git a/doc/stm32f407.pdf b/doc/stm32f407.pdf new file mode 100644 index 0000000..9419751 Binary files /dev/null and b/doc/stm32f407.pdf differ