mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00
1016 B
1016 B
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
Fixed
Changed
Removed
0.7.0 - 2024-03-08
Changed
start_rust
callshal_main
instead of calling user'smain
directly (#1135)
0.6.1 - 2024-01-19
Changed
- Updated to latest version of
riscv
andriscv-rt-macros
dependencies
0.6.0 - 2023-12-12
Fixed
- Fix overwriting
rtc-uninit-data
when there is no rtc-bss data (#952) - Fix RISC-V stack allocation (#988)
- ESP32-C6/ESP32-H2: Add
fix-sp
feature to supportflip-link
inesp-hal-common
(#1008)
Removed
0.5.0 - 2023-09-05
Changed
- Use all remaining memory for the stack (#716)
Fixed
- Fix RISCV stack-start (#721)