mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-08-17 16:52:27 +08:00
update Demo-Build/8051/readme.txt.
Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
@@ -78,6 +78,8 @@
|
||||
__A51__ 关键字做条件编译,如果编译器不支持该关键字可自行添加。
|
||||
(2)CosyOS 内核中会用到 #pragma NOAREGS 来实现相对寄存器访问,如果
|
||||
编译器不支持应设法等效替换。
|
||||
(3)其它可能的、未知的兼容性问题。
|
||||
(3)已知某些编译器不支持 .s 汇编文件,可将移植文件中的 .s 文件更名为
|
||||
.A51,如 port_8051s.s 更名为 port_8051s.A51。
|
||||
(4)其它可能的、未知的兼容性问题。
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user