Skip to content

Commit 6c9e948

Browse files
committed
Bump HAL version in BSP deps
1 parent 360962a commit 6c9e948

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

boards/adafruit-feather-rp2040/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal.git"
1313
[dependencies]
1414
cortex-m = "0.7.2"
1515
rp2040-boot2 = { version = "0.2.0", optional = true }
16-
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"}
16+
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
1717
cortex-m-rt = { version = "0.7", optional = true }
1818
embedded-time = "0.12.0"
1919

boards/adafruit-itsy-bitsy-rp2040/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal.git"
1313
[dependencies]
1414
cortex-m = "0.7.2"
1515
rp2040-boot2 = { version = "0.2.0", optional = true }
16-
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"}
16+
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
1717
cortex-m-rt = { version = "0.7", optional = true }
1818
embedded-time = "0.12.0"
1919

boards/adafruit-kb2040/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal.git"
1212

1313
[dependencies]
1414
cortex-m = "0.7.2"
15-
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0" }
15+
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
1616
cortex-m-rt = { version = "0.7.0", optional = true }
1717
embedded-hal = { version = "0.2.4", features = ["unproven"] }
1818
rp2040-boot2 = { version = "0.2.0", optional = true }

boards/adafruit-macropad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal.git"
1313
[dependencies]
1414
cortex-m = "0.7.2"
1515
rp2040-boot2 = { version = "0.2.0", optional = true }
16-
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"}
16+
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
1717
cortex-m-rt = { version = "0.7", optional = true }
1818
[dev-dependencies]
1919
embedded-time = "0.12.0"

boards/adafruit-qt-py-rp2040/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal.git"
1212

1313
[dependencies]
1414
cortex-m = "0.7.2"
15-
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"}
15+
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
1616
cortex-m-rt = { version = "0.7", optional = true }
1717
embedded-time = "0.12.0"
1818
rp2040-boot2 = { version = "0.2.0", optional = true }

boards/adafruit-trinkey-qt2040/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/rp-rs/rp-hal.git"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0" }
14+
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
1515
cortex-m-rt = { version = "0.7.0", optional = true }
1616
rp2040-boot2 = { version = "0.2.0", optional = true }
1717

boards/arduino_nano_connect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal.git"
1313
[dependencies]
1414
cortex-m = "0.7.3"
1515
rp2040-boot2 = { version = "0.2.0", optional = true }
16-
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0" }
16+
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
1717
cortex-m-rt = { version = "0.7.0", optional = true }
1818
embedded-hal = { version = "0.2.4", features = ["unproven"] }
1919
panic-probe = { version = "0.2.0", features = ["print-defmt"] }

boards/pimoroni-pico-explorer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal.git"
1212

1313
[dependencies]
1414
cortex-m = "0.7.2"
15-
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"}
15+
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
1616
cortex-m-rt = { version = "0.7", optional = true }
1717
embedded-hal = { version = "0.2.4", features = ["unproven"] }
1818
st7789 = "0.6.1"

boards/pimoroni-pico-lipo-16mb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal.git"
1212

1313
[dependencies]
1414
cortex-m = "0.7.2"
15-
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"}
15+
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
1616
cortex-m-rt = { version = "0.7", optional = true }
1717
rp2040-boot2 = { version = "0.2.0", optional = true }
1818

boards/pimoroni-plasma-2040/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal.git"
1313
[dependencies]
1414
cortex-m = "0.7.2"
1515
rp2040-boot2 = { version = "0.2.0", optional = true }
16-
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"}
16+
rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0" }
1717
cortex-m-rt = { version = "0.7", optional = true }
1818
embedded-time = "0.12.0"
1919

0 commit comments

Comments
 (0)