esp-hal/esp-metadata/CHANGELOG.md
Dániel Buga f5287c3ef9
Remove note about fixed cargo bug (#3105)
* Remove note

* Remove workaround

* Fix MSRV changelogs
2025-06-02 13:51:36 +00:00

1.2 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

  • Add ability to define memory regions, have DRAM defined there (#3300)
  • Provide macros to get the start/end of a memory region, make it possible to use the macros in a no-std project (#3300)

Changed

  • Bump Rust edition to 2024, bump MSRV to 1.86. (#3391, #3560)

Fixed

Removed

0.6.0 - 2025-02-24

Added

  • Introduced the adc1 and adc2 symbols (#3082)

Removed

  • Removed the adc symbol (#3082)

0.5.0 - 2025-01-15

Added

  • Introduced the wifi6 symbol (#2612)
  • Introduced the gpio_bank_1 symbol (#2625)

Changed

  • Bump MSRV to 1.84 (#2951)

0.4.0 - 2024-10-10

0.3.0 - 2024-08-29

0.2.0 - 2024-07-15

0.1.1 - 2024-06-04

0.1.0 - 2024-04-17

Added

  • Initial release (#2518)