You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-20Lines changed: 14 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,26 @@
1
1
# SKRTOS_sparrow
2
2
3
-
SKRTOS_sparrow内核的定位是学习型RTOS。**不仅开源代码,也开源思想与知识**。
3
+
SKRTOS_sparrow内核的定位是学习型RTOS,项目的重点在于内核设计相关的文档教程。
4
4
5
5
### 使用手册
6
6
7
-
移植、教程、使用等,请参考使用手册。
7
+
移植与使用,请参考使用手册。
8
8
9
9
[使用手册](USER_MANUAL.md)
10
10
11
+
12
+
11
13
## 说明
12
14
13
-
目录:
15
+
项目下有两个分支:
16
+
17
+
**main**:内核源码、支持的架构、已经移植的工程。
18
+
19
+
**study**:在该分支下有《400行程序写一个RTOS》pdf与对应的实验工程。如果读者对学习如何写一个RTOS感兴趣,请移步到另一个分支study:[skaiui2/SKRTOS_sparrow at study](https://github.com/skaiui2/SKRTOS_sparrow/tree/study)
0 commit comments