23 lines
615 B
Markdown
23 lines
615 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 `esp32c6-lp-hal` package (#714)
|
|
- Add GPIO (output) and delay functionality to `esp32c6-lp-hal` (#715)
|
|
- Add GPIO input support and implement additional `embedded-hal` output traits for the C6's LP core [#720]
|
|
|
|
### Changed
|
|
|
|
### Fixed
|
|
|
|
### Removed
|
|
|
|
[Unreleased]: https://github.com/esp-rs/esp-hal/commits/main/esp32c6-lp-hal
|