aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
-rw-r--r--rtic-monotonics/Cargo.toml13
1 files changed, 11 insertions, 2 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index 99679fc..441e772 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -16,7 +16,14 @@ description = "A library that provides implementations of the Monotonic trait fr
license = "MIT OR Apache-2.0"
[package.metadata.docs.rs]
-features = ["cortex-m-systick", "rp2040", "nrf52840"]
+features = [
+ "cortex-m-systick",
+ "rp2040",
+ "nrf52840",
+ "imxrt_gpt1",
+ "imxrt_gpt2",
+ "imxrt-ral/imxrt1011",
+]
rustdoc-flags = ["--cfg", "docsrs"]
[dependencies]
@@ -51,7 +58,9 @@ imxrt-ral = { version = "0.5.3", optional = true }
[build-dependencies]
proc-macro2 = { version = "1.0.36", optional = true }
quote = { version = "1.0.15", optional = true }
-stm32-metapac = { version = "14.0.0", default-features = false, features = ["metadata"], optional = true }
+stm32-metapac = { version = "14.0.0", default-features = false, features = [
+ "metadata",
+], optional = true }
[features]
default = []