2 unstable releases

0.2.0 Apr 15, 2024
0.1.2 Apr 1, 2024
0.1.1 Mar 27, 2024
0.0.7 Dec 29, 2023
0.0.1 Jan 15, 2017

#421 in Embedded development

Download history 31/week @ 2024-02-19 14/week @ 2024-02-26 9/week @ 2024-03-04 9/week @ 2024-03-11 4/week @ 2024-03-18 213/week @ 2024-03-25 179/week @ 2024-04-01 15/week @ 2024-04-08 167/week @ 2024-04-15

575 downloads per month

Apache-2.0

165KB
4.5K SLoC

C 2.5K SLoC // 0.1% comments Rust 1.5K SLoC // 0.0% comments GNU Style Assembly 613 SLoC // 0.2% comments Assembly 182 SLoC // 0.1% comments

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–2MB
~39K SLoC