Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cortex-m/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
the default toolchain.
- The code should be clippy clean on all supported configurations now.
- Add embedded-hal 1.0 delays.
- Changed number of cycles performed in `asm::delay()` to guarantee that the
number of CPU cycles consumed is always at least the number of cycles
requested, even on Cortex-M7 platforms with dual issue. For other CPUs
the number of cycles is likely to be twice as long as before.

## [v0.7.7] - 2023-01-03

Expand Down
Loading