From 646ec91e0cb86dd5f1144c11c4cefa75affb516d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Tue, 10 Jun 2025 23:00:04 +0200 Subject: [PATCH] docs: Monotonics crates: Fix old copy-paste --- rtic-monotonics/README.md | 2 +- rtic-time/README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rtic-monotonics/README.md b/rtic-monotonics/README.md index caaf5f6ed71..f3e836116d6 100644 --- a/rtic-monotonics/README.md +++ b/rtic-monotonics/README.md @@ -3,7 +3,7 @@ # `rtic-monotonics` -> Core abstractions of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers +> Reference implementations of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers `rtic-monotonics` is for RTIC v2. diff --git a/rtic-time/README.md b/rtic-time/README.md index 53c2944119f..c3cc7a1c903 100644 --- a/rtic-time/README.md +++ b/rtic-time/README.md @@ -15,9 +15,12 @@ Additionally, this crate provides tools and utilities that help with implementin ## Implementations of the `Monotonic` trait -For implementations of [`Monotonic`](https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html) +Check the HAL crate of your device: it might already contain an implementation. + +For reference implementations of [`Monotonic`](https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html) on various hardware, see [`rtic-monotonics`](https://docs.rs/rtic-monotonics/). +## RTIC v1 uses [`rtic-monotonic`](https://github.com/rtic-rs/rtic-monotonic) instead ## Chat