diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-10-02 17:31:21 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-02 17:31:21 +0000 |
| commit | e4e06ab5b136a21c98d42491ef1e31b6dc25e08e (patch) | |
| tree | e0f3d50e4db88ecfd7952c0b24251ac6f74471f1 | |
| parent | 194a721d0eab929a2af0a2a4e45ca8e70e0d3f0a (diff) | |
| parent | c0d3507728e424567a63cc8ba8989b981ee02be4 (diff) | |
Merge pull request #4730 from robamu/bump-allowed-cortex-ar-range
bump cortex-ar to v0.3
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 1 | ||||
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index 6f079a11a..47a8ae995 100644 --- a/embassy-executor/CHANGELOG.md +++ b/embassy-executor/CHANGELOG.md | |||
| @@ -13,6 +13,7 @@ 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 | 17 | ||
| 17 | ## 0.9.1 - 2025-08-31 | 18 | ## 0.9.1 - 2025-08-31 |
| 18 | 19 | ||
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 61d060630..6d11bc076 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -98,7 +98,7 @@ portable-atomic = { version = "1.5", optional = true } | |||
| 98 | cortex-m = { version = "0.7.6", optional = true } | 98 | cortex-m = { version = "0.7.6", optional = true } |
| 99 | 99 | ||
| 100 | # arch-cortex-ar dependencies | 100 | # arch-cortex-ar dependencies |
| 101 | cortex-ar = { version = "0.2", optional = true } | 101 | cortex-ar = { version = "0.3", optional = true } |
| 102 | 102 | ||
| 103 | # arch-wasm dependencies | 103 | # arch-wasm dependencies |
| 104 | wasm-bindgen = { version = "0.2.82", optional = true } | 104 | wasm-bindgen = { version = "0.2.82", optional = true } |
