Skip to content

Commit f3e30b2

Browse files
committed
examples: rp-pico: Upgrade to rp2040-hal v0.10
Update rp-pico board-support crate and related dependencies to move to the rp2040-hal version 0.10.
1 parent f62b450 commit f3e30b2

File tree

4 files changed

+105
-109
lines changed

4 files changed

+105
-109
lines changed

examples/rp-pico/Cargo.lock

Lines changed: 83 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rp-pico/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ cortex-m = "0.7"
1919
cortex-m-rt = "0.7"
2020
embedded-hal = { version = "0.2.5", features = ["unproven"] }
2121
fugit = "0.3.7"
22-
heapless = "0.7.16"
22+
heapless = "0.8"
2323
nb = "1.1.0"
24-
process-image = "0.1.1"
25-
rp-pico = "0.8"
26-
usb-device = "0.2.9"
27-
usbd-serial = "0.1.1"
24+
process-image = "0.2.1"
25+
rp-pico = "0.9"
26+
usb-device = "0.3.2"
27+
usbd-serial = "0.2.2"
2828

2929
[dependencies.log]
3030
version = "0.4.20"
@@ -37,8 +37,8 @@ version = "0.5.0"
3737
default-features = false
3838
features = ["phy-rp2040"]
3939

40-
[patch.crates-io]
41-
rp2040-hal = { git = "https://github.com/rahix/rp-hal.git", rev = "6baaf07b0ac2017dbbea1ba8cf5986b74cd81104" }
40+
# [patch.crates-io]
41+
# rp2040-hal = { git = "https://github.com/rahix/rp-hal.git", rev = "6baaf07b0ac2017dbbea1ba8cf5986b74cd81104" }
4242

4343
# cargo build/run
4444
[profile.dev]

0 commit comments

Comments
 (0)