Skip to content

Commit 0321d5b

Browse files
committed
Corrected README title
1 parent d25e5a2 commit 0321d5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nano-os
1+
# Nano OS
22
Nano OS is an open source preemptive real time multitasking scheduler targeting 8 to 32 bits microcontrollers.
33

44
Its main characteristics are:
@@ -7,6 +7,7 @@ Its main characteristics are:
77
* Maximum of 255 levels of priority
88
* Round-robin scheduling for tasks with the same priority level
99
* Support of the following synchronization objects:
10+
1011
* Semaphore
1112
* Mutex
1213
* Condition variable

0 commit comments

Comments
 (0)