Update the xtensa-lx-rt dependency to the newest version

This commit is contained in:
Jesse Braham 2022-07-20 10:37:02 -07:00
parent 9fa1d1ecdb
commit 2a00119f94
4 changed files with 5 additions and 5 deletions

View File

@ -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 }

View File

@ -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]

View File

@ -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"

View File

@ -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"