Update esp32c3 to 0.28.0

This commit is contained in:
Ronald Weber 2025-03-16 12:19:49 +01:00 committed by Henrik Tjäder
parent fb67db97d6
commit 9a36db8026
6 changed files with 87 additions and 75 deletions

View file

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

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.27.0", optional = true }
esp32c3 = {version = "0.28.0", optional = true }
riscv = {version = "0.12.1", optional = true }