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

* Generate macros from metadata * Don't generate metadata env vars * Add trm link, change cores to integer * Port RMT memory constants * Add some I2C flags * Auto-generate PeriConfig, remove trait * Make sure memory_range is hidden
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
- Added
Config::generate_metadata
to generate code for firmware crates. (#3604)
Changed
Fixed
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)