mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
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:
parent
0935051d8b
commit
587f183842
7 changed files with 345 additions and 235 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue