We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25e5a2 commit 0321d5bCopy full SHA for 0321d5b
README.md
@@ -1,4 +1,4 @@
1
-# nano-os
+# Nano OS
2
Nano OS is an open source preemptive real time multitasking scheduler targeting 8 to 32 bits microcontrollers.
3
4
Its main characteristics are:
@@ -7,6 +7,7 @@ Its main characteristics are:
7
* Maximum of 255 levels of priority
8
* Round-robin scheduling for tasks with the same priority level
9
* Support of the following synchronization objects:
10
+
11
* Semaphore
12
* Mutex
13
* Condition variable
0 commit comments