Skip to content

Commit

Permalink
Merge pull request #142 from card-io-ecg/debug
Browse files Browse the repository at this point in the history
Use fixed esphal
  • Loading branch information
bugadani authored Oct 25, 2023
2 parents dee5316 + 9b5030b commit 46ef204
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ embassy-net = { version = "0.1.0", features = [
embassy-sync = { version = "0.2.0" }
embassy-executor = { version = "0.3.0", features = [
"nightly",
"integrated-timers",
] }

heapless = "0.7"
Expand Down Expand Up @@ -143,11 +142,18 @@ smoltcp = { workspace = true }
crc = "3.0.1"

[patch.crates-io]
esp32s3-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "0c8dd59163472133870a62b6248f50953f02defc" }
# esp32s3-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "0c8dd59163472133870a62b6248f50953f02defc" }
esp32s3-hal = { git = "https://github.com/bugadani/esp-hal.git", branch = "race" }
esp-println = { git = "https://github.com/esp-rs/esp-println.git" }
# embedded-text = { git = "https://github.com/embedded-graphics/embedded-text.git" }
# esp32-hal = { path = "../../esp-hal/esp32-hal" }
# esp32s2-hal = { path = "../../esp-hal/esp32s2-hal" }
# esp32s3-hal = { path = "../../esp-hal/esp32s3-hal" }
# esp32c2-hal = { path = "../../esp-hal/esp32c2-hal" }
# esp32c3-hal = { path = "../../esp-hal/esp32c3-hal" }
# esp32c6-hal = { path = "../../esp-hal/esp32c6-hal" }
# esp-hal-common = { path = "../../esp-hal/esp-hal-common" }
# esp-hal-procmacros = { path = "../../esp-hal/esp-hal-procmacros" }

# [patch.'https://github.com/esp-rs/esp-wifi.git']
# esp-wifi = { path = "../esp-wifi/esp-wifi" }
Expand Down

0 comments on commit 46ef204

Please sign in to comment.