aboutsummaryrefslogtreecommitdiff
path: root/embassy-time
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-04-26 18:28:41 +0200
committerDániel Buga <[email protected]>2024-04-26 18:28:41 +0200
commit3dc54c8c445cd193110d5c18a695d18761bf04d9 (patch)
tree7d099e3417e1346950a2db2bbd5fdc0d17573e31 /embassy-time
parent7ce2594eb78a0160928d6a39b778f552f034ddc3 (diff)
Add some metadata
Diffstat (limited to 'embassy-time')
-rw-r--r--embassy-time/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml
index 6b0a0f22d..ca7ad2d09 100644
--- a/embassy-time/Cargo.toml
+++ b/embassy-time/Cargo.toml
@@ -42,7 +42,7 @@ generic-queue = []
42 42
43#! The following features set how many timers are used for the generic queue. At most one 43#! The following features set how many timers are used for the generic queue. At most one
44#! `generic-queue-*` feature can be enabled. If none is enabled, a default of 64 timers is used. 44#! `generic-queue-*` feature can be enabled. If none is enabled, a default of 64 timers is used.
45#! 45#!
46#! When using embassy-time from libraries, you should *not* enable any `generic-queue-*` feature, to allow the 46#! When using embassy-time from libraries, you should *not* enable any `generic-queue-*` feature, to allow the
47#! end user to pick. 47#! end user to pick.
48 48
@@ -60,7 +60,7 @@ generic-queue-128 = ["generic-queue"]
60#! ### Tick Rate 60#! ### Tick Rate
61#! 61#!
62#! At most 1 `tick-*` feature can be enabled. If none is enabled, a default of 1MHz is used. 62#! At most 1 `tick-*` feature can be enabled. If none is enabled, a default of 1MHz is used.
63#! 63#!
64#! If the time driver in use supports using arbitrary tick rates, you can enable one `tick-*` 64#! If the time driver in use supports using arbitrary tick rates, you can enable one `tick-*`
65#! feature from your binary crate to set the tick rate. The driver will use configured tick rate. 65#! feature from your binary crate to set the tick rate. The driver will use configured tick rate.
66#! If the time driver supports a fixed tick rate, it will enable one feature itself, so you should 66#! If the time driver supports a fixed tick rate, it will enable one feature itself, so you should
@@ -71,7 +71,7 @@ generic-queue-128 = ["generic-queue"]
71#! <details> 71#! <details>
72#! <summary>Available tick rates:</summary> 72#! <summary>Available tick rates:</summary>
73#! <!-- Next line must be left empty for the features to render correctly! --> 73#! <!-- Next line must be left empty for the features to render correctly! -->
74#! 74#!
75 75
76# BEGIN TICKS 76# BEGIN TICKS
77# Generated by gen_tick.py. DO NOT EDIT. 77# Generated by gen_tick.py. DO NOT EDIT.