mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00
1.4 KiB
1.4 KiB
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
v0.12.0 - 2025-07-16
Changed
- This crate no longer uses the
links
field in itsCargo.toml
(#3697)
v0.11.0 - 2025-06-03
Changed
- Bump Rust edition to 2024, bump MSRV to 1.85. (#3391)
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)