mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 04:40:52 +00:00
Update the xtensa-lx-rt
dependency to the newest version
This commit is contained in:
parent
9fa1d1ecdb
commit
2a00119f94
@ -26,7 +26,7 @@ riscv-atomic-emulation-trap = { version = "0.1", optional = true }
|
||||
|
||||
# Xtensa
|
||||
xtensa-lx = { version = "0.7", optional = true }
|
||||
xtensa-lx-rt = { version = "0.12", optional = true }
|
||||
xtensa-lx-rt = { version = "0.13", optional = true }
|
||||
|
||||
# Part of `ufmt` containing only `uWrite` trait
|
||||
ufmt-write = { version = "0.1", optional = true }
|
||||
|
@ -28,7 +28,7 @@ bare-metal = "1.0"
|
||||
embedded-hal = { version = "0.2", features = ["unproven"] }
|
||||
embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.8" }
|
||||
xtensa-lx = { version = "0.7", features = ["esp32"] }
|
||||
xtensa-lx-rt = { version = "0.12", features = ["esp32"], optional = true }
|
||||
xtensa-lx-rt = { version = "0.13", features = ["esp32"], optional = true }
|
||||
nb = "1.0.0"
|
||||
|
||||
[dependencies.esp-hal-common]
|
||||
|
@ -28,7 +28,7 @@ bare-metal = "1.0"
|
||||
embedded-hal = { version = "0.2", features = ["unproven"] }
|
||||
embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.8" }
|
||||
xtensa-lx = { version = "0.7", features = ["esp32s2"] }
|
||||
xtensa-lx-rt = { version = "0.12", features = ["esp32s2"], optional = true }
|
||||
xtensa-lx-rt = { version = "0.13", features = ["esp32s2"], optional = true }
|
||||
|
||||
[dependencies.esp-hal-common]
|
||||
path = "../esp-hal-common"
|
||||
|
@ -28,8 +28,8 @@ bare-metal = "1.0"
|
||||
embedded-hal = { version = "0.2", features = ["unproven"] }
|
||||
embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.8" }
|
||||
xtensa-lx = { version = "0.7", features = ["esp32s3"] }
|
||||
xtensa-lx-rt = { version = "0.12", features = ["esp32s3"], optional = true }
|
||||
r0 = { version = "1.0.0", optional = true }
|
||||
xtensa-lx-rt = { version = "0.13", features = ["esp32s3"], optional = true }
|
||||
r0 = { version = "1.0", optional = true }
|
||||
|
||||
[dependencies.esp-hal-common]
|
||||
path = "../esp-hal-common"
|
||||
|
Loading…
x
Reference in New Issue
Block a user