esp-hal/esp-lp-hal/CHANGELOG.md
Juraj Sadel 9378639e4c
C6: LP_I2C basic driver (#1185)
* After more analysis and coding

* More work is done, writing/reading WIP

* `write` prototype done, small fixes. Read next

* pre-rebase

* Rebased and updated

* Pre-final state of driver

* More work (near-final state) done

* WIP

* WIP

* working

* cleanup

* changelog

* address review comments

* remove Option from conjure and improve lp-i2c example description

---------

Co-authored-by: Kirill Mikhailov <konnor1980@yandex.ru>
2024-02-21 14:18:54 +00:00

773 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-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]
  • Add the ulp-riscv-hal package (#840)
  • Add LP_UART basic driver (#1113)
  • Added basic LP-I2C driver for C6 (#1185)

Changed

  • Renamed to esp-ulp-riscv-hal (#916)

Fixed

Removed