From ba738d411d3862e835b066cd0203666b085a18e1 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Mon, 26 Aug 2024 18:47:50 +0200 Subject: [PATCH] update esp32 ref --- examples/esp32/Cargo.lock | 18 +++++++++--------- examples/esp32/Cargo.toml | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/esp32/Cargo.lock b/examples/esp32/Cargo.lock index 729e464..390dfc0 100644 --- a/examples/esp32/Cargo.lock +++ b/examples/esp32/Cargo.lock @@ -475,7 +475,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "esp-backtrace" version = "0.13.0" -source = "git+https://github.com/lulf/esp-hal.git?rev=4375d5aa1543fd7a9dbc4035ec5718277b17405c#4375d5aa1543fd7a9dbc4035ec5718277b17405c" +source = "git+https://github.com/lulf/esp-hal.git?rev=6f385f71d9f431b0233bb501a19f47290f74b12a#6f385f71d9f431b0233bb501a19f47290f74b12a" dependencies = [ "esp-build", "esp-println", @@ -485,7 +485,7 @@ dependencies = [ [[package]] name = "esp-build" version = "0.1.0" -source = "git+https://github.com/lulf/esp-hal.git?rev=4375d5aa1543fd7a9dbc4035ec5718277b17405c#4375d5aa1543fd7a9dbc4035ec5718277b17405c" +source = "git+https://github.com/lulf/esp-hal.git?rev=6f385f71d9f431b0233bb501a19f47290f74b12a#6f385f71d9f431b0233bb501a19f47290f74b12a" dependencies = [ "quote", "syn 2.0.76", @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "esp-hal" version = "0.19.0" -source = "git+https://github.com/lulf/esp-hal.git?rev=4375d5aa1543fd7a9dbc4035ec5718277b17405c#4375d5aa1543fd7a9dbc4035ec5718277b17405c" +source = "git+https://github.com/lulf/esp-hal.git?rev=6f385f71d9f431b0233bb501a19f47290f74b12a#6f385f71d9f431b0233bb501a19f47290f74b12a" dependencies = [ "basic-toml", "bitfield", @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "esp-hal-embassy" version = "0.2.0" -source = "git+https://github.com/lulf/esp-hal.git?rev=4375d5aa1543fd7a9dbc4035ec5718277b17405c#4375d5aa1543fd7a9dbc4035ec5718277b17405c" +source = "git+https://github.com/lulf/esp-hal.git?rev=6f385f71d9f431b0233bb501a19f47290f74b12a#6f385f71d9f431b0233bb501a19f47290f74b12a" dependencies = [ "cfg-if", "critical-section", @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "esp-hal-procmacros" version = "0.12.0" -source = "git+https://github.com/lulf/esp-hal.git?rev=4375d5aa1543fd7a9dbc4035ec5718277b17405c#4375d5aa1543fd7a9dbc4035ec5718277b17405c" +source = "git+https://github.com/lulf/esp-hal.git?rev=6f385f71d9f431b0233bb501a19f47290f74b12a#6f385f71d9f431b0233bb501a19f47290f74b12a" dependencies = [ "darling", "document-features", @@ -579,7 +579,7 @@ dependencies = [ [[package]] name = "esp-metadata" version = "0.2.0" -source = "git+https://github.com/lulf/esp-hal.git?rev=4375d5aa1543fd7a9dbc4035ec5718277b17405c#4375d5aa1543fd7a9dbc4035ec5718277b17405c" +source = "git+https://github.com/lulf/esp-hal.git?rev=6f385f71d9f431b0233bb501a19f47290f74b12a#6f385f71d9f431b0233bb501a19f47290f74b12a" dependencies = [ "anyhow", "basic-toml", @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "esp-println" version = "0.10.0" -source = "git+https://github.com/lulf/esp-hal.git?rev=4375d5aa1543fd7a9dbc4035ec5718277b17405c#4375d5aa1543fd7a9dbc4035ec5718277b17405c" +source = "git+https://github.com/lulf/esp-hal.git?rev=6f385f71d9f431b0233bb501a19f47290f74b12a#6f385f71d9f431b0233bb501a19f47290f74b12a" dependencies = [ "critical-section", "esp-build", @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "esp-riscv-rt" version = "0.9.0" -source = "git+https://github.com/lulf/esp-hal.git?rev=4375d5aa1543fd7a9dbc4035ec5718277b17405c#4375d5aa1543fd7a9dbc4035ec5718277b17405c" +source = "git+https://github.com/lulf/esp-hal.git?rev=6f385f71d9f431b0233bb501a19f47290f74b12a#6f385f71d9f431b0233bb501a19f47290f74b12a" dependencies = [ "document-features", "riscv", @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "esp-wifi" version = "0.7.1" -source = "git+https://github.com/lulf/esp-hal.git?rev=4375d5aa1543fd7a9dbc4035ec5718277b17405c#4375d5aa1543fd7a9dbc4035ec5718277b17405c" +source = "git+https://github.com/lulf/esp-hal.git?rev=6f385f71d9f431b0233bb501a19f47290f74b12a#6f385f71d9f431b0233bb501a19f47290f74b12a" dependencies = [ "atomic-waker", "bt-hci", diff --git a/examples/esp32/Cargo.toml b/examples/esp32/Cargo.toml index 65b2864..6c3e9bd 100644 --- a/examples/esp32/Cargo.toml +++ b/examples/esp32/Cargo.toml @@ -53,11 +53,11 @@ opt-level = 's' overflow-checks = false [patch.crates-io] -esp-hal = { git = "https://github.com/lulf/esp-hal.git", rev = "4375d5aa1543fd7a9dbc4035ec5718277b17405c" } -esp-hal-embassy = { git = "https://github.com/lulf/esp-hal.git", rev = "4375d5aa1543fd7a9dbc4035ec5718277b17405c" } -esp-wifi = { git = "https://github.com/lulf/esp-hal.git", rev = "4375d5aa1543fd7a9dbc4035ec5718277b17405c" } -esp-println = { git = "https://github.com/lulf/esp-hal.git", rev = "4375d5aa1543fd7a9dbc4035ec5718277b17405c" } -esp-backtrace = { git = "https://github.com/lulf/esp-hal.git", rev = "4375d5aa1543fd7a9dbc4035ec5718277b17405c" } +esp-hal = { git = "https://github.com/lulf/esp-hal.git", rev = "6f385f71d9f431b0233bb501a19f47290f74b12a" } +esp-hal-embassy = { git = "https://github.com/lulf/esp-hal.git", rev = "6f385f71d9f431b0233bb501a19f47290f74b12a" } +esp-wifi = { git = "https://github.com/lulf/esp-hal.git", rev = "6f385f71d9f431b0233bb501a19f47290f74b12a" } +esp-println = { git = "https://github.com/lulf/esp-hal.git", rev = "6f385f71d9f431b0233bb501a19f47290f74b12a" } +esp-backtrace = { git = "https://github.com/lulf/esp-hal.git", rev = "6f385f71d9f431b0233bb501a19f47290f74b12a" } embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", rev = "1cfd5370ac012814b7b386ba9ad8499529bdde4e" } embassy-sync = { git = "https://github.com/embassy-rs/embassy.git", rev = "1cfd5370ac012814b7b386ba9ad8499529bdde4e" }