mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Update esp32c3 to 0.28.0
This commit is contained in:
parent
fb67db97d6
commit
9a36db8026
6 changed files with 87 additions and 75 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue