rtic/rtic-time
dalegaard a636f4e4ad
Change timeout/delay functions to non-async (#910)
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>
2024-08-21 18:40:52 +00:00
..
src Change timeout/delay functions to non-async (#910) 2024-08-21 18:40:52 +00:00
tests Monotonic rewrite (#874) 2024-04-10 22:00:38 +00:00
.gitignore Fixed systick monotonic 2023-03-01 00:33:31 +01:00
Cargo.toml Update cassette requirement from 0.2 to 0.3 (#920) 2024-05-22 17:48:08 +00:00
CHANGELOG.md Change timeout/delay functions to non-async (#910) 2024-08-21 18:40:52 +00:00
README.md Monotonic rewrite (#874) 2024-04-10 22:00:38 +00:00

rtic-time

Basic definitions and utilities that can be used to keep track of time.

crates.io docs.rs matrix

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.