From ae789d1d5e8d41ce2366861acb01a3dd514cdb46 Mon Sep 17 00:00:00 2001 From: Tamap Date: Mon, 20 Feb 2023 10:07:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=90=84?= =?UTF-8?q?=E4=B8=AA=E6=96=87=E6=A1=A3=E4=B8=AD=E5=AE=98=E7=BD=91=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E4=B8=BA=E5=B7=B2=E7=A7=BB=E9=99=A4=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BB=8E=E8=80=8C=E4=B9=8B=E9=97=B4=E8=B7=B3=E8=BD=AC=E5=88=B0?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- development-tools/env/env.md | 2 +- development-tools/rtthread-studio/um/studio-user-begin.md | 4 ++-- other/novice-guide/README.md | 2 +- .../nano-port-studio/an0047-nano-port-studio.md | 2 +- .../application-note/components/at/an0014-at-client.md | 4 ++-- .../application-note/components/cplusplus/an0035-cpp.md | 2 +- .../application-note/components/dfs/an0012-dfs.md | 4 ++-- .../application-note/components/dlmodule/an0023-dlmodule.md | 4 ++-- .../components/network/an0010-lwip-driver-porting.md | 4 ++-- .../components/network/an0011-network-started.md | 4 ++-- .../components/network/an0019-tcpclient-socket.md | 4 ++-- .../application-note/components/sfud/an0048-sfud.md | 4 ++-- .../application-note/debug/cmbacktrace/an0013-CmBacktrace.md | 4 ++-- .../application-note/debug/systemview/an0009-systemview.md | 4 ++-- .../driver/usb/an0046-rtthread-driver-usbh.md | 2 +- .../setup/qemu/eclipse/an0020-qemu-eclipse.md | 4 ++-- .../application-note/setup/qemu/vscode/an0021-qemu-vscode.md | 4 ++-- .../setup/qemu/windows/an0006-qemu-windows.md | 2 +- .../setup/standard-project/an0017-standard-project.md | 4 ++-- .../application-note/system/pm/an0025-pm.md | 2 +- .../tutorial/quick-start/qemu-vexpress-a9/quick-start.md | 2 +- .../tutorial/smart-car/rplidar-connect/rplidar-connect.md | 2 +- .../rt-thread-standard/tutorial/temperature-system/ipc.md | 2 +- 24 files changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index b40a3a3..8342b8d 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ RT-Thread Smart 是基于 RT-Thread 操作系统上的混合操作系统,简 #### 内核学习 -[内核视频教程](https://www.rt-thread.org/page/video.html) +[内核视频教程](https://www.rt-thread.org/video.html) [《内核实验手册》](/rt-thread-version/rt-thread-standard/rt-thread-version/rt-thread-standard/tutorial/experimental-manual/experimental-manual.pdf) diff --git a/development-tools/env/env.md b/development-tools/env/env.md index 256a7c3..894cb9a 100644 --- a/development-tools/env/env.md +++ b/development-tools/env/env.md @@ -18,7 +18,7 @@ Env 是 RT-Thread 推出的开发辅助工具,针对基于 RT-Thread 操作系 Env 工具包含了 RT-Thread 源代码开发编译环境和软件包管理系统。 -- 从 RT-Thread 官网下载 [Env 工具](https://www.rt-thread.org/page/download.html)。 +- 从 RT-Thread 官网下载 [Env 工具](https://www.rt-thread.org/download.html)。 - 在电脑上装好 git,软件包管理功能需要 git 的支持。git 的下载地址为`https://git-scm.com/downloads`,根据向导正确安装 git,并将 git 添加到系统环境变量。 - 注意在工作环境中,所有的路径都不可以有中文字符或者空格。 diff --git a/development-tools/rtthread-studio/um/studio-user-begin.md b/development-tools/rtthread-studio/um/studio-user-begin.md index 3fc6916..2d43a37 100644 --- a/development-tools/rtthread-studio/um/studio-user-begin.md +++ b/development-tools/rtthread-studio/um/studio-user-begin.md @@ -2,7 +2,7 @@ ### 下载 RT-Thread Studio 安装包 -访问官网 [RT-Thread Studio 下载地址](https://www.rt-thread.org/page/studio.html),在官网下载最新的 RT-Thread Studio 软件安装包。 +访问官网 [RT-Thread Studio 下载地址](https://www.rt-thread.org/studio.html),在官网下载最新的 RT-Thread Studio 软件安装包。 ### 安装 RT-Thread Studio @@ -182,4 +182,4 @@ RT-Thread 的源码包,主要包括 RT-Thread 完整版本,Nano 版本,以 ## 视频教程 -访问官网 [RT-Thread Studio 视频教程](https://www.rt-thread.org/page/video.html),在官网观看视频教程。 +访问官网 [RT-Thread Studio 视频教程](https://www.rt-thread.org/video.html),在官网观看视频教程。 diff --git a/other/novice-guide/README.md b/other/novice-guide/README.md index 351fc65..10d4c8d 100644 --- a/other/novice-guide/README.md +++ b/other/novice-guide/README.md @@ -80,7 +80,7 @@ RT-Thread Smart 是基于 RT-Thread 操作系统上的混合操作系统,简 #### 内核学习 -[内核视频教程](https://www.rt-thread.org/page/video.html) +[内核视频教程](https://www.rt-thread.org/video.html) [《内核实验手册》](/rt-thread-version/rt-thread-standard/rt-thread-version/rt-thread-standard/tutorial/experimental-manual/experimental-manual.pdf) diff --git a/rt-thread-version/rt-thread-nano/nano-port-studio/an0047-nano-port-studio.md b/rt-thread-version/rt-thread-nano/nano-port-studio/an0047-nano-port-studio.md index bd80f19..fbc5815 100644 --- a/rt-thread-version/rt-thread-nano/nano-port-studio/an0047-nano-port-studio.md +++ b/rt-thread-version/rt-thread-nano/nano-port-studio/an0047-nano-port-studio.md @@ -4,7 +4,7 @@ ## 准备工作 -[安装 RT-Thread Studio](https://www.rt-thread.org/page/studio.html)。 +[安装 RT-Thread Studio](https://www.rt-thread.org/studio.html)。 ## 新建 Nano 工程 diff --git a/rt-thread-version/rt-thread-standard/application-note/components/at/an0014-at-client.md b/rt-thread-version/rt-thread-standard/application-note/components/at/an0014-at-client.md index 95f5b98..4ac58b1 100644 --- a/rt-thread-version/rt-thread-standard/application-note/components/at/an0014-at-client.md +++ b/rt-thread-version/rt-thread-standard/application-note/components/at/an0014-at-client.md @@ -8,9 +8,9 @@ 本文准备资料如下: -* [RT-Thread 源码](https://www.rt-thread.org/page/download.html) +* [RT-Thread 源码](https://www.rt-thread.org/download.html) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) ## AT Client 功能 diff --git a/rt-thread-version/rt-thread-standard/application-note/components/cplusplus/an0035-cpp.md b/rt-thread-version/rt-thread-standard/application-note/components/cplusplus/an0035-cpp.md index f619c5c..78c5f4f 100644 --- a/rt-thread-version/rt-thread-standard/application-note/components/cplusplus/an0035-cpp.md +++ b/rt-thread-version/rt-thread-standard/application-note/components/cplusplus/an0035-cpp.md @@ -16,7 +16,7 @@ 1. 下载 [RT-Thread 源码](https://github.com/RT-Thread/rt-thread) -2. 下载 [ENV 工具](https://www.rt-thread.org/page/download.html) +2. 下载 [ENV 工具](https://www.rt-thread.org/download.html) 3. 进入 `rt-thread\bsp\stm32f411-st-nucleo` 目录,检查 BSP `rtconfig.py` 文件和 `SConstruct` 文件是否支持 `C++` 配置,如下图所示 diff --git a/rt-thread-version/rt-thread-standard/application-note/components/dfs/an0012-dfs.md b/rt-thread-version/rt-thread-standard/application-note/components/dfs/an0012-dfs.md index d213737..b3156b1 100644 --- a/rt-thread-version/rt-thread-standard/application-note/components/dfs/an0012-dfs.md +++ b/rt-thread-version/rt-thread-standard/application-note/components/dfs/an0012-dfs.md @@ -8,9 +8,9 @@ 本文准备资料如下: -* [RT-Thread 源码](https://www.rt-thread.org/page/download.html) +* [RT-Thread 源码](https://www.rt-thread.org/download.html) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) ## 文件系统的移植 diff --git a/rt-thread-version/rt-thread-standard/application-note/components/dlmodule/an0023-dlmodule.md b/rt-thread-version/rt-thread-standard/application-note/components/dlmodule/an0023-dlmodule.md index ff9c35b..d5baed9 100644 --- a/rt-thread-version/rt-thread-standard/application-note/components/dlmodule/an0023-dlmodule.md +++ b/rt-thread-version/rt-thread-standard/application-note/components/dlmodule/an0023-dlmodule.md @@ -13,9 +13,9 @@ RT-Thread 的动态模块组件目前支持两种格式: 本文准备资料如下: -* [RT-Thread 源码](https://www.rt-thread.org/page/download.html) +* [RT-Thread 源码](https://www.rt-thread.org/download.html) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) * [rtthread-apps](https://github.com/RT-Thread/rtthread-apps) diff --git a/rt-thread-version/rt-thread-standard/application-note/components/network/an0010-lwip-driver-porting.md b/rt-thread-version/rt-thread-standard/application-note/components/network/an0010-lwip-driver-porting.md index 40796fd..29bfa99 100644 --- a/rt-thread-version/rt-thread-standard/application-note/components/network/an0010-lwip-driver-porting.md +++ b/rt-thread-version/rt-thread-standard/application-note/components/network/an0010-lwip-driver-porting.md @@ -8,9 +8,9 @@ 本文准备资料如下: -* [RT-Thread 源码](https://www.rt-thread.org/page/download.html) +* [RT-Thread 源码](https://www.rt-thread.org/download.html) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) ## 以太网相关概念简介 diff --git a/rt-thread-version/rt-thread-standard/application-note/components/network/an0011-network-started.md b/rt-thread-version/rt-thread-standard/application-note/components/network/an0011-network-started.md index 0ca7985..f5c91dc 100644 --- a/rt-thread-version/rt-thread-standard/application-note/components/network/an0011-network-started.md +++ b/rt-thread-version/rt-thread-standard/application-note/components/network/an0011-network-started.md @@ -10,9 +10,9 @@ 本文准备资料如下: -* [RT-Thread 源码](https://www.rt-thread.org/page/download.html) +* [RT-Thread 源码](https://www.rt-thread.org/download.html) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) * 一块能上网的开发板, 这里以正点原子 STM32F4 探索者开发板为例 diff --git a/rt-thread-version/rt-thread-standard/application-note/components/network/an0019-tcpclient-socket.md b/rt-thread-version/rt-thread-standard/application-note/components/network/an0019-tcpclient-socket.md index 860c467..a84765e 100644 --- a/rt-thread-version/rt-thread-standard/application-note/components/network/an0019-tcpclient-socket.md +++ b/rt-thread-version/rt-thread-standard/application-note/components/network/an0019-tcpclient-socket.md @@ -10,9 +10,9 @@ 本文准备资料如下: -* [RT-Thread 源码](https://www.rt-thread.org/page/download.html) +* [RT-Thread 源码](https://www.rt-thread.org/download.html) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) * [README.md](https://github.com/neverxie/tcpclient) diff --git a/rt-thread-version/rt-thread-standard/application-note/components/sfud/an0048-sfud.md b/rt-thread-version/rt-thread-standard/application-note/components/sfud/an0048-sfud.md index 72fb543..1889230 100644 --- a/rt-thread-version/rt-thread-standard/application-note/components/sfud/an0048-sfud.md +++ b/rt-thread-version/rt-thread-standard/application-note/components/sfud/an0048-sfud.md @@ -4,8 +4,8 @@ 在使用 SFUD 时候需要进行移植,可以参考文件 [sfud/port/sfud_port.c](https://github.com/armink/SFUD/blob/master/sfud/port/sfud_port.c)。本篇文档将说明如何在潘多拉上使用 SFUD 操作 Flash(SFUD 部分已经移植完成),本文准备资料如下: -- [RT-Thread 源码](https://www.rt-thread.org/page/download.html) -- [Env 工具](https://www.rt-thread.org/page/download.html) +- [RT-Thread 源码](https://www.rt-thread.org/download.html) +- [Env 工具](https://www.rt-thread.org/download.html) - 板载 spi flash 的开发板,以潘多拉为例 ## Env 配置 diff --git a/rt-thread-version/rt-thread-standard/application-note/debug/cmbacktrace/an0013-CmBacktrace.md b/rt-thread-version/rt-thread-standard/application-note/debug/cmbacktrace/an0013-CmBacktrace.md index 41b0e9e..0053cc4 100644 --- a/rt-thread-version/rt-thread-standard/application-note/debug/cmbacktrace/an0013-CmBacktrace.md +++ b/rt-thread-version/rt-thread-standard/application-note/debug/cmbacktrace/an0013-CmBacktrace.md @@ -10,9 +10,9 @@ 本文准备资料如下: -* [RT-Thread 源码](https://www.rt-thread.org/page/download.html) +* [RT-Thread 源码](https://www.rt-thread.org/download.html) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) * 在 https://github.com/armink/CmBacktrace/tree/master/tools/addr2line 页面中下载 addr2line(需要按照自己的系统版本下载),然后将下载下来的 addr2line 拷贝至 `C:\Windows` 下 ,这样就可以使用 addr2line 了。 diff --git a/rt-thread-version/rt-thread-standard/application-note/debug/systemview/an0009-systemview.md b/rt-thread-version/rt-thread-standard/application-note/debug/systemview/an0009-systemview.md index e983f4d..f8d44b2 100644 --- a/rt-thread-version/rt-thread-standard/application-note/debug/systemview/an0009-systemview.md +++ b/rt-thread-version/rt-thread-standard/application-note/debug/systemview/an0009-systemview.md @@ -11,7 +11,7 @@ * [SystemView 软件包](https://github.com/RT-Thread-packages/SEGGER_SystemView) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) ## SystemView 简介 @@ -27,7 +27,7 @@ SystemView 由两个部分组成: ![SystemView 的主界面](figures/view.png) -RT-Thread 提供的 [SystemView 软件包](https://github.com/RT-Thread-packages/SEGGER_SystemView) 是 SystemView 工具的嵌入式端程序实现,主要功能有:配置 SYSTEMVIEW 和 RTT 的具体参数,收集和格式化监视数据,将数据通过 J-Link 发送给 PC 端等。只需要利用 RT-Thread 推出的 [Env 工具](https://www.rt-thread.org/page/download.html) 使能 SystemView 软件包,并对其进行简单的配置,就能完成 SystemView 的嵌入式端程序的配置。 +RT-Thread 提供的 [SystemView 软件包](https://github.com/RT-Thread-packages/SEGGER_SystemView) 是 SystemView 工具的嵌入式端程序实现,主要功能有:配置 SYSTEMVIEW 和 RTT 的具体参数,收集和格式化监视数据,将数据通过 J-Link 发送给 PC 端等。只需要利用 RT-Thread 推出的 [Env 工具](https://www.rt-thread.org/download.html) 使能 SystemView 软件包,并对其进行简单的配置,就能完成 SystemView 的嵌入式端程序的配置。 ## 配置 SystemView 软件包 diff --git a/rt-thread-version/rt-thread-standard/application-note/driver/usb/an0046-rtthread-driver-usbh.md b/rt-thread-version/rt-thread-standard/application-note/driver/usb/an0046-rtthread-driver-usbh.md index 627c475..71be837 100644 --- a/rt-thread-version/rt-thread-standard/application-note/driver/usb/an0046-rtthread-driver-usbh.md +++ b/rt-thread-version/rt-thread-standard/application-note/driver/usb/an0046-rtthread-driver-usbh.md @@ -24,7 +24,7 @@ USB(Universal Serial Bus)是一种支持热插拔的通用串行总线。它使 本文准备资料如下: - [RT-Thread 源码](https://github.com/RT-Thread/rt-thread) -- [Env 工具](https://www.rt-thread.org/page/download.html) +- [Env 工具](https://www.rt-thread.org/download.html) - U 盘 依赖 diff --git a/rt-thread-version/rt-thread-standard/application-note/setup/qemu/eclipse/an0020-qemu-eclipse.md b/rt-thread-version/rt-thread-standard/application-note/setup/qemu/eclipse/an0020-qemu-eclipse.md index 2080ee8..9a40ba3 100644 --- a/rt-thread-version/rt-thread-standard/application-note/setup/qemu/eclipse/an0020-qemu-eclipse.md +++ b/rt-thread-version/rt-thread-standard/application-note/setup/qemu/eclipse/an0020-qemu-eclipse.md @@ -8,9 +8,9 @@ Eclipse 是跨平台的自由集成开发环境(IDE)。最初主要用来 Ja 本文准备资料如下: -* [RT-Thread 源码](https://www.rt-thread.org/page/download.html) +* [RT-Thread 源码](https://www.rt-thread.org/download.html) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) * [Eclipse](https://www.eclipse.org/downloads/) diff --git a/rt-thread-version/rt-thread-standard/application-note/setup/qemu/vscode/an0021-qemu-vscode.md b/rt-thread-version/rt-thread-standard/application-note/setup/qemu/vscode/an0021-qemu-vscode.md index 82a5c86..b4fa990 100644 --- a/rt-thread-version/rt-thread-standard/application-note/setup/qemu/vscode/an0021-qemu-vscode.md +++ b/rt-thread-version/rt-thread-standard/application-note/setup/qemu/vscode/an0021-qemu-vscode.md @@ -8,9 +8,9 @@ VS Code(全称 Visual Studio Code)是一个轻量且强大的代码编辑器 本文准备资料如下: -* [RT-Thread 源码](https://www.rt-thread.org/page/download.html) +* [RT-Thread 源码](https://www.rt-thread.org/download.html) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) * [VS Code](https://code.visualstudio.com/Download) diff --git a/rt-thread-version/rt-thread-standard/application-note/setup/qemu/windows/an0006-qemu-windows.md b/rt-thread-version/rt-thread-standard/application-note/setup/qemu/windows/an0006-qemu-windows.md index 7aeefe5..ff568c1 100644 --- a/rt-thread-version/rt-thread-standard/application-note/setup/qemu/windows/an0006-qemu-windows.md +++ b/rt-thread-version/rt-thread-standard/application-note/setup/qemu/windows/an0006-qemu-windows.md @@ -16,7 +16,7 @@ ## 准备工作 -* [下载 RT-Thread 源码](https://www.rt-thread.org/page/download.html),推荐下载3.1.0及以上版本。 +* [下载 RT-Thread 源码](https://www.rt-thread.org/download.html),推荐下载3.1.0及以上版本。 * 下载 RT-Thread Env 工具,推荐下载1.0.0及以上版本。参考编程指南-《Env 用户手册了解如何下载及使用。 diff --git a/rt-thread-version/rt-thread-standard/application-note/setup/standard-project/an0017-standard-project.md b/rt-thread-version/rt-thread-standard/application-note/setup/standard-project/an0017-standard-project.md index d5be479..fb485ae 100644 --- a/rt-thread-version/rt-thread-standard/application-note/setup/standard-project/an0017-standard-project.md +++ b/rt-thread-version/rt-thread-standard/application-note/setup/standard-project/an0017-standard-project.md @@ -8,9 +8,9 @@ RT-Thread 完全开源开放,支持几十款 BSP,支持多种编译器,支 本文准备资料如下: -* [RT-Thread 源码](https://www.rt-thread.org/page/download.html) +* [RT-Thread 源码](https://www.rt-thread.org/download.html) -* [Env 工具](https://www.rt-thread.org/page/download.html) +* [Env 工具](https://www.rt-thread.org/download.html) * 安装好 MDK 软件或者 IAR 软件。 diff --git a/rt-thread-version/rt-thread-standard/application-note/system/pm/an0025-pm.md b/rt-thread-version/rt-thread-standard/application-note/system/pm/an0025-pm.md index ae60fd3..cea4f75 100644 --- a/rt-thread-version/rt-thread-standard/application-note/system/pm/an0025-pm.md +++ b/rt-thread-version/rt-thread-standard/application-note/system/pm/an0025-pm.md @@ -23,7 +23,7 @@ MCU通常提供了多种时钟源供用户选择。例如潘多拉开发板上 在潘多拉开发板上运行电源管理组件,需要下载潘多拉开发板的相关资料、RT-Thread 源码和 ENV 工具。 * [RT-Thread 源码](https://github.com/RT-Thread/rt-thread) -* [ENV 工具](https://www.rt-thread.org/page/download.html) +* [ENV 工具](https://www.rt-thread.org/download.html) 开启 Env 工具,进入潘多拉开发板的 BSP 目录(`rt-thread\bsp\stm32\stm32l475-atk-pandora`),在 Env 命令行里输入 `menuconfig` 进入配置界面配置工程。 diff --git a/rt-thread-version/rt-thread-standard/tutorial/quick-start/qemu-vexpress-a9/quick-start.md b/rt-thread-version/rt-thread-standard/tutorial/quick-start/qemu-vexpress-a9/quick-start.md index e0999af..cd189bc 100644 --- a/rt-thread-version/rt-thread-standard/tutorial/quick-start/qemu-vexpress-a9/quick-start.md +++ b/rt-thread-version/rt-thread-standard/tutorial/quick-start/qemu-vexpress-a9/quick-start.md @@ -8,7 +8,7 @@ 1. 获取 ENV 工具 - [官网下载](https://www.rt-thread.org/page/download.html),下载完成后,按照 Add_Env_To_Right-click_Menu 图片中的步骤将 Env 添加到右键启动菜单 + [官网下载](https://www.rt-thread.org/download.html),下载完成后,按照 Add_Env_To_Right-click_Menu 图片中的步骤将 Env 添加到右键启动菜单 2. 源码获取 diff --git a/rt-thread-version/rt-thread-standard/tutorial/smart-car/rplidar-connect/rplidar-connect.md b/rt-thread-version/rt-thread-standard/tutorial/smart-car/rplidar-connect/rplidar-connect.md index 59e1703..4baedb2 100644 --- a/rt-thread-version/rt-thread-standard/tutorial/smart-car/rplidar-connect/rplidar-connect.md +++ b/rt-thread-version/rt-thread-standard/tutorial/smart-car/rplidar-connect/rplidar-connect.md @@ -14,7 +14,7 @@ 在开始介绍之前,需要准备好这些东西: -- 搭建好 RT-Thread 的环境 ([Git](https://git-scm.com/), [Env 工具](https://www.rt-thread.org/page/download.html), [RT-Thread 源码](https://www.rt-thread.org/page/download.html)) +- 搭建好 RT-Thread 的环境 ([Git](https://git-scm.com/), [Env 工具](https://www.rt-thread.org/download.html), [RT-Thread 源码](https://www.rt-thread.org/download.html)) - RPLidar A1 (或者其他A系列也可以) - STM32 (或者其他可以运行 RT-Thread 的开发板,需要有2个串口) diff --git a/rt-thread-version/rt-thread-standard/tutorial/temperature-system/ipc.md b/rt-thread-version/rt-thread-standard/tutorial/temperature-system/ipc.md index 9f6efaa..177bf63 100644 --- a/rt-thread-version/rt-thread-standard/tutorial/temperature-system/ipc.md +++ b/rt-thread-version/rt-thread-standard/tutorial/temperature-system/ipc.md @@ -14,7 +14,7 @@ ## 软件包的获取 -软件包可以通过 env 工具十分方便的获取到,并且加载到工程里面去,env 工具的下载链接可以在官网找到,[点击此处跳转](https://www.rt-thread.org/page/download.html)。env 的使用方法可以查看其教程进行学习,[点击此处跳转](https://www.rt-thread.org/document/site/tutorial/env-video/)。 +软件包可以通过 env 工具十分方便的获取到,并且加载到工程里面去,env 工具的下载链接可以在官网找到,[点击此处跳转](https://www.rt-thread.org/download.html)。env 的使用方法可以查看其教程进行学习,[点击此处跳转](https://www.rt-thread.org/document/site/tutorial/env-video/)。 ![board](figures/env_download1.jpg) -- Gitee