File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212- New assembly methods ` asm::semihosting_syscall ` , ` asm::bootstrap ` , and
1313 ` asm::bootload ` .
1414
15- ### Changed
15+ ### Deprecated
1616
1717- ` msp::write ` has been deprecated in favor of ` asm::bootstrap ` . It was not
1818 possible to use ` msp::write ` without causing Undefined Behavior, so all
1919 existing users are encouraged to migrate.
2020
21+ ### Fixed
22+
23+ - Fixed a bug in ` asm::delay ` which could lead to incorrect codegen and
24+ infinite loops.
25+ - Improved timing guarantees of ` asm::delay ` on multiple-issue CPU cores.
26+ - Additional compiler fences added to inline assembly where necessary.
27+ - Fixed DWARF debug information in pre-built assembly binaries.
28+
2129## [ v0.7.0] - 2020-11-09
2230
2331### Added
@@ -60,6 +68,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6068 - ` SCB::system_reset `
6169- Removed ` basepri ` , ` basepri_max ` , and ` faultmask ` registers from thumbv8m.base
6270
71+ ## [ v0.6.5] - 2021-01-24
72+
73+ ### Changed
74+
75+ - This release is forwards-compatible with cortex-m 0.7, and depends on and
76+ re-exports many types from that version. Both 0.6.5 and 0.7 may co-exist
77+ in a build.
78+
6379## [ v0.6.4] - 2020-10-26
6480
6581### Changed
You can’t perform that action at this time.
0 commit comments