mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
a636f4e4ad
Because of a compiler bug, the `async` implementations of `delay`/`delay_until`/`timeout`/`timeout_at` produce much larger RAM footprint than they should. Fixes #890. Co-authored-by: Emil Fresk <emil.fresk@gmail.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.md | ||
README.md |
rtic-time
Basic definitions and utilities that can be used to keep track of time.
Content
The main contribution of this crate is to define the Monotonic
trait. It serves as a standardized interface for libraries to interact with the system's monotonic timers.
Additionally, this crate provides tools and utilities that help with implementing monotonic timers.
Implementations of the Monotonic
trait
For implementations of Monotonic
on various hardware, see rtic-monotonics
.
Chat
Join us and talk about RTIC in the Matrix room.
Weekly meeting minutes can be found over at RTIC HackMD.