From af550483f50b3106a9be0990bd4b579e2da26e6e Mon Sep 17 00:00:00 2001 From: Finomnis Date: Thu, 9 Nov 2023 00:35:47 +0100 Subject: Add documentation for imxrt; other doc fixes --- rtic-monotonics/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rtic-monotonics/src/lib.rs') diff --git a/rtic-monotonics/src/lib.rs b/rtic-monotonics/src/lib.rs index 2d7c74f..6dc703e 100644 --- a/rtic-monotonics/src/lib.rs +++ b/rtic-monotonics/src/lib.rs @@ -9,6 +9,9 @@ //! # RP2040 //! The RP2040 monotonics require that the `rp2040` feature is enabled. //! +//! # i.MX RT +//! The i.MX RT monotonics require that the feature `imxrt_gpt1` or `imxrt_gpt2` is enabled. +//! //! # nRF //! nRF monotonics require that one of the available `nrf52*` features is enabled. //! -- cgit v1.2.3