Skip to content

Commit f62b450

Browse files
committed
phy: rp2040: Update to rp2040-hal v0.10
This allows us to drop the custom version we needed for the BUSY flag readout. Fixes: f87de1f ("phy: rp2040: Move busy flag readout upstream")
1 parent 04f7a4e commit f62b450

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ libc = { version = "0.2.139", optional = true }
3333
log = "0.4.17"
3434
managed = { version = "0.8.0", default-features = false, features = ["map"] }
3535
nb = { version = "1.1.0", optional = true }
36-
rp2040-hal = { version = "0.9.0", optional = true }
36+
rp2040-hal = { version = "0.10.0", optional = true }
3737
rs485 = { version = "0.1.0", optional = true }
3838
serialport = { version = "4.6.0", optional = true }
3939

@@ -54,8 +54,5 @@ proptest-derive = "0.3.0"
5454
rstest = { version = "0.18.2", default-features = false }
5555
rustyline = "14.0.0"
5656

57-
[patch.crates-io]
58-
rp2040-hal = { git = "https://github.com/rahix/rp-hal.git", rev = "6baaf07b0ac2017dbbea1ba8cf5986b74cd81104" }
59-
6057
[package.metadata.docs.rs]
6158
all-features = true

0 commit comments

Comments
 (0)