[HUST-CSE]fix:Invalid document link about env (#7262)
This commit is contained in:
parent
467a7f92a1
commit
60835af8e1
|
@ -12,7 +12,7 @@
|
|||
|
||||
## 前提要求
|
||||
|
||||
- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
|
||||
- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
|
||||
|
||||
## 如何使用更多的板载资源
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
## 前提要求
|
||||
|
||||
- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
|
||||
- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
|
||||
|
||||
## 如何使用更多的板载资源
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
## 前提要求
|
||||
|
||||
- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
|
||||
- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
|
||||
|
||||
## 如何使用更多的板载资源
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
## 2. 前提要求
|
||||
|
||||
- 熟练使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
|
||||
- 熟练使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
|
||||
- 熟悉 Kconfig 语法
|
||||
- 熟悉 MCUXpresso 工具
|
||||
- 对 RT-Thread 设备驱动框架有一定了解
|
||||
|
|
|
@ -11,7 +11,7 @@ The main contents are following:
|
|||
|
||||
## 2. Prerequisites
|
||||
|
||||
- Learn how to use the ENV tool, refer to: [RT-Thread env programming manual](https://www.rt-thread.org/document/site/programming-manual/env/env/)
|
||||
- Learn how to use the ENV tool, refer to: [RT-Thread env programming manual](https://www.rt-thread.org/document/site/#/development-tools/env/env)
|
||||
- Familiar with the use of the [FSP](https://www2.renesas.cn/jp/zh/software-tool/flexible-software-package-fsp) configuration tool
|
||||
|
||||
## 3. How to Use More Peripheral Resources
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
## 2. 前提要求
|
||||
|
||||
- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
|
||||
- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
|
||||
- 熟悉 [FSP](https://www2.renesas.cn/jp/zh/software-tool/flexible-software-package-fsp) 配置工具的使用
|
||||
|
||||
## 3. 如何使用更多的外设资源
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
## 前提要求
|
||||
|
||||
- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/)
|
||||
- 学会如何使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env)
|
||||
|
||||
## 如何使用更多的板载资源
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ Before STM32U575-NUCLEO driver RW007 runs, the following preparations are essent
|
|||
> 1.STM32U575-NUCLEO
|
||||
2.RW007 WiFi module
|
||||
3.Mini-USB Connecting cable (connecting the development board with the computer)
|
||||
4.ENV Compile build environment([Installation instructions](https://www.rt-thread.org/document/site/programming-manual/env/env/))
|
||||
4.ENV Compile build environment([Installation instructions](https://www.rt-thread.org/document/site/#/development-tools/env/env))
|
||||
5.common software(git,Keil5,STM32CubeMX,Serial debugging, etc)
|
||||
|
||||
##Start on the Road
|
||||
|
|
|
@ -8,7 +8,7 @@ STM32U575-NUCLEO 上手指南是通过使用 SPI1 驱动 RW007 模块实例进
|
|||
> 1.STM32U575-NUCLEO 开发板
|
||||
2.RW007 WiFi 模块
|
||||
3.Mini-USB 连接线(连接开发板与电脑)
|
||||
4.ENV 编译构建环境([安装使用说明](https://www.rt-thread.org/document/site/programming-manual/env/env/))
|
||||
4.ENV 编译构建环境([安装使用说明](https://www.rt-thread.org/document/site/#/development-tools/env/env))
|
||||
5.开发常用软件(git、Keil5、STM32CubeMX、串口调试等)
|
||||
|
||||
##开始上路
|
||||
|
|
Loading…
Reference in New Issue