diff options
| author | Finomnis <finomnis@gmail.com> | 2023-11-09 00:35:47 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-11-10 20:49:12 +0000 |
| commit | af550483f50b3106a9be0990bd4b579e2da26e6e (patch) | |
| tree | 237bbe0a60469c9c44c92d1daaa08ace0e99e230 /rtic-monotonics/Cargo.toml | |
| parent | 413955fb39b72a1c08c6852052b0626a175b1ca8 (diff) | |
Add documentation for imxrt; other doc fixes
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 13 |
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 = [] |
