mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-09-25 14:58:34 +08:00
update Demo-Build/80251/readme.txt.
Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
@@ -43,3 +43,14 @@
|
||||
等功能息息相关,在未来可能需要适当调整。
|
||||
|
||||
|
||||
其它注意事项
|
||||
1、任务栈SIZE不允许大于65535。
|
||||
2、CosyOS for 80251,原生仅适配 Keil C251 编译器,如果您使用其它编译器,
|
||||
应注意以下事项:
|
||||
(1)CosyOS 内核中需要 __C251__ 关键字做条件编译,移植汇编文件中需要
|
||||
__A251__ 关键字做条件编译,如果编译器不支持该关键字可自行添加。
|
||||
(2)CosyOS 内核中会用到 #pragma functions(static) 来修饰某些函数,
|
||||
如果编译器不支持应设法予以解决。
|
||||
(3)其它可能的、未知的兼容性问题。
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user