aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Grandel <[email protected]>2025-04-03 22:46:35 +0200
committerFlorian Grandel <[email protected]>2025-08-30 17:54:03 +0200
commit47e45c982126d52559353308ebe328301ebbf1c6 (patch)
treef2390824c33086fe25fa4d2502159e2ddc9d10d2 /embassy-executor/Cargo.toml
parentf86cf87f2f20f723e2ba2fe7d83908a2b3bac2d1 (diff)
rtos-trace: upgraded feature support
Upgrade rtos-trace for start/stop and marker support. These methods are not used in embassy code but can be useful in client code. Signed-off-by: Florian Grandel <[email protected]>
Diffstat (limited to 'embassy-executor/Cargo.toml')
-rw-r--r--embassy-executor/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 79680ae74..dc423aba2 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -51,7 +51,7 @@ features = ["defmt", "arch-cortex-m", "executor-thread", "executor-interrupt"]
51[dependencies] 51[dependencies]
52defmt = { version = "1.0.1", optional = true } 52defmt = { version = "1.0.1", optional = true }
53log = { version = "0.4.14", optional = true } 53log = { version = "0.4.14", optional = true }
54rtos-trace = { version = "0.1.3", optional = true } 54rtos-trace = { version = "0.2", optional = true }
55 55
56embassy-executor-macros = { version = "0.7.0", path = "../embassy-executor-macros" } 56embassy-executor-macros = { version = "0.7.0", path = "../embassy-executor-macros" }
57embassy-time-driver = { version = "0.2.1", path = "../embassy-time-driver", optional = true } 57embassy-time-driver = { version = "0.2.1", path = "../embassy-time-driver", optional = true }