Skip to content

Commit 408a630

Browse files
committed
Update rp2040-hal to 0.8.0
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent f79ffeb commit 408a630

File tree

5 files changed

+28
-17
lines changed

5 files changed

+28
-17
lines changed

Cargo.lock

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

b1display/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ defmt = "0.3"
1212
defmt-rtt = "0.4"
1313

1414
#panic-probe = { version = "0.3", features = ["print-defmt"] }
15-
rp2040-panic-usb-boot = { git = "https://github.com/rwalkr/rp2040-panic-usb-boot" }
15+
rp2040-panic-usb-boot = "0.5.0"
1616

17-
# Not using an external BSP crate, we've got the Framework Laptop 16 BSPs locally in this crate
18-
rp2040-hal = { version="0.7", features=["rt", "critical-section-impl"] }
17+
# Not using an external BSP, we've got the Framework Laptop 16 BSPs locally in this crate
18+
rp2040-hal = { version="0.8", features=["rt", "critical-section-impl"] }
1919
rp2040-boot2 = "0.2"
2020

2121
# USB Serial

c1minimal/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ defmt = "0.3"
1212
defmt-rtt = "0.4"
1313

1414
#panic-probe = { version = "0.3", features = ["print-defmt"] }
15-
rp2040-panic-usb-boot = { git = "https://github.com/rwalkr/rp2040-panic-usb-boot" }
15+
rp2040-panic-usb-boot = "0.5.0"
1616

1717
# Not using an external BSP, we've got the Framework Laptop BSPs locally in this crate
18-
rp2040-hal = { version="0.7", features=["rt", "critical-section-impl"] }
18+
rp2040-hal = { version="0.8", features=["rt", "critical-section-impl"] }
1919
rp2040-boot2 = "0.2"
2020

2121
# USB Serial
@@ -27,7 +27,7 @@ usbd-hid = "0.5.1"
2727
fugit = "0.3.6"
2828

2929
smart-leds = "0.3.0"
30-
ws2812-pio = "0.5.0"
30+
ws2812-pio = "0.6.0"
3131

3232
[dependencies.fl16-inputmodules]
3333
path = "../fl16-inputmodules"

fl16-inputmodules/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ defmt = "0.3"
1212
defmt-rtt = "0.4"
1313

1414
#panic-probe = { version = "0.3", features = ["print-defmt"] }
15-
rp2040-panic-usb-boot = { git = "https://github.com/rwalkr/rp2040-panic-usb-boot" }
15+
rp2040-panic-usb-boot = "0.5.0"
1616

1717
# Not using an external BSP, we've got the Framework Laptop 16 BSPs locally in this crate
18-
rp2040-hal = { version="0.7", features=["rt", "critical-section-impl"] }
18+
rp2040-hal = { version="0.8", features=["rt", "critical-section-impl"] }
1919
rp2040-boot2 = "0.2"
2020

2121
# USB Serial
@@ -39,7 +39,7 @@ tinybmp = { version = "0.4.0", optional = true }
3939

4040
# C1 Minimal
4141
smart-leds = { version = "0.3.0", optional = true }
42-
ws2812-pio = { version = "0.5.0", optional = true }
42+
ws2812-pio = { version = "0.6.0", optional = true }
4343

4444
[features]
4545
default = []

ledmatrix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ defmt = "0.3"
1212
defmt-rtt = "0.4"
1313

1414
#panic-probe = { version = "0.3", features = ["print-defmt"] }
15-
rp2040-panic-usb-boot = { git = "https://github.com/rwalkr/rp2040-panic-usb-boot" }
15+
rp2040-panic-usb-boot = "0.5.0"
1616

1717
# Not using an external BSP, we've got the Framework Laptop 16 BSPs locally in this crate
18-
rp2040-hal = { version="0.7", features=["rt", "critical-section-impl"] }
18+
rp2040-hal = { version="0.8", features=["rt", "critical-section-impl"] }
1919
rp2040-boot2 = "0.2"
2020

2121
# USB Serial

0 commit comments

Comments
 (0)