mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Update esp32c{3,6} support to esp-hal-1.0.0-rc.0.
This commit is contained in:
parent
1365471f5a
commit
e8c260a745
15 changed files with 949 additions and 633 deletions
|
|
@ -67,8 +67,8 @@ stm32-metapac = { version = "15.0.0", optional = true }
|
|||
# i.MX RT
|
||||
imxrt-ral = { version = "0.6.1", optional = true }
|
||||
|
||||
esp32c3 = {version = "0.29.0", optional = true }
|
||||
esp32c6 = {version = "0.20.0", optional = true }
|
||||
esp32c3 = {version = "0.30.0", optional = true }
|
||||
esp32c6 = {version = "0.21.0", optional = true }
|
||||
riscv = {version = "0.14.0", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue