* WIP * Add basic LP_UART C6 driver * Add lp-uart example for C6 * modify entry macro and fmt * final cleanups * revert lp_core_basic example and add lp_core_uart and uart examples * changelog * review changes * second changelog --------- Co-authored-by: Jesse Braham <jesse@beta7.io>
650 B
650 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 LP_UART basic driver (#1113)