1 parent 0173215 commit 048799cCopy full SHA for 048799c
1 file changed
README.md
@@ -12,11 +12,15 @@ RTOS implementation. Get more information on [my blog](https://leer.moe/2019/05/
12
13
## Porting
14
15
-Implement following four function in your own porting file:
+Implement following 4 functions in your own porting file:
16
17
```c
18
void ros_init_timer();
19
void ros_idle_task();
20
void ros_task_context_init(ROS_TCB *tcb_ptr, task_func task_f, void *stack_top);
21
void ros_switch_context(ROS_TCB *old_tcb, ROS_TCB *new_tcb);
22
```
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