Skip to content

Commit 1a7d0b2

Browse files
committed
fix header formatting
1 parent b0c0284 commit 1a7d0b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/Software/Zephyr.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ Zephyr RTOS
66
Overview
77
--------
88

9-
### What is an RTOS?
9+
What is an RTOS?
10+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1011
A **Real-Time Operating System (RTOS)** is a lightweight OS designed to provide deterministic scheduling, minimal latency, and efficient resource management. Unlike general-purpose operating systems like Linux, an RTOS prioritizes **real-time constraints**, ensuring critical tasks meet strict timing deadlines. RTOSs are commonly used in embedded systems, microcontrollers, and simulation environments where fast boot times and efficient execution are essential.
1112

1213

13-
### Zephyr Use Cases
14+
Zephyr Use Cases
15+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1416

1517
Zephyr provides a lightweight build flow and excution environment that supports running complex end-to-end workloads without the overhead of Linux.
1618

0 commit comments

Comments
 (0)