first commit

This commit is contained in:
liyp
2026-08-25 21:50:58 -04:00
commit 6136624227
5 changed files with 52 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
1、克隆仓库
```
git clone --recurse https://git.linuxacme.com/iorebuild/Stm32F10xProject.git
```
2、将子模块切换为main分支
```
cd Stm32F10xProject
```
```
git submodule foreach "git checkout main"
```
3、进入工程目录
```
cd Projects
```
```
git clone 'your_project'
```