Skip to content

Commit dd3ee49

Browse files
committed
Update the cortex-m unreleased changelog.
Related-to: #639
1 parent 6baaf6a commit dd3ee49

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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)