* GPIO Refactoring * CHANGELOG.md * Addressed review comments * Use `Level` instead of plain bool in public API * Let drivers enable analog functions
823 B
823 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
- Add the
esp32c6-lp-halpackage (#714) - Add GPIO (output) and delay functionality to
esp32c6-lp-hal(#715) - Add GPIO input support and implement additional
embedded-haloutput traits for the C6's LP core [#720] - Add the
ulp-riscv-halpackage (#840) - Add LP_UART basic driver (#1113)
- Added basic
LP-I2Cdriver for C6 (#1185)
Changed
- Renamed to
esp-ulp-riscv-hal(#916) - Remove 2nd level generics from GPIO pin (#1526)