diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-08-31 18:42:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-31 18:42:37 +0000 |
| commit | 71a2e81754c3fa56cf7e3e1135a5805d6e1b77ec (patch) | |
| tree | 7ff03aed83ca0fae194644d5f67d8f2aa3ffc901 /examples | |
| parent | 065e979189efeeb46ee2ed8b0f8cd276f8c7dcf0 (diff) | |
| parent | a05506640b32978b97fe62f338b18a8cbfbde585 (diff) | |
Merge pull request #4615 from fg-cfh/feat/upgrade-rtos-trace
rtos-trace: upgraded feature support
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf-rtos-trace/Cargo.toml | 4 |
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 | |||
| 25 | cortex-m-rt = "0.7.0" | 25 | cortex-m-rt = "0.7.0" |
| 26 | panic-probe = "1.0.0" | 26 | panic-probe = "1.0.0" |
| 27 | serde = { version = "1.0.136", default-features = false } | 27 | serde = { version = "1.0.136", default-features = false } |
| 28 | rtos-trace = "0.1.3" | 28 | rtos-trace = "0.2" |
| 29 | systemview-target = { version = "0.1.2", features = ["callbacks-app", "callbacks-os", "log", "cortex-m"] } | 29 | systemview-target = { version = "0.2", features = ["callbacks-app", "callbacks-os", "log", "cortex-m"] } |
| 30 | log = { version = "0.4.17", optional = true } | 30 | log = { version = "0.4.17", optional = true } |
| 31 | 31 | ||
| 32 | [[bin]] | 32 | [[bin]] |
