From 5d8cd5c665fee65e06a5e48e1465dfc1d04ecd13 Mon Sep 17 00:00:00 2001 From: software <614371500@qq.com> Date: Tue, 22 Sep 2020 19:42:27 +0800 Subject: [PATCH 1/3] update download url --- docs/project_stm32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project_stm32.md b/docs/project_stm32.md index 43f486c..aa15bad 100644 --- a/docs/project_stm32.md +++ b/docs/project_stm32.md @@ -257,7 +257,7 @@ LiteOS作为轻量级物联网操作系统,同时只能运行一个Task任务 #### STLinkReflash 刷JLINK固件 -确保已安装`ST-LINK USB Drivers`和`J-Link`软件。 官方站点下载`ST-Link Reflash Utility`,或本站下载。 +确保已安装`ST-LINK USB Drivers`和`J-Link`软件。 官方站点下载`ST-Link Reflash Utility`,或本站下载。 **步骤 1** 接受许可Accept -- Gitee From ea0d3542806f5687be3dbf0016ab48c8e635faad Mon Sep 17 00:00:00 2001 From: software <614371500@qq.com> Date: Tue, 22 Sep 2020 19:44:55 +0800 Subject: [PATCH 2/3] update git client download url --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 3c7a535..8028ea3 100644 --- a/docs/install.md +++ b/docs/install.md @@ -45,7 +45,7 @@ #### 安装Git工具 -如果用户需要使用新建工程功能下载SDK, 则应根据情况安装`git for windows`工具。 从`https://gitforwindows.org/`下载,并按安装向导完成最新版`git for windows`的安装。 +如果用户需要使用新建工程功能下载SDK, 则应根据情况安装`git for windows`工具。 从`https://gitforwindows.org/`下载,并按安装向导完成最新版`git for windows`的安装。也可以使用华为云镜像站点下载`https://mirrors.huaweicloud.com/git-for-windows/`。 #### 安装arm-none-eabi软件 -- Gitee From 55fdb5d3acac67e1e897fc2eca045fa12f222d76 Mon Sep 17 00:00:00 2001 From: software <614371500@qq.com> Date: Tue, 22 Sep 2020 21:58:21 +0800 Subject: [PATCH 3/3] update link --- docs/project_stm32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project_stm32.md b/docs/project_stm32.md index aa15bad..27c5e33 100644 --- a/docs/project_stm32.md +++ b/docs/project_stm32.md @@ -257,7 +257,7 @@ LiteOS作为轻量级物联网操作系统,同时只能运行一个Task任务 #### STLinkReflash 刷JLINK固件 -确保已安装`ST-LINK USB Drivers`和`J-Link`软件。 官方站点下载`ST-Link Reflash Utility`,或本站下载。 +确保已安装`ST-LINK USB Drivers``J-Link软件`。 下载`ST-Link Reflash Utility`,解压后,双击`STLinkReflash.exe`运行。 **步骤 1** 接受许可Accept -- Gitee