Skip to content

Commit 465f303

Browse files
bors[bot]adamgreig
andauthored
Merge #319
319: CHANGELOG updates r=jonas-schievink a=adamgreig Co-authored-by: Adam Greig <[email protected]>
2 parents 2082aca + 7777775 commit 465f303

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)