aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorFlorian Grandel <[email protected]>2025-07-05 18:25:53 +0200
committerFlorian Grandel <[email protected]>2025-08-30 17:42:37 +0200
commitba5a75cd7d0b97bafd02d3b95baf40fd36522fac (patch)
treee6b836066900e5d95a40971aa15414b1430a3ad8 /embassy-executor
parentf86cf87f2f20f723e2ba2fe7d83908a2b3bac2d1 (diff)
executor: rtos-trace: name main task
Assigns a name to the main task when (rtos-)tracing is active. This improves tracing usability with the SystemView backend. Signed-off-by: Florian Grandel <[email protected]>
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index f2db46ef9..999c77a83 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- Added new metadata API for tasks 11- Added new metadata API for tasks
12- Named main task when rtos-trace feature is enabled.
12 13
13## 0.9.0 - 2025-08-26 14## 0.9.0 - 2025-08-26
14 15