18 releases (breaking)
0.14.0 | Oct 19, 2024 |
---|---|
0.12.0 | Oct 5, 2024 |
0.7.0 | Jul 29, 2024 |
0.1.1 |
|
0.0.1 |
|
#213 in Embedded development
849 downloads per month
240KB
7K
SLoC
rt
rt
is a real-time operating system capable of full preemption.
rt
provides many familiar synchronization interfaces and implements them with
atomics for high performance and preemptibility. rt
's non-blocking interfaces
can be used safely in both tasks and interrupts, and it does not rely on
disabling interrupts to implement synchronization. On architectures without
hardware support for atomics, interrupt masking is used to provide an interface
for atomics with very short gaps in interrupt availability.
Dependencies
~0–2.1MB
~43K SLoC