aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-08-31 20:50:20 +0200
committerGitHub <[email protected]>2025-08-31 20:50:20 +0200
commit4cd86e5e76ca8eaa2e2cb8bcca0ec9a0f574b409 (patch)
tree3646ad79bdedf07b2530366c03c857ebac52a6ee /examples
parent629d224a7614989d79448a1cf17e345be79a0d4b (diff)
parent71a2e81754c3fa56cf7e3e1135a5805d6e1b77ec (diff)
Merge branch 'main' into feat/name-main-task
Diffstat (limited to 'examples')
-rw-r--r--examples/nrf-rtos-trace/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nrf-rtos-trace/Cargo.toml b/examples/nrf-rtos-trace/Cargo.toml
index a2dc0c7ad..c9eeaaac7 100644
--- a/examples/nrf-rtos-trace/Cargo.toml
+++ b/examples/nrf-rtos-trace/Cargo.toml
@@ -25,8 +25,8 @@ cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-sing
25cortex-m-rt = "0.7.0" 25cortex-m-rt = "0.7.0"
26panic-probe = "1.0.0" 26panic-probe = "1.0.0"
27serde = { version = "1.0.136", default-features = false } 27serde = { version = "1.0.136", default-features = false }
28rtos-trace = "0.1.3" 28rtos-trace = "0.2"
29systemview-target = { version = "0.1.2", features = ["callbacks-app", "callbacks-os", "log", "cortex-m"] } 29systemview-target = { version = "0.2", features = ["callbacks-app", "callbacks-os", "log", "cortex-m"] }
30log = { version = "0.4.17", optional = true } 30log = { version = "0.4.17", optional = true }
31 31
32[[bin]] 32[[bin]]