From 90e3cc513d6b51e05291aeb4f81e8eb0a68fdc71 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: Thu, 30 Jul 2026 16:49:11 +0000 Subject: [PATCH] update Demo-Build/8051/readme.txt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Demo-Build/8051/readme.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Demo-Build/8051/readme.txt b/Demo-Build/8051/readme.txt index 0dd4407f..70ca2a14 100644 --- a/Demo-Build/8051/readme.txt +++ b/Demo-Build/8051/readme.txt @@ -74,12 +74,12 @@ 2、CosyOS for 8051,原生仅适配 Keil C51 编译器,如果您使用其它编译器, 应注意以下事项: (1)CosyOS 内核中需要 __C51__ 关键字做条件编译,移植汇编文件中需要 - __A51__ 关键字做条件编译,如果编译器不支持该关键字应自行添加。 - (2)CosyOS 内核中用到 #pragma NOAREGS 来实现相对寄存器访问,如果 - 编译器不支持该关键字应设法等效替换。 + __A51__ 关键字做条件编译,如果编译器不支持该关键字可自行添加。 + (2)CosyOS 内核中会用到 #pragma NOAREGS 来实现相对寄存器访问,如果 + 编译器不支持应设法等效替换。 (3)CosyOS 内核和移植文件中可能都会用到 using 关键字,为使任务或 中断使用特定的 REGBANK,如果编译器不支持该关键字, CosyOS-配置 / mcucfg_8051.h -> REGBANK配置,需采用默认配置。 - (4)其它未知的兼容性问题。 + (4)其它可能的、未知的兼容性问题。