Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.26 KB

README_zh.md

File metadata and controls

64 lines (45 loc) · 2.26 KB

前言

这里是百问网韦东山出品的DshanMCU-H7R(STM32H7R芯片)学习套件的项目案例资料仓库。

目录 说明
docs 一些文档资料
project 存放该套件的所有的项目工程
test 提供了一些编译好的固件,可以使用 STM32CubeProgrammer 直接烧录

克隆仓库

下面都提供了两种克隆方式,任选一种克隆方式即可。

GitHub:

# clone方式1:
git clone --recurse-submodules https://github.com/100askTeam/DshanMCU_H7R.git

# clone方式2:
git clone https://github.com/100askTeam/DshanMCU_H7R.git
cd DshanMCU_H7R/
git submodule update --init --recursive

Gitee:

# clone方式1:
git clone --recurse-submodules https://gitee.com/weidongshan/DshanMCU_H7R.git

# clone方式2:
git clone https://gitee.com/weidongshan/DshanMCU_H7R.git
cd DshanMCU_H7R/
git submodule update --init --recursive

视频教程

视频教程

演示视频

更多资源

这是一个开源的项目,非常欢迎大家一起参与改进!