mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 14:44:32 +00:00
Merge pull request #4615 from fg-cfh/feat/upgrade-rtos-trace
rtos-trace: upgraded feature support
This commit is contained in:
commit
71a2e81754
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
## Unreleased - ReleaseDate
|
||||
|
||||
- Added new metadata API for tasks
|
||||
- Upgraded rtos-trace
|
||||
- Fixed performance regression on some ESP32 MCUs.
|
||||
|
||||
## 0.9.0 - 2025-08-26
|
||||
|
@ -51,7 +51,7 @@ features = ["defmt", "arch-cortex-m", "executor-thread", "executor-interrupt"]
|
||||
[dependencies]
|
||||
defmt = { version = "1.0.1", optional = true }
|
||||
log = { version = "0.4.14", optional = true }
|
||||
rtos-trace = { version = "0.1.3", optional = true }
|
||||
rtos-trace = { version = "0.2", optional = true }
|
||||
|
||||
embassy-executor-macros = { version = "0.7.0", path = "../embassy-executor-macros" }
|
||||
embassy-time-driver = { version = "0.2.1", path = "../embassy-time-driver", optional = true }
|
||||
|
@ -25,8 +25,8 @@ cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-sing
|
||||
cortex-m-rt = "0.7.0"
|
||||
panic-probe = "1.0.0"
|
||||
serde = { version = "1.0.136", default-features = false }
|
||||
rtos-trace = "0.1.3"
|
||||
systemview-target = { version = "0.1.2", features = ["callbacks-app", "callbacks-os", "log", "cortex-m"] }
|
||||
rtos-trace = "0.2"
|
||||
systemview-target = { version = "0.2", features = ["callbacks-app", "callbacks-os", "log", "cortex-m"] }
|
||||
log = { version = "0.4.17", optional = true }
|
||||
|
||||
[[bin]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user