Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions cortex-m-rt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
copied `.data` to the VMA before relinquishing control.
- Updated references from 'Cortex-M Team' to 'Arm Team'
- Bump MSRV to 1.85
- Updated to edition 2024

## [v0.7.5]

Expand Down
11 changes: 11 additions & 0 deletions cortex-m/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Deprecated
- The `inline-asm` feature is now a currently a no-op, will be removed in a future major version

### Changed
- Updated to edition 2024.
- MSRV is 1.85 to match cortex-m-rt crate
- Add `enter_unprivileged` function to switch to unprivileged mode (on the Process Stack, or `PSP`)
- Updated references from 'Cortex-M Team' to 'Arm Team'
- Add ITNS field to NVIC peripheral.
- Expose more bits from within SCR.
- Refactor asm code to remove need for very old nightly toolchain. Everything is now compiled with
the default toolchain.
- The code should be clippy clean on all supported configurations now.
- Add embedded-hal 1.0 delays.

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

Expand Down
Loading