Update esp32-c3 and esp-hal crates (#1019)

* Bump esp32-c3 to 0.27.0

* Update esp-hal to 0.23.1

* Add Changelog entry
This commit is contained in:
Ronald Weber 2025-02-09 21:51:19 +01:00 committed by GitHub
parent 0935051d8b
commit 587f183842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 345 additions and 235 deletions

View file

@ -7,6 +7,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## Unreleased
### Changed
- Updated esp32c3 dependency to v0.27.0
## v2.0.3 - 2024-10-23
### Added

View file

@ -67,7 +67,7 @@ stm32-metapac = { version = "15.0.0", optional = true }
imxrt-ral = { version = "0.5.3", optional = true }
esp32c3 = {version = "0.26.0", optional = true }
esp32c3 = {version = "0.27.0", optional = true }
riscv = {version = "0.12.1", optional = true }