3 releases (breaking)

new 0.3.0 May 16, 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

#424 in Embedded development

Download history 8/week @ 2024-02-15 30/week @ 2024-02-22 8/week @ 2024-02-29 13/week @ 2024-03-07 6/week @ 2024-03-14 160/week @ 2024-03-21 201/week @ 2024-03-28 40/week @ 2024-04-04 156/week @ 2024-04-11 19/week @ 2024-04-18

178 downloads per month

Apache-2.0

170KB
5K SLoC

C 2.5K SLoC // 0.1% comments Rust 1.5K SLoC // 0.0% comments GNU Style Assembly 806 SLoC // 0.1% 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
~40K SLoC