rt

Crates.iort
lib.rsrt
version0.2.0
sourcesrc
created_at2017-01-15 12:35:23.007655
updated_at2024-04-15 00:17:51.531078
descriptionA real-time operating system capable of full preemption
homepage
repositoryhttps://git.rtng.org/rt/rt
max_upload_size
id8084
size261,154
Chris Copeland (chrisnc)

documentation

https://docs.rs/rt

README

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.

Commit count: 0

cargo fmt