Skip to content

Commit

Permalink
Point at upstream embassy
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Dec 17, 2024
1 parent c6a886c commit fa124d8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions esp-hal-embassy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ single-queue = []
unexpected_cfgs = "allow"

[patch.crates-io]
embassy-executor = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time-driver = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time-queue-driver = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
8 changes: 4 additions & 4 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lto = 'fat'
overflow-checks = false

[patch.crates-io]
embassy-executor = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time-driver = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time-queue-driver = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
8 changes: 4 additions & 4 deletions hil-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ lto = false # LTO (thin or fat) miscompiles some tests on RISC-V
overflow-checks = false

[patch.crates-io]
embassy-executor = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time-driver = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time-queue-driver = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
8 changes: 4 additions & 4 deletions qa-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lto = "fat"
codegen-units = 1

[patch.crates-io]
embassy-executor = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "timer-queue-special" }
embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time-driver = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }
embassy-time-queue-driver = { git = "https://github.com/embassy-rs/embassy", rev = "0c245892c6812538f4f51b784ed8afa1ce47f25d" }

0 comments on commit fa124d8

Please sign in to comment.