From c14132b031aa0461d7d090551ee0eebd64eec02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B6=E4=B8=AD=E6=96=AD=E5=BB=B6=E8=BF=9F=E7=9A=84RTOS?= Date: Fri, 28 Feb 2025 06:29:16 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e23d97..96e676e0 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ void start_hook(void) CosyOS 现支持 8051、80251、Cortex-M 等内核,未来会陆续添加对其它内核的支持。
### 编译环境 -CosyOS 是在 keil C51、C251、MDK-Arm 编译器下开发的,对其支持最好。
+CosyOS 是在 keil C51、C251、MDK-Arm 编译器下开发的,对其支持最好,
未来会陆续优化调整对其它编译器的支持。 ### 文件说明