@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
1414- Add support for CMSE secure gateway veneers ([ #297 ] ).
1515- 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 ] ).
1717
1818[ #224 ] : https://github.com/rust-embedded/cortex-m-rt/pull/224
1919[ #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/).
2424- Various fixes to the linker script ([ #265 ] , [ #286 ] , [ #287 ] , [ #323 ] ).
2525- Use the correct ABI for the ` main ` symbol ([ #278 ] ).
2626- 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 ] ).
2929- Allow building the crate for macOS targets ([ #306 ] , [ #310 ] ).
3030- 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 ] ).
3232
3333[ #265 ] : https://github.com/rust-embedded/cortex-m-rt/pull/265
3434[ #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/).
6060
6161### Other
6262
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 ] ).
6565- Backport: Use ` links ` in Cargo.toml to prevent multiple linking of
66- cortex-m-rt (#276 )
66+ cortex-m-rt ([ #276 ] ).
6767
6868[ #245 ] : https://github.com/rust-embedded/cortex-m-rt/pull/245
6969[ #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/).
7575
7676- Backport: Mark .bss as NOLOAD ([ #265 ] )
7777- 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 ] )
7979
8080### Other
8181- Backport: Use ` links ` in Cargo.toml to prevent multiple linking of
82- cortex-m-rt (#276 )
82+ cortex-m-rt ([ #276 ] )
8383- Backport: Use same verison for macros crate as for cortex-m-rt itself
8484 ([ #245 ] )
8585
0 commit comments