Skip to content

Commit

Permalink
Add patches
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Sep 4, 2023
1 parent 848754e commit ffd94bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ esp-hal-common = { git = "https://github.com/bugadani/esp-hal.git", branch = "de
esp32s3-hal = { git = "https://github.com/bugadani/esp-hal.git", branch = "defmt" }
esp-println = { git = "https://github.com/esp-rs/esp-println.git", branch = "main" }

esp32-hal = { git = "https://github.com/bugadani/esp-hal.git", branch = "defmt" }
esp32s2-hal = { git = "https://github.com/bugadani/esp-hal.git", branch = "defmt" }
esp32c2-hal = { git = "https://github.com/bugadani/esp-hal.git", branch = "defmt" }
esp32c3-hal = { git = "https://github.com/bugadani/esp-hal.git", branch = "defmt" }
esp32c6-hal = { git = "https://github.com/bugadani/esp-hal.git", branch = "defmt" }

[patch.'https://github.com/esp-rs/esp-wifi']
esp-wifi = { git = "https://github.com/bugadani/esp-wifi.git", branch = "dev" }

Expand Down

0 comments on commit ffd94bb

Please sign in to comment.