diff --git a/other/novice-guide/README.md b/other/novice-guide/README.md index e679cc0732906819167004b143c9f7c0ca3d71f9..46e0f583f8dd67b380ab7d3e831080df81768e4f 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) + ## 进阶学习