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
+7-4
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ Build a minimal multi-tasking OS kernel for ARM from scratch
3
3
From 00 to 07,read the following contents
4
4
===========================================
5
5
**IMPORTANT:**
6
-
If you are interested in 08-CMSIS,please jump to the corresponding part of the README:`README for 08-CMSIS`.
7
-
This is because `08-CMSIS` has plenty of differences with `07-Threads`.
6
+
If you are interested in 08-CMSIS,please jump to the corresponding part of the README:`Guide to Hacking 08-CMSIS`.
7
+
This is because `08-CMSIS` has a plenty of differences with `07-Threads`.
8
8
9
9
10
10
Prerequisites
@@ -54,7 +54,7 @@ make
54
54
make qemu
55
55
```
56
56
57
-
README for 08-CMSIS
57
+
Guide to Hacking 08-CMSIS
58
58
=========================================
59
59
Preemptive round-robin scheduling with user-level threads on STM32F429i-Discovery(physical device) and STM32P103(qemu).
60
60
@@ -76,6 +76,7 @@ Prerequisites:
76
76
-[NeoCon](http://wiki.openmoko.org/wiki/NeoCon) or [screen](http://www.commandlinefu.com/commands/view/6130/use-screen-as-a-terminal-emulator-to-connect-to-serial-consoles)
@@ -107,6 +108,8 @@ We assuming that your current directory is at `mini-arm-os/08-CMSIS`
107
108
-`make cscope`
108
109
- The best friend with your powerful VIM!
109
110
- Producing cscope file in this project.
111
+
-`make astyle`
112
+
- Formatting all the ".c" and ".h" files in [Linux style](https://github.com/jserv/mini-arm-os/blob/master/coding-style.txt),excluding cmsis sub-module.
0 commit comments