File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
19
## [ v0.2.0]
11
20
12
- ## Added
21
+ ### Added
13
22
14
23
- Added ABT und UND mode stack setup.
15
24
- Default exception handlers for undefined, prefetch abort and data abort exceptions
16
25
- SMP support
17
26
- Zeroing of registers on start-up
18
27
- ` #[entry] ` and ` #[exception] ` and ` #[interrupt] ` macros
19
28
20
- ## Changed
29
+ ### Changed
21
30
22
31
- Fixed interrupt handler so interrupts can be re-entrant
23
32
- 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/).
28
37
29
38
Initial release
30
39
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
32
42
[ v0.2.0 ] : https://github.com/rust-embedded/cortex-ar/compare/cortex-r-rt-v0.1.0...cortex-r-rt-v0.2.0
33
43
[ v0.1.0 ] : https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-r-rt-v0.1.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ name = "cortex-r-rt"
21
21
readme = " README.md"
22
22
repository = " https://github.com/rust-embedded/cortex-r.git"
23
23
rust-version = " 1.83"
24
- version = " 0.2.0 "
24
+ version = " 0.2.1 "
25
25
26
26
[dependencies ]
27
27
cortex-ar = { version = " 0.3.0" , path = " ../cortex-ar" }
You can’t perform that action at this time.
0 commit comments