Skip to content

Commit

Permalink
patch esp-wifi for c6 ble initialization bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessizeland authored and lulf committed Jan 17, 2025
1 parent 2370ca1 commit c5c2eab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 30 deletions.
44 changes: 15 additions & 29 deletions examples/esp32/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion examples/esp32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
embassy-executor = { version = "0.7.0", features = ["task-arena-size-32768"] }
esp-backtrace = { version = "0.15", features = [ "exception-handler", "panic-handler", "println" ] }
esp-hal = { version = "0.23.0", features = [ "unstable" ] }
esp-hal = { version = "0.23.1", features = [ "unstable" ] }
esp-hal-embassy = { version = "0.6.0" }
esp-alloc = { version = "0.6.0" }
esp-println = { version = "0.13.0", features = ["log"] }
Expand Down Expand Up @@ -51,3 +51,11 @@ incremental = false
lto = 'thin'
opt-level = 3
overflow-checks = false

[patch.crates-io]
esp-wifi = {git = "https://github.com/esp-rs/esp-hal.git", rev = "5d0145eca901f42cbebe1e41cde10e79afba3af8"}
esp-backtrace = {git = "https://github.com/esp-rs/esp-hal.git", rev = "5d0145eca901f42cbebe1e41cde10e79afba3af8"}
esp-hal = {git = "https://github.com/esp-rs/esp-hal.git", rev = "5d0145eca901f42cbebe1e41cde10e79afba3af8"}
esp-hal-embassy = {git = "https://github.com/esp-rs/esp-hal.git", rev = "5d0145eca901f42cbebe1e41cde10e79afba3af8"}
esp-alloc = {git = "https://github.com/esp-rs/esp-hal.git", rev = "5d0145eca901f42cbebe1e41cde10e79afba3af8"}
esp-println = {git = "https://github.com/esp-rs/esp-hal.git", rev = "5d0145eca901f42cbebe1e41cde10e79afba3af8"}

0 comments on commit c5c2eab

Please sign in to comment.