Skip to content

Commit

Permalink
cortex-m: update changelog after #539
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Jun 30, 2024
1 parent 049d8ac commit 6ce96dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cortex-m/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `critical-section-single-core` feature which provides an implementation for the `critical_section` crate for single-core systems, based on disabling all interrupts. (#447)
- Added support for `embedded-hal` version 1 delay traits, requiring rust 1.60.
- `singleton!()` now forwards attributes (#522).
- Added `set_sevonpend` and `clear_sevonpend` (#539).

### Fixed
- Fixed `singleton!()` statics sometimes ending up in `.data` instead of `.bss` (#364, #380).
Expand Down

0 comments on commit 6ce96dc

Please sign in to comment.