mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-08-20 21:48:28 +08:00
update README.md.
Signed-off-by: CosyOS <12279611+cosyos@user.noreply.gitee.com>
This commit is contained in:
@@ -8,10 +8,10 @@ CosyOS始创于2021年,并于2022年底完成kernel的第一个版本V1.0.0。
|
||||
|
||||
**CosyOS一步创建任务示例:**
|
||||
|
||||
| 任务名称 | 任务优先级 | 任务栈大小 | 安全运行时 | 私信 |
|
||||
|------------|-------|----------|----------|-----------|
|
||||
| demo1_task | 1级 | 128字节 | 0,无限长 | 0,无私信 |
|
||||
| demo2_task | 2级 | 256字节 | 9个时间片 | 3个参数 |
|
||||
| 任务名称 | 任务优先级 | 任务栈大小 | 安全运行时 | 私信 |
|
||||
|------------|-------|-------|-------|-------|
|
||||
| demo1_task | 1级 | 128字节 | 0,无限长 | 0,无私信 |
|
||||
| demo2_task | 2级 | 256字节 | 9个时间片 | 3个参数 |
|
||||
|
||||
注:私信是CosyOS独创的一种任务间通讯方式,可用来实现信号、事件、消息等功能。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user