Skip to content

Commit 5c5b530

Browse files
committed
dependencies: Pull in patches to smoltcp, embassy-nal, and the fallout of interdependencies
1 parent d637a21 commit 5c5b530

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Cargo.toml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,20 @@ opt-level = 3
8585

8686
[patch.crates-io]
8787
# riot-rs embassy fork
88-
embassy-executor = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
89-
embassy-hal-internal = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
90-
embassy-nrf = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-100424" }
88+
embassy-executor = { git = "https://github.com/chrysn-pull-requests/embassy", branch = "for-riot-rs-100424-plus-embeddednal" }
89+
embassy-hal-internal = { git = "https://github.com/chrysn-pull-requests/embassy", branch = "for-riot-rs-100424-plus-embeddednal" }
90+
embassy-nrf = { git = "https://github.com/chrysn-pull-requests/embassy", branch = "for-riot-rs-100424-plus-embeddednal" }
9191

9292
usbd-hid-macros = { git = "https://github.com/kaspar030/usbd-hid", branch = "for-riot-rs" }
9393

94+
smoltcp = { git = "https://github.com/chrysn-pull-requests/smoltcp.git", branch = "pktinfo" }
95+
embassy-net = { git = "https://github.com/chrysn-pull-requests/embassy", branch = "for-riot-rs-100424-plus-embeddednal" }
96+
embassy-sync = { git = "https://github.com/chrysn-pull-requests/embassy", branch = "for-riot-rs-100424-plus-embeddednal" }
97+
embassy-time = { git = "https://github.com/chrysn-pull-requests/embassy", branch = "for-riot-rs-100424-plus-embeddednal" }
98+
embassy-time-driver = { git = "https://github.com/chrysn-pull-requests/embassy", branch = "for-riot-rs-100424-plus-embeddednal" }
99+
embassy-time-queue-driver = { git = "https://github.com/chrysn-pull-requests/embassy", branch = "for-riot-rs-100424-plus-embeddednal" }
100+
embassy-net-driver = { git = "https://github.com/chrysn-pull-requests/embassy", branch = "for-riot-rs-100424-plus-embeddednal" }
101+
94102
[workspace.lints.rust]
95103
unsafe_op_in_unsafe_fn = "warn"
96104
unused_must_use = "deny"

0 commit comments

Comments
 (0)