@@ -85,12 +85,20 @@ opt-level = 3
85
85
86
86
[patch .crates-io ]
87
87
# 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 " }
91
91
92
92
usbd-hid-macros = { git = " https://github.com/kaspar030/usbd-hid" , branch = " for-riot-rs" }
93
93
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
+
94
102
[workspace .lints .rust ]
95
103
unsafe_op_in_unsafe_fn = " warn"
96
104
unused_must_use = " deny"
0 commit comments