aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Mueller <[email protected]>2025-11-02 19:06:05 +0100
committerRobin Mueller <[email protected]>2025-11-02 19:30:23 +0100
commitfd40f3e2f2efb67434a9e7d90eb35a30e30d1736 (patch)
treed0dc8ffcdc6ae4dc20a2b92477f34ea3e113544a /embassy-executor/CHANGELOG.md
parent3ff0b2c5971e72a93bd37d7f8fecbc8e64421360 (diff)
Migrate from cortex-ar to aarch32-cpu
- Feature name `arch-cortex-ar` remains the same. - Legacy ARM architectures are not supported.
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 47a8ae995..5fbb8cf13 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13- Upgraded rtos-trace 13- Upgraded rtos-trace
14- Added optional "highest priority" scheduling 14- Added optional "highest priority" scheduling
15- Added optional "earliest deadline first" EDF scheduling 15- Added optional "earliest deadline first" EDF scheduling
16- Bump `cortex-ar` to v0.3 16- Migrate `cortex-ar` to `aarch32-cpu`. The feature name `arch-cortex-ar` remains the same and
17 legacy ARM architectures are not supported.
17 18
18## 0.9.1 - 2025-08-31 19## 0.9.1 - 2025-08-31
19 20