Skip to content

Commit

Permalink
Update to esp-hal 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Jul 16, 2024
1 parent 27c781f commit 13c40bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ lto = false
opt-level = 3

[dependencies]
esp-hal = { version = "0.18.0" }
esp-backtrace = { version = "0.12.1", features = [
esp-hal = { version = "0.19.0" }
esp-backtrace = { version = "0.13.0", features = [
"panic-handler",
"println",
"exception-handler",
] }
esp-println = { version = "0.9.0", features = ["log"] }
esp-hal-embassy = { version = "0.1.0", optional = true }
esp-println = { version = "0.10.0", features = ["log"] }
esp-hal-embassy = { version = "0.2.0", optional = true }

embassy-time = { version = "0.3.0", optional = true }
embassy-executor = { version = "0.5.0", package = "embassy-executor", features = [
Expand All @@ -42,7 +42,7 @@ embassy-net = { version = "0.4.0", features = [
], optional = true }


esp-wifi = { version = "0.6.0", features = [
esp-wifi = { version = "0.7.0", features = [
"phy-enable-usb",
"embedded-svc",
"wifi-default",
Expand All @@ -59,7 +59,6 @@ smoltcp = { version = "0.11.0", default-features = false, features = [
"socket-dhcpv4",
] }
log = "0.4.16"
embedded-hal = "0.2"
embedded-io = "0.6.1"
embedded-io-async = { version = "0.6.0", optional = true }
heapless = "0.8.0"
Expand Down Expand Up @@ -125,6 +124,5 @@ async = [
"embassy-time",
"dep:embedded-io-async",
"esp-mbedtls/async",
"esp-hal-embassy/time-timg0",
"esp-hal/async",
]
2 changes: 1 addition & 1 deletion esp-mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ log = "0.4.17"
embedded-io = { version = "0.6.1" }
embedded-io-async = { version = "0.6.0", optional = true }
crypto-bigint = { version = "0.5.3", default-features = false, features = ["extra-sizes"] }
esp-hal = { version = "0.18.0" }
esp-hal = { version = "0.19.0" }
cfg-if = "1.0.0"

[features]
Expand Down

0 comments on commit 13c40bc

Please sign in to comment.