We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8662c1 commit 2312c6eCopy full SHA for 2312c6e
events/f9-kernel-code-reading/Lab1.md
@@ -1,4 +1,4 @@
1
-# LAB 1 Hello Thread
+# LAB 1: Practice Hello Thread
2
本LAB旨在使參與成員,能開始熟悉F9 Microkernel 的開發環境。
3
在 F9 Microkernel 中,先從實戰程式Hello Thread 開始。
4
events/f9-kernel-code-reading/Lab2.md
-## LAB 2 practice the Bit-Band
+## LAB 2: practice the Bit-Band
Base on the Lab1 hello app to practice Bit-Band operation
* Convert bit-band address and bit number to bit-band alias address,
@@ -10,7 +10,7 @@ Base on the Lab1 hello app to practice Bit-Band operation
10
11
* Write a sample code to use BITBAND and MEM_ADDR set bit 4 to 0x20000100 addr
12
13
-- Hint:
+ - Hint:
14
15
```
16
#define MEM_ADDR(addr) ((volatile unsigned long *)(addr))
0 commit comments