aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf-rtos-trace
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-24 19:05:31 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-24 23:52:09 +0100
commit259cf6192b920dff4cce0486488d929bf4e05b96 (patch)
tree3e587f4d409408ef954fdfce79f11258581bf75f /examples/nrf-rtos-trace
parente8ff5a2baf217ac7e52f119c0d17a9826ad60067 (diff)
executor: Remove non-functional rtos-trace-interrupt.
Diffstat (limited to 'examples/nrf-rtos-trace')
-rw-r--r--examples/nrf-rtos-trace/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf-rtos-trace/Cargo.toml b/examples/nrf-rtos-trace/Cargo.toml
index e30b13f28..e3524deb4 100644
--- a/examples/nrf-rtos-trace/Cargo.toml
+++ b/examples/nrf-rtos-trace/Cargo.toml
@@ -17,7 +17,7 @@ log = [
17 17
18[dependencies] 18[dependencies]
19embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } 19embassy-sync = { version = "0.4.0", path = "../../embassy-sync" }
20embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "rtos-trace", "rtos-trace-interrupt", "integrated-timers"] } 20embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "rtos-trace", "integrated-timers"] }
21embassy-time = { version = "0.1.5", path = "../../embassy-time" } 21embassy-time = { version = "0.1.5", path = "../../embassy-time" }
22embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] } 22embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] }
23 23