Skip to content

Commit 202eb58

Browse files
authored
Merge pull request #643 from wt/release_new_version
Update the cortex-m unreleased changelog.
2 parents d232aaf + 25eede2 commit 202eb58

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

cortex-m-rt/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
copied `.data` to the VMA before relinquishing control.
1818
- Updated references from 'Cortex-M Team' to 'Arm Team'
1919
- Bump MSRV to 1.85
20+
- Updated to edition 2024
2021

2122
## [v0.7.5]
2223

cortex-m/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Deprecated
11+
- The `inline-asm` feature is now a currently a no-op, will be removed in a future major version
12+
13+
### Changed
14+
- Updated to edition 2024.
1015
- MSRV is 1.85 to match cortex-m-rt crate
1116
- Add `enter_unprivileged` function to switch to unprivileged mode (on the Process Stack, or `PSP`)
1217
- Updated references from 'Cortex-M Team' to 'Arm Team'
18+
- Add ITNS field to NVIC peripheral.
19+
- Expose more bits from within SCR.
20+
- Refactor asm code to remove need for very old nightly toolchain. Everything is now compiled with
21+
the default toolchain.
22+
- The code should be clippy clean on all supported configurations now.
23+
- Add embedded-hal 1.0 delays.
1324

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

0 commit comments

Comments
 (0)