From 5f9e361f5cf2a8946b5bc4002dd7f5adac856f6c Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 2 Jan 2022 02:06:53 -0500 Subject: [PATCH] [rt-thread] add rt-thread os in readme --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 03219db3f..faeef3663 100644 --- a/README.rst +++ b/README.rst @@ -90,6 +90,7 @@ TinyUSB is completely thread-safe by pushing all Interrupt Service Request (ISR) - **No OS** - **FreeRTOS** +- **RT-Thread** (https://github.com/tfx2001/tinyusb) - **Mynewt** Due to the newt package build system, Mynewt examples are better to be on its [own repo](https://github.com/hathach/mynewt-tinyusb-example) Local Docs