* Clear LP_RAM/RTC RAM to make sure .bss is cleared * Rename `ulp-riscv-hal` to `esp-ulp-riscv-hal` * CHANGELOG.md entry
23 lines
480 B
Markdown
23 lines
480 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- Add the `ulp-riscv-hal` package (#840)
|
|
|
|
### Changed
|
|
|
|
- Renamed to `esp-ulp-riscv-hal` (#916)
|
|
|
|
### Fixed
|
|
|
|
### Removed
|
|
|
|
[Unreleased]: https://github.com/esp-rs/esp-hal/commits/main/esp-ulp-riscv-hal
|