mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Add test for timer queue & monotonic
This commit is contained in:
parent
2fb09d4a6d
commit
d445b20b18
2 changed files with 224 additions and 0 deletions
|
|
@ -20,3 +20,10 @@ license = "MIT OR Apache-2.0"
|
|||
critical-section = "1"
|
||||
futures-util = { version = "0.3.25", default-features = false }
|
||||
rtic-common = { version = "1.0.0-alpha.0", path = "../rtic-common" }
|
||||
|
||||
[dev-dependencies]
|
||||
parking_lot = "0.12"
|
||||
tokio = { version = "1.27", features = ["rt", "macros", "sync", "rt-multi-thread", "time"] }
|
||||
critical-section = { version = "1", features = ["std"] }
|
||||
pretty_env_logger = "0.4"
|
||||
log = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue