From 842047e428a8d5a7995f1bb49e8c3c754c051095 Mon Sep 17 00:00:00 2001 From: Meco <920369182@qq.com> Date: Sun, 30 May 2021 11:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E6=9C=89=E7=BB=8F=E9=AA=8C=E7=94=A8?= =?UTF-8?q?=E6=88=B7"=E6=A0=8F=E4=B8=8B=E5=A2=9E=E5=8A=A0=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E5=B1=82=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/novice-guide/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/other/novice-guide/README.md b/other/novice-guide/README.md index e679cc0..46e0f58 100644 --- a/other/novice-guide/README.md +++ b/other/novice-guide/README.md @@ -104,6 +104,12 @@ RT-Thread Smart 是基于 RT-Thread 操作系统上的混合操作系统,简 #### API 手册 查看 [在线 API 手册](https://www.rt-thread.org/document/api/) 或 [下载 API 手册](https://www.rt-thread.org/document/api/api.zip)。 +#### 第三方 RTOS 兼容层 +为方便之前有其他 RTOS 使用经验的用户快速上手 RT-Thread,以及将基于其他 RTOS 的 API 编写的应用层代码快速移植到 RT-Thread 上,RT-Thread 社区编写了第三方 RTOS 兼容层。目前支持以下第三方 RTOS 的 API 无感移植: + +- [uCOS-II操作系统兼容层](https://github.com/mysterywolf/RT-Thread-wrapper-of-uCOS-II) +- [uCOS-III操作系统兼容层](https://github.com/mysterywolf/RT-Thread-wrapper-of-uCOS-III) + ## 进阶学习 -- Gitee