Skip to content

Commit 048799c

Browse files
authored
Update README.md
1 parent 0173215 commit 048799c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ RTOS implementation. Get more information on [my blog](https://leer.moe/2019/05/
1212

1313
## Porting
1414

15-
Implement following four function in your own porting file:
15+
Implement following 4 functions in your own porting file:
1616

1717
```c
1818
void ros_init_timer();
1919
void ros_idle_task();
2020
void ros_task_context_init(ROS_TCB *tcb_ptr, task_func task_f, void *stack_top);
2121
void ros_switch_context(ROS_TCB *old_tcb, ROS_TCB *new_tcb);
2222
```
23+
24+
## Related Project
25+
26+
- [s_task - full platform multi-task library for C](https://github.com/LeeReindeer/ROS/issues/1)

0 commit comments

Comments
 (0)