first commit

This commit is contained in:
liyp
2026-08-25 21:46:36 -04:00
commit 23ea3387df
15 changed files with 768 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
1、克隆仓库
```
git clone --recurse https://git.linuxacme.com/iorebuild/HelloClionStm32F10x.git
```
2、将子模块切换为main分支
```
cd HelloClionStm32F10x
```
```
git submodule foreach "git checkout main"
```
3、