@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
13
14
14
- Add support for CMSE secure gateway veneers ([ #297 ] ).
15
15
- Allow using the crate with custom target JSON specs ([ #304 ] ).
16
- - Export Exception enum for other crates to use ([ #224 ] )
16
+ - Export Exception enum for other crates to use ([ #224 ] ).
17
17
18
18
[ #224 ] : https://github.com/rust-embedded/cortex-m-rt/pull/224
19
19
[ #297 ] : https://github.com/rust-embedded/cortex-m-rt/pull/297
@@ -24,11 +24,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
24
- Various fixes to the linker script ([ #265 ] , [ #286 ] , [ #287 ] , [ #323 ] ).
25
25
- Use the correct ABI for the ` main ` symbol ([ #278 ] ).
26
26
- Add barriers after FPU enabling ([ #279 ] ).
27
- - (ARMv6-M) Set LR value to a known value on reset (# [ 293] )
28
- - Added CFI and size info to external assembly subroutines (` HardFaultTrampoline ` and ` FpuTrampoline ` ) ([ #294 ] )
27
+ - (ARMv6-M) Set LR value to a known value on reset ([ # 293 ] ).
28
+ - Added CFI and size info to external assembly subroutines (` HardFaultTrampoline ` and ` FpuTrampoline ` ) ([ #294 ] ).
29
29
- Allow building the crate for macOS targets ([ #306 ] , [ #310 ] ).
30
30
- Perform RAM initialization in assembly, to avoid potential UB in Rust ([ #301 ] ).
31
- - Perform volatile reads of ICSR in DefaultHandler (# [ 315] )
31
+ - Perform volatile reads of ICSR in DefaultHandler ([ # 315 ] ).
32
32
33
33
[ #265 ] : https://github.com/rust-embedded/cortex-m-rt/pull/265
34
34
[ #278 ] : https://github.com/rust-embedded/cortex-m-rt/pull/278
@@ -60,10 +60,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
60
60
61
61
### Other
62
62
63
- - Change macros crate to use same version number as cortex-m-rt crate ([ #245 ] )
64
- - Discourage use of ` pre_init ` in documentation ([ #248 ] )
63
+ - Change macros crate to use same version number as cortex-m-rt crate ([ #245 ] ).
64
+ - Discourage use of ` pre_init ` in documentation ([ #248 ] ).
65
65
- Backport: Use ` links ` in Cargo.toml to prevent multiple linking of
66
- cortex-m-rt (#276 )
66
+ cortex-m-rt ([ #276 ] ).
67
67
68
68
[ #245 ] : https://github.com/rust-embedded/cortex-m-rt/pull/245
69
69
[ #248 ] : https://github.com/rust-embedded/cortex-m-rt/pull/248
@@ -75,11 +75,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
75
75
76
76
- Backport: Mark .bss as NOLOAD ([ #265 ] )
77
77
- Backport: Fix possible overflow of .data region ([ #286 ] )
78
- - Backport: Perform volatile reads of ICSR in DefaultHandler (# [ 315] )
78
+ - Backport: Perform volatile reads of ICSR in DefaultHandler ([ # 315 ] )
79
79
80
80
### Other
81
81
- Backport: Use ` links ` in Cargo.toml to prevent multiple linking of
82
- cortex-m-rt (#276 )
82
+ cortex-m-rt ([ #276 ] )
83
83
- Backport: Use same verison for macros crate as for cortex-m-rt itself
84
84
([ #245 ] )
85
85
0 commit comments