first commit

This commit is contained in:
liyp
2026-08-25 22:08:26 -04:00
commit 6c99b1201e
16 changed files with 571 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
1、克隆仓库
```
git clone --recurse https://git.linuxacme.com/iorebuild/Stm32F10xTmp.git
```
2、将子模块切换为main分支
```
cd Stm32F10xTmp
```
```
git submodule foreach "git checkout main"
```