rtic/rtic-time
dependabot[bot] 9989af1b97
Update cassette requirement from 0.2 to 0.3 (#920)
Updates the requirements on [cassette](https://github.com/jamesmunns/cassette) to permit the latest version.
- [Release notes](https://github.com/jamesmunns/cassette/releases)
- [Commits](https://github.com/jamesmunns/cassette/compare/v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: cassette
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 17:48:08 +00:00
..
src Fix another clippy::assign_op_pattern warning (#933) 2024-05-08 18:22:16 +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 Monotonic rewrite (#874) 2024-04-10 22:00:38 +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.