From fac077d161090b0808a91b6b0dab4852789d6d75 Mon Sep 17 00:00:00 2001 From: xy420 Date: Mon, 24 Apr 2023 15:11:06 +0000 Subject: [PATCH 1/7] =?UTF-8?q?update=20rt-thread-version/rt-thread-standa?= =?UTF-8?q?rd/tutorial/make-bsp/renesas-ra/RA=E7=B3=BB=E5=88=97=E5=A4=96?= =?UTF-8?q?=E8=AE=BE=E9=A9=B1=E5=8A=A8=E6=B7=BB=E5=8A=A0=E6=8C=87=E5=8D=97?= =?UTF-8?q?.md.=20[=E4=BF=AE=E6=94=B9]=E5=8F=82=E8=80=83=EF=BC=9A[RT-Threa?= =?UTF-8?q?d=20env=20=E5=B7=A5=E5=85=B7=E7=94=A8=E6=88=B7=E6=89=8B?= =?UTF-8?q?=E5=86=8C](https://www.rt-thread.org/document/site/#/developmen?= =?UTF-8?q?t-tools/env/env)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xy420 --- ...\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA\347\263\273\345\210\227\345\244\226\350\256\276\351\251\261\345\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" "b/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA\347\263\273\345\210\227\345\244\226\350\256\276\351\251\261\345\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" index e0ecca4..522193e 100644 --- "a/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA\347\263\273\345\210\227\345\244\226\350\256\276\351\251\261\345\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" +++ "b/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA\347\263\273\345\210\227\345\244\226\350\256\276\351\251\261\345\212\250\346\267\273\345\212\240\346\214\207\345\215\227.md" @@ -6,7 +6,7 @@ ## 2. 前提要求 -- 熟练使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/rtthread-development-guide/rtthread-tool-manual/env/env-user-manual/) +- 熟练使用 ENV 工具,参考:[RT-Thread env 工具用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env) - 熟悉 [Kconfig](https://www.rt-thread.org/document/site/#/development-tools/build-config-system/Kconfig) 语法 - 熟悉 [FSP](https://www2.renesas.cn/jp/zh/software-tool/flexible-software-package-fsp) 工具 - 了解 RT-Thread [设备驱动框架](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/programming-manual/device/device) -- Gitee From ea60785003c05fc65bd6130b097d52e9c4f94c19 Mon Sep 17 00:00:00 2001 From: xy420 Date: Mon, 24 Apr 2023 15:29:01 +0000 Subject: [PATCH 2/7] update rt-thread-version/rt-thread-standard/application-note/components/cplusplus/an0035-cpp.md. Signed-off-by: xy420 --- .../application-note/components/cplusplus/an0035-cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 78c5f4f..a3e0b57 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 @@ -248,7 +248,7 @@ MSH_CMD_EXPORT(throw_exceptions, throw cpp exceptions); ``` ## 参考资料 -* [ENV 用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/) +* [ENV 用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env) * [STM32F411-ST-NUCLEO BSP 源码](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f411-st-nucleo) -- Gitee From b4f3c448c04f7da90b89f8fe977d258cac4b2c51 Mon Sep 17 00:00:00 2001 From: xy420 Date: Mon, 24 Apr 2023 15:31:25 +0000 Subject: [PATCH 3/7] update /rt-thread-standard/application-note/driver/pwm/an0037-rtthread-driver-pwm.md. Signed-off-by: xy420 --- .../application-note/driver/pwm/an0037-rtthread-driver-pwm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-thread-version/rt-thread-standard/application-note/driver/pwm/an0037-rtthread-driver-pwm.md b/rt-thread-version/rt-thread-standard/application-note/driver/pwm/an0037-rtthread-driver-pwm.md index eb83e4a..4ca56a3 100644 --- a/rt-thread-version/rt-thread-standard/application-note/driver/pwm/an0037-rtthread-driver-pwm.md +++ b/rt-thread-version/rt-thread-standard/application-note/driver/pwm/an0037-rtthread-driver-pwm.md @@ -167,7 +167,7 @@ MSH_CMD_EXPORT(pwm_test, pwm sample); ## 参考资料 -* [ENV 用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/) +* [ENV 用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env) * [PWM 设备](https://www.rt-thread.org/document/site/programming-manual/device/pwm/pwm/) * [STM32L475-atk-pandora BSP 源码](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32l475-atk-pandora) * [STM32 系列驱动添加指南](https://github.com/RT-Thread/rt-thread/blob/master/bsp/stm32/docs/STM32%E7%B3%BB%E5%88%97%E5%A4%96%E8%AE%BE%E9%A9%B1%E5%8A%A8%E6%B7%BB%E5%8A%A0%E6%8C%87%E5%8D%97.md) -- Gitee From 3af6db5ee8ee69ba4b98654dd9d3ac082129025a Mon Sep 17 00:00:00 2001 From: xy420 Date: Mon, 24 Apr 2023 15:32:21 +0000 Subject: [PATCH 4/7] update /rt-thread-standard/application-note/driver/usb/an0046-rtthread-driver-usbh.md. Signed-off-by: xy420 --- .../application-note/driver/usb/an0046-rtthread-driver-usbh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 71be837..7d1f362 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 @@ -160,7 +160,7 @@ MSH_CMD_EXPORT(readwrite, usb host read write test); ## 参考资料 -[ENV 用户手册](https://www.rt-thread.org/document/site/programming-manual/env/env/) +[ENV 用户手册](https://www.rt-thread.org/document/site/#/development-tools/env/env) [虚拟文件系统](https://www.rt-thread.org/document/site/programming-manual/filesystem/filesystem/) -- Gitee From bd2ce8d7ca0de70b41fe7aacd18b9662b8a55b20 Mon Sep 17 00:00:00 2001 From: xy420 Date: Mon, 24 Apr 2023 15:34:09 +0000 Subject: [PATCH 5/7] update /application-note/packages/rw007_module_using/an0034-rw007-module-using.md. Signed-off-by: xy420 --- .../packages/rw007_module_using/an0034-rw007-module-using.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-thread-version/rt-thread-standard/application-note/packages/rw007_module_using/an0034-rw007-module-using.md b/rt-thread-version/rt-thread-standard/application-note/packages/rw007_module_using/an0034-rw007-module-using.md index f00d25a..22b5fe1 100644 --- a/rt-thread-version/rt-thread-standard/application-note/packages/rw007_module_using/an0034-rw007-module-using.md +++ b/rt-thread-version/rt-thread-standard/application-note/packages/rw007_module_using/an0034-rw007-module-using.md @@ -55,7 +55,7 @@ RW007 是由上海睿赛德电子科技有限公司开发的高速 WiFi 模块 1. STM32 Nucleo-64 开发板(或其他支持 RTT 的板子) 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、串口调试等) 6. 一颗爱折腾的心 -- Gitee From 39838b21b9dbee26afbdb07cce5d1294a71b9e44 Mon Sep 17 00:00:00 2001 From: xy420 Date: Mon, 24 Apr 2023 15:35:09 +0000 Subject: [PATCH 6/7] =?UTF-8?q?update=20rt-thread-version/rt-thread-standa?= =?UTF-8?q?rd/tutorial/make-bsp/renesas-ra/RA=E7=B3=BB=E5=88=97BSP?= =?UTF-8?q?=E5=A4=96=E8=AE=BE=E9=A9=B1=E5=8A=A8=E4=BD=BF=E7=94=A8=E6=95=99?= =?UTF-8?q?=E7=A8=8B.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xy420 --- ...\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" "b/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" index 35f218a..e977e2e 100644 --- "a/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" +++ "b/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" @@ -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. 如何使用更多的外设资源 -- Gitee From b24d0ce23ffa52d2bbae83713aed8f50e702312d Mon Sep 17 00:00:00 2001 From: xy420 Date: Mon, 24 Apr 2023 15:35:54 +0000 Subject: [PATCH 7/7] =?UTF-8?q?update=20rt-thread-version/rt-thread-standa?= =?UTF-8?q?rd/tutorial/make-bsp/stm32-bsp/STM32=E7=B3=BB=E5=88=97BSP?= =?UTF-8?q?=E5=A4=96=E8=AE=BE=E9=A9=B1=E5=8A=A8=E4=BD=BF=E7=94=A8=E6=95=99?= =?UTF-8?q?=E7=A8=8B.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xy420 --- ...\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/rt-thread-version/rt-thread-standard/tutorial/make-bsp/stm32-bsp/STM32\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" "b/rt-thread-version/rt-thread-standard/tutorial/make-bsp/stm32-bsp/STM32\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" index ad0e7b2..a04fb57 100644 --- "a/rt-thread-version/rt-thread-standard/tutorial/make-bsp/stm32-bsp/STM32\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" +++ "b/rt-thread-version/rt-thread-standard/tutorial/make-bsp/stm32-bsp/STM32\347\263\273\345\210\227BSP\345\244\226\350\256\276\351\251\261\345\212\250\344\275\277\347\224\250\346\225\231\347\250\213.md" @@ -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) ## 如何使用更多的板载资源 -- Gitee