File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.3.0] - 2022-02-19
11
+
10
12
## Added
11
13
- The ` entry ` attribute macro for main can now take an ` interrupt_enable `
12
14
argument. The ` interrupt_enable ` argument will enable interrupts before
@@ -18,6 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
20
- Use [ GHA] ( https://github.com/rust-embedded/msp430-rt/actions ) for these UI
19
21
tests.
20
22
23
+ ## Changed
24
+ - Nested functions generated by the ` entry ` and ` interrupt ` macros have the
25
+ ` inline(always) ` attribute applied to them. This in fact saves space and
26
+ execution time by removing a call/jump into the nested function body.
27
+
21
28
## Fixed
22
29
- [ docs.rs] ( https://docs.rs ) [ metadata] ( https://docs.rs/about/metadata ) added
23
30
to ` Cargo.toml ` to fix documentation building [ failure] ( https://github.com/rust-embedded/msp430-rt/issues/16 ) .
@@ -149,7 +156,8 @@ Initial release
149
156
[ `r0` ] : https://github.com/rust-embedded/r0
150
157
[ `cortex-m-rt` ] : https://github.com/japaric/cortex-m-rt
151
158
152
- [ Unreleased ] : https://github.com/rust-embedded/msp430-rt/compare/msp_v0.3.0...HEAD
159
+ [ Unreleased ] : https://github.com/rust-embedded/msp430-rt/compare/msp_v0.3.1...HEAD
160
+ [ v0.3.1 ] : https://github.com/rust-embedded/msp430-rt/compare/msp_v0.3.0...msp_v0.3.1
153
161
[ v0.3.0 ] : https://github.com/rust-embedded/msp430-rt/compare/msp_v0.2.5...msp_v0.3.0
154
162
[ v0.2.5 ] : https://github.com/rust-embedded/msp430-rt/compare/msp_v0.2.4...msp_v0.2.5
155
163
[ v0.2.4 ] : https://github.com/rust-embedded/msp430-rt/compare/msp_v0.2.3...msp_v0.2.4
You can’t perform that action at this time.
0 commit comments