mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-26 20:00:32 +00:00
1.7 KiB
1.7 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
- Output: Include firmware-side metadata macros even if the build-script feature is set. (#3906)
Removed
v0.8.0 - 2025-07-16
Added
- Added
Config::generate_metadata
to generate code for firmware crates. (#3604)
Removed
- Removed the firmware-side component of the crate. (#3604)
v0.7.0 - 2025-06-03
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)
0.6.0 - 2025-02-24
Added
- Introduced the
adc1
andadc2
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)