File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments