mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Merge pull request #10 from tomgilligan/bump-rp2040-hal
Bump rp2040-hal to v0.8 across the boards
This commit is contained in:
commit
2fbf4c6ab1
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -22,7 +22,7 @@ embedded-hal ="0.2.5"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# This is the set of features we enable by default
|
# This is the set of features we enable by default
|
||||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -21,7 +21,7 @@ panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
smart-leds = "0.3"
|
smart-leds = "0.3"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
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 }
|
cortex-m-rt = { version = "0.7.0", optional = true }
|
||||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||||
|
@ -23,7 +23,7 @@ rp2040-boot2 = "0.2"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# This is the set of features we enable by default
|
# This is the set of features we enable by default
|
||||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
smart-leds = "0.3"
|
smart-leds = "0.3"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rp2040-hal = { version = "0.7.0" }
|
rp2040-hal = { version = "0.8.0" }
|
||||||
cortex-m-rt = { version = "0.7.0", optional = true }
|
cortex-m-rt = { version = "0.7.0", optional = true }
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
smart-leds = "0.3"
|
smart-leds = "0.3"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.3"
|
cortex-m = "0.7.3"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7.0", optional = true }
|
||||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||||
st7789 = "0.6.1"
|
st7789 = "0.6.1"
|
||||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||||
|
|
||||||
|
|
|
@ -13,15 +13,15 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rp2040-hal = { version = "0.7.0", features = [ "defmt" ] }
|
rp2040-hal = { version = "0.8.0", features = [ "defmt" ] }
|
||||||
panic-halt= "0.2.0"
|
panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
defmt = "0.3.0"
|
defmt = "0.3.0"
|
||||||
|
|
|
@ -13,11 +13,11 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rp2040-hal = { version = "0.7.0", features = [ "defmt" ] }
|
rp2040-hal = { version = "0.8.0", features = [ "defmt" ] }
|
||||||
panic-halt= "0.2.0"
|
panic-halt= "0.2.0"
|
||||||
defmt = "0.3.0"
|
defmt = "0.3.0"
|
||||||
defmt-rtt = "0.4.0"
|
defmt-rtt = "0.4.0"
|
||||||
|
@ -25,7 +25,7 @@ embedded-hal ="0.2.5"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# This is the set of features we enable by default
|
# This is the set of features we enable by default
|
||||||
|
|
|
@ -13,11 +13,11 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rp2040-hal = { version = "0.7.0", features = [ "defmt" ] }
|
rp2040-hal = { version = "0.8.0", features = [ "defmt" ] }
|
||||||
panic-halt= "0.2.0"
|
panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
|
@ -13,22 +13,22 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
usb-device= "0.2.9"
|
usb-device= "0.2.9"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rp2040-hal = { version = "0.7.0", features = [ "defmt" ] }
|
rp2040-hal = { version = "0.8.0", featuers = [ "defmt" ] }
|
||||||
panic-halt= "0.2.0"
|
panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
cortex-m-rtic = "1.1.2"
|
cortex-m-rtic = "1.1.2"
|
||||||
nb = "1.0"
|
nb = "1.0"
|
||||||
i2c-pio = "0.5.0"
|
i2c-pio = "0.6.0"
|
||||||
heapless = "0.7.9"
|
heapless = "0.7.9"
|
||||||
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git", rev = "db58253bb326d20e177c733ebc0b051ef0dcee0f" }
|
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git", rev = "db58253bb326d20e177c733ebc0b051ef0dcee0f" }
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
ssd1306 = "0.7.0"
|
ssd1306 = "0.7.0"
|
||||||
embedded-graphics = "0.7.1"
|
embedded-graphics = "0.7.1"
|
||||||
hd44780-driver = "0.4.0"
|
hd44780-driver = "0.4.0"
|
||||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
rp2040-boot2 = { version = "0.2.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]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -22,7 +22,7 @@ embedded-hal ="0.2.5"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
pio = "0.2.0"
|
pio = "0.2.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
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 }
|
cortex-m-rt = { version = "0.7.0", optional = true }
|
||||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||||
|
@ -22,7 +22,7 @@ panic-halt = "0.2.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
pio = "0.2.0"
|
pio = "0.2.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
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 }
|
cortex-m-rt = { version = "0.7.0", optional = true }
|
||||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||||
|
@ -22,7 +22,7 @@ panic-halt = "0.2.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
pio = "0.2.0"
|
pio = "0.2.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
usb-device= "0.2.9"
|
usb-device= "0.2.9"
|
||||||
|
@ -23,7 +23,7 @@ panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
nb = "1.0"
|
nb = "1.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
pio = "0.2.0"
|
pio = "0.2.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
rp2040-boot2 = { version = "0.2.0", optional = true }
|
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 }
|
cortex-m-rt = { version = "0.7", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -22,7 +22,7 @@ embedded-hal ="0.2.5"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
ws2812-pio = "0.5.0"
|
ws2812-pio = "0.6.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# This is the set of features we enable by default
|
# This is the set of features we enable by default
|
||||||
|
|
Loading…
Reference in a new issue