mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
Bump rp2040-hal to v0.8 across the boards
This commit is contained in:
parent
6c7e728031
commit
a03305b57f
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7.0", optional = true }
|
||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7.0", optional = true }
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.3"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7.0", optional = true }
|
||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0"}
|
||||
rp2040-hal = { version = "0.8.0"}
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
fugit = "0.3.5"
|
||||
embedded-hal ="0.2.5"
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||
st7789 = "0.6.1"
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
|
||||
|
|
|
@ -13,11 +13,11 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
rp2040-hal = { version = "0.7.0", features = [ "defmt" ] }
|
||||
rp2040-hal = { version = "0.8.0", features = [ "defmt" ] }
|
||||
panic-halt= "0.2.0"
|
||||
embedded-hal ="0.2.5"
|
||||
smart-leds = "0.3.0"
|
||||
|
|
|
@ -13,11 +13,11 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
rp2040-hal = { version = "0.7.0", features = [ "defmt" ] }
|
||||
rp2040-hal = { version = "0.8.0", features = [ "defmt" ] }
|
||||
panic-halt= "0.2.0"
|
||||
defmt = "0.3.0"
|
||||
defmt-rtt = "0.4.0"
|
||||
|
|
|
@ -13,11 +13,11 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
rp2040-hal = { version = "0.7.0", features = [ "defmt" ] }
|
||||
rp2040-hal = { version = "0.8.0", features = [ "defmt" ] }
|
||||
panic-halt= "0.2.0"
|
||||
embedded-hal ="0.2.5"
|
||||
fugit = "0.3.5"
|
||||
|
|
|
@ -13,13 +13,13 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
fugit = "0.3.5"
|
||||
usb-device= "0.2.9"
|
||||
|
||||
[dev-dependencies]
|
||||
rp2040-hal = { version = "0.7.0", features = [ "defmt" ] }
|
||||
rp2040-hal = { version = "0.8.0", featuers = [ "defmt" ] }
|
||||
panic-halt= "0.2.0"
|
||||
embedded-hal ="0.2.5"
|
||||
cortex-m-rtic = "1.1.2"
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7.0", optional = true }
|
||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7.0", optional = true }
|
||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
fugit = "0.3.5"
|
||||
usb-device= "0.2.9"
|
||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|||
[dependencies]
|
||||
cortex-m = "0.7.2"
|
||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||
rp2040-hal = { version = "0.7.0" }
|
||||
rp2040-hal = { version = "0.8.0" }
|
||||
cortex-m-rt = { version = "0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue