From 47079ae36ad75dd5003cb8f22ff45dcb852df843 Mon Sep 17 00:00:00 2001 From: iorebuild Date: Sun, 5 Jul 2026 13:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0bsp=E5=AD=90=E4=BB=93?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eide/eide.yml | 4 ++-- .gitmodules | 3 +++ VoiletBspStm32F10x | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 VoiletBspStm32F10x diff --git a/.eide/eide.yml b/.eide/eide.yml index aab9b90..5fc2dd3 100644 --- a/.eide/eide.yml +++ b/.eide/eide.yml @@ -65,8 +65,8 @@ targets: baseAddr: "" bin: "" cpuInfo: - cpuName: "null" - vendor: "null" + cpuName: STM32F103ZE + vendor: ST otherCmds: "" proType: 1 speed: 8000 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ae4a6a2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "VoiletBspStm32F10x"] + path = VoiletBspStm32F10x + url = https://git.linuxacme.com/iorebuild/VoiletBspStm32F10x.git diff --git a/VoiletBspStm32F10x b/VoiletBspStm32F10x new file mode 160000 index 0000000..2494094 --- /dev/null +++ b/VoiletBspStm32F10x @@ -0,0 +1 @@ +Subproject commit 249409457fcd556b5fbcecffa6330ab7a495d32b