Skip to content

Commit 2312c6e

Browse files
author
ben wei
committed
update Lab1 & Lab 2
1 parent e8662c1 commit 2312c6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

events/f9-kernel-code-reading/Lab1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LAB 1 Hello Thread
1+
# LAB 1: Practice Hello Thread
22
本LAB旨在使參與成員,能開始熟悉F9 Microkernel 的開發環境。
33
在 F9 Microkernel 中,先從實戰程式Hello Thread 開始。
44

events/f9-kernel-code-reading/Lab2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## LAB 2 practice the Bit-Band
1+
## LAB 2: practice the Bit-Band
22
Base on the Lab1 hello app to practice Bit-Band operation
33

44
* 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
1010

1111
* Write a sample code to use BITBAND and MEM_ADDR set bit 4 to 0x20000100 addr
1212

13-
- Hint:
13+
- Hint:
1414

1515
```
1616
#define MEM_ADDR(addr) ((volatile unsigned long *)(addr))

0 commit comments

Comments
 (0)