diff --git a/esp-hal-embassy/Cargo.toml b/esp-hal-embassy/Cargo.toml index e95d0b5c5..f5c35c0e6 100644 --- a/esp-hal-embassy/Cargo.toml +++ b/esp-hal-embassy/Cargo.toml @@ -62,7 +62,7 @@ single-queue = [] unexpected_cfgs = "allow" [patch.crates-io] -embassy-executor = { git = "https://github.com/bugadani/embassy", branch = "refactor" } -embassy-time = { git = "https://github.com/bugadani/embassy", branch = "refactor" } -embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "refactor" } -embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "refactor" } +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" } diff --git a/hil-test/Cargo.toml b/hil-test/Cargo.toml index dcb059a5f..a576be9db 100644 --- a/hil-test/Cargo.toml +++ b/hil-test/Cargo.toml @@ -313,7 +313,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 = "refactor" } -embassy-time = { git = "https://github.com/bugadani/embassy", branch = "refactor" } -embassy-time-driver = { git = "https://github.com/bugadani/embassy", branch = "refactor" } -embassy-time-queue-driver = { git = "https://github.com/bugadani/embassy", branch = "refactor" } +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" } diff --git a/qa-test/Cargo.toml b/qa-test/Cargo.toml index 75c2861fc..744cce50d 100644 --- a/qa-test/Cargo.toml +++ b/qa-test/Cargo.toml @@ -35,7 +35,7 @@ lto = "fat" codegen-units = 1 [patch.crates-io] -embassy-executor = { path = "C:/_Hobby/CardIo/embassy/embassy-executor" } -embassy-time = { path = "C:/_Hobby/CardIo/embassy/embassy-time" } -embassy-time-driver = { path = "C:/_Hobby/CardIo/embassy/embassy-time-driver" } -embassy-time-queue-driver = { path = "C:/_Hobby/CardIo/embassy/embassy-time-queue-driver" } +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" }