aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf-rtos-trace
diff options
context:
space:
mode:
authorQuentin Smith <[email protected]>2022-08-19 11:58:45 -0400
committerQuentin Smith <[email protected]>2022-08-19 11:58:45 -0400
commit0c7ad547935fa684b32c6fc59ac9d911f2e021a3 (patch)
tree51f70f79ff6ff3136ed9e6b8e14b0ce640d07f0e /examples/nrf-rtos-trace
parent5ce18f49158e23a2a3c775343126d9670f212fc5 (diff)
Fetch systemview-target from upstream git
Diffstat (limited to 'examples/nrf-rtos-trace')
-rw-r--r--examples/nrf-rtos-trace/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/nrf-rtos-trace/Cargo.toml b/examples/nrf-rtos-trace/Cargo.toml
index bdf49f574..52b4bb7ee 100644
--- a/examples/nrf-rtos-trace/Cargo.toml
+++ b/examples/nrf-rtos-trace/Cargo.toml
@@ -35,5 +35,4 @@ name = "rtos_trace"
35required-features = ["nightly"] 35required-features = ["nightly"]
36 36
37[patch.crates-io] 37[patch.crates-io]
38rtos-trace = { git = "https://gitlab.com/quentinmit/rtos-trace.git", branch = "build-fix" } 38systemview-target = { git = "https://gitlab.com/bern-rtos/tools/rtos-trace.git", rev = "3f68ec60f07aa87c191628568263f57073aa3dab" }
39systemview-target = { git = "https://gitlab.com/quentinmit/rtos-trace.git", branch = "build-fix" }