bump esp32c3 (#997)

* bump esp32-c3

* update changelog and example

* rtic-monotonics: update esp32c3 to v0.26

---------

Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
This commit is contained in:
MikeGstefan 2024-11-27 13:59:55 -05:00 committed by GitHub
parent d251ba7173
commit ed026cc4a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 19 additions and 25 deletions

View file

@ -15,6 +15,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Changed
- Updated esp32c3 dependency to v0.26.0
- Update `esp32c3` dependency
### Fixed

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