esp-hal/esp-storage/CHANGELOG.md
Juraj Sadel 0180a38ba0
esp-storage now depends on esp-hal (#4173)
* esp-storage now depends on esp-hal

* clean up cfg gates

* changelog
2025-09-24 08:55:26 +00:00

1.8 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

  • defmt feature and FlashStorage, FlashStorageError now implements Defmt (#4127)
  • Drop impl for FlashStorage (#4132)
  • FlashStorage::new() now takes a Flash argument (#4173)

Changed

Fixed

Removed

  • Default impl for FlashStorage (#4132)

[v0.8.0] - 2025-09-10

Added

  • Added strategies for dealing with multi-core systems (#4082)

v0.7.0 - 2025-07-16

Fixed

  • Fix incorrect usage of MaybeUninit (#3677)
  • Use libesp_rom.a from ESP-IDF on ESP32 as a replacement for our incomplete and less accurate port (#3688)

v0.6.0 - 2025-06-03

Changed

  • Bump Rust edition to 2024, bump MSRV to 1.86. (#3391, #3560)
  • The low-level feature has been removed, the gated API is always available (#3425)

Removed

  • The storage and nor-flash features have been removed, the related functionality is now always available. (#3431)

0.5.0 - 2025-02-24

Changed

  • Bump MSRV to 1.84 (#2951)
  • Add support for 32MB flash (#3163)

0.4.0 - 2024-11-20

Added

  • Added trait MultiwriteNorFlash to FlashStorage (#2478)

0.3.1 - 2024-10-10

0.3.0 - 2023-08-16

0.2.0 - 2023-07-05

0.1.0 - 2022-09-26