mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00

* Fix some styling issues in top-level README.md * Update package dependencies and bump version numbers * Update each `CHANGELOG.md` file for packages to be published * Update `esp-hal` migration guide * Fix typo in `esp-hal` changelog
951 B
951 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
Changed
Fixed
Removed
0.10.0 - 2025-01-15
Fixed
- Fixed
interrupt:free
incorrectly providingCriticalSection
(#2537)
Changed
- The
singleton
macro has been updated to match the cortex-m counterpart (#2537) - Bump MSRV to 1.84 (#2951)
Removed
- The
spin
feature andmutex
module has been removed. (#2537) - The
InterruptNumber
trait has been removed. (#2537)