From d516d9a214152e7bcecbc14bb3cbd22819039c3e Mon Sep 17 00:00:00 2001 From: AdinAck Date: Wed, 19 Jun 2024 11:52:38 -0700 Subject: Add Signal to rtic-sync (#934) * add signal to rtic-sync * woops update changelog * remove example, too comlicated for a doc TODO: add example to rtic-examples repo * fix @korken89's issues * ...remove fence * fix clippy warnings * add tests --- rtic-sync/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rtic-sync/Cargo.toml') diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index 6fcf900..6d9358f 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -29,9 +29,10 @@ embedded-hal-bus = { version = "0.1.0", features = ["async"] } defmt-03 = { package = "defmt", version = "0.3", optional = true } [dev-dependencies] +static_cell = "2.1.0" tokio = { version = "1", features = ["rt", "macros", "time"] } [features] default = [] testing = ["critical-section/std", "rtic-common/testing"] -defmt-03 = ["dep:defmt-03", "embedded-hal/defmt-03", "embedded-hal-async/defmt-03", "embedded-hal-bus/defmt-03"] \ No newline at end of file +defmt-03 = ["dep:defmt-03", "embedded-hal/defmt-03", "embedded-hal-async/defmt-03", "embedded-hal-bus/defmt-03"] -- cgit v1.2.3