File tree 1 file changed +17
-1
lines changed
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/).
12
12
- New assembly methods ` asm::semihosting_syscall ` , ` asm::bootstrap ` , and
13
13
` asm::bootload ` .
14
14
15
- ### Changed
15
+ ### Deprecated
16
16
17
17
- ` msp::write ` has been deprecated in favor of ` asm::bootstrap ` . It was not
18
18
possible to use ` msp::write ` without causing Undefined Behavior, so all
19
19
existing users are encouraged to migrate.
20
20
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
+
21
29
## [ v0.7.0] - 2020-11-09
22
30
23
31
### Added
@@ -60,6 +68,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
60
68
- ` SCB::system_reset `
61
69
- Removed ` basepri ` , ` basepri_max ` , and ` faultmask ` registers from thumbv8m.base
62
70
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
+
63
79
## [ v0.6.4] - 2020-10-26
64
80
65
81
### Changed
You can’t perform that action at this time.
0 commit comments