rtic/rtic-monotonics
dependabot[bot] 38af386d10 chore(deps): update esp32c3 requirement from 0.28.0 to 0.29.0
---
updated-dependencies:
- dependency-name: esp32c3
  dependency-version: 0.29.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-18 19:54:34 +00:00
..
src Add all the timers to the list in lib.rs. 2025-06-15 12:52:16 +00:00
.gitignore
build.rs
Cargo.toml chore(deps): update esp32c3 requirement from 0.28.0 to 0.29.0 2025-06-18 19:54:34 +00:00
CHANGELOG.md Added CHANGELOG entry 2025-04-07 21:11:21 +00:00
README.md docs: Monotonics: Highlight rtic-time is used 2025-06-15 09:58:44 +00:00

crates.io crates.io

rtic-monotonics

Reference implementations of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers

Uses rtic-time defined Monotonic trait.

rtic-monotonics is for RTIC v2.

For RTIC v1 see rtic-monotonic

Documentation

RTIC book: chapter on monotonics

Changelog rtic-monotonics

Supported Platforms

The following microcontroller families feature efficient monotonics using peripherals. Refer to the crate documentation for more details.

  • RP2040
  • i.MX RT
  • nRF
  • ATSAMD

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.