Skip to content

Commit 6b74db4

Browse files
Update cortex-r-rt to 0.2.1
1 parent 6e8e54f commit 6b74db4

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

cortex-r-rt/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- No changes
11+
12+
## [v0.2.1]
13+
14+
### Changed
15+
16+
- MSRV is now Rust 1.83
17+
- Uses cortex-ar 0.3
18+
1019
## [v0.2.0]
1120

12-
## Added
21+
### Added
1322

1423
- Added ABT und UND mode stack setup.
1524
- Default exception handlers for undefined, prefetch abort and data abort exceptions
1625
- SMP support
1726
- Zeroing of registers on start-up
1827
- `#[entry]` and `#[exception]` and `#[interrupt]` macros
1928

20-
## Changed
29+
### Changed
2130

2231
- Fixed interrupt handler so interrupts can be re-entrant
2332
- Default Rust exception handler is now an empty permanent loop instead of a semihosting exit.
@@ -28,6 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2837

2938
Initial release
3039

31-
[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-r-rt-v0.2.0...HEAD
40+
[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-r-rt-v0.2.1...HEAD
41+
[v0.2.1]: https://github.com/rust-embedded/cortex-ar/compare/cortex-r-rt-v0.2.0...cortex-r-rt-v0.2.1
3242
[v0.2.0]: https://github.com/rust-embedded/cortex-ar/compare/cortex-r-rt-v0.1.0...cortex-r-rt-v0.2.0
3343
[v0.1.0]: https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-r-rt-v0.1.0

cortex-r-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "cortex-r-rt"
2121
readme = "README.md"
2222
repository = "https://github.com/rust-embedded/cortex-r.git"
2323
rust-version = "1.83"
24-
version = "0.2.0"
24+
version = "0.2.1"
2525

2626
[dependencies]
2727
cortex-ar = { version = "0.3.0", path = "../cortex-ar" }

0 commit comments

Comments
 (0)