From a03305b57f655da69c3db3da640ff5e508e95ab2 Mon Sep 17 00:00:00 2001 From: Thomas Gilligan Date: Wed, 15 Feb 2023 14:53:37 +1100 Subject: [PATCH] Bump rp2040-hal to v0.8 across the boards --- boards/adafruit-feather-rp2040/Cargo.toml | 2 +- boards/adafruit-itsy-bitsy-rp2040/Cargo.toml | 2 +- boards/adafruit-kb2040/Cargo.toml | 2 +- boards/adafruit-macropad/Cargo.toml | 2 +- boards/adafruit-qt-py-rp2040/Cargo.toml | 2 +- boards/adafruit-trinkey-qt2040/Cargo.toml | 2 +- boards/arduino_nano_connect/Cargo.toml | 2 +- boards/pimoroni-badger2040/Cargo.toml | 2 +- boards/pimoroni-pico-explorer/Cargo.toml | 2 +- boards/pimoroni-pico-lipo-16mb/Cargo.toml | 2 +- boards/pimoroni-plasma-2040/Cargo.toml | 4 ++-- boards/pimoroni-servo2040/Cargo.toml | 4 ++-- boards/pimoroni-tiny2040/Cargo.toml | 4 ++-- boards/rp-pico/Cargo.toml | 4 ++-- boards/seeeduino-xiao-rp2040/Cargo.toml | 2 +- boards/solderparty-rp2040-stamp/Cargo.toml | 2 +- boards/sparkfun-pro-micro-rp2040/Cargo.toml | 2 +- boards/sparkfun-thing-plus-rp2040/Cargo.toml | 2 +- boards/vcc-gnd-yd-rp2040/Cargo.toml | 2 +- boards/waveshare-rp2040-lcd-0-96/Cargo.toml | 2 +- boards/waveshare-rp2040-zero/Cargo.toml | 2 +- 21 files changed, 25 insertions(+), 25 deletions(-) diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index 9b9e99f..67ecbbd 100644 --- a/boards/adafruit-feather-rp2040/Cargo.toml +++ b/boards/adafruit-feather-rp2040/Cargo.toml @@ -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] diff --git a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml index 198decf..d2b1926 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml +++ b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml @@ -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] diff --git a/boards/adafruit-kb2040/Cargo.toml b/boards/adafruit-kb2040/Cargo.toml index 6e56eb5..8224740 100644 --- a/boards/adafruit-kb2040/Cargo.toml +++ b/boards/adafruit-kb2040/Cargo.toml @@ -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 } diff --git a/boards/adafruit-macropad/Cargo.toml b/boards/adafruit-macropad/Cargo.toml index 4bb70fd..eeb3c08 100644 --- a/boards/adafruit-macropad/Cargo.toml +++ b/boards/adafruit-macropad/Cargo.toml @@ -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] diff --git a/boards/adafruit-qt-py-rp2040/Cargo.toml b/boards/adafruit-qt-py-rp2040/Cargo.toml index da74feb..254f001 100644 --- a/boards/adafruit-qt-py-rp2040/Cargo.toml +++ b/boards/adafruit-qt-py-rp2040/Cargo.toml @@ -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 } diff --git a/boards/adafruit-trinkey-qt2040/Cargo.toml b/boards/adafruit-trinkey-qt2040/Cargo.toml index 0d26872..87ff6dd 100644 --- a/boards/adafruit-trinkey-qt2040/Cargo.toml +++ b/boards/adafruit-trinkey-qt2040/Cargo.toml @@ -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 } diff --git a/boards/arduino_nano_connect/Cargo.toml b/boards/arduino_nano_connect/Cargo.toml index b2b8c0e..d20244a 100644 --- a/boards/arduino_nano_connect/Cargo.toml +++ b/boards/arduino_nano_connect/Cargo.toml @@ -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"] } diff --git a/boards/pimoroni-badger2040/Cargo.toml b/boards/pimoroni-badger2040/Cargo.toml index ca14a28..672b356 100644 --- a/boards/pimoroni-badger2040/Cargo.toml +++ b/boards/pimoroni-badger2040/Cargo.toml @@ -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" diff --git a/boards/pimoroni-pico-explorer/Cargo.toml b/boards/pimoroni-pico-explorer/Cargo.toml index fcec491..48630b7 100644 --- a/boards/pimoroni-pico-explorer/Cargo.toml +++ b/boards/pimoroni-pico-explorer/Cargo.toml @@ -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" diff --git a/boards/pimoroni-pico-lipo-16mb/Cargo.toml b/boards/pimoroni-pico-lipo-16mb/Cargo.toml index 22ac29d..837157d 100644 --- a/boards/pimoroni-pico-lipo-16mb/Cargo.toml +++ b/boards/pimoroni-pico-lipo-16mb/Cargo.toml @@ -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 } diff --git a/boards/pimoroni-plasma-2040/Cargo.toml b/boards/pimoroni-plasma-2040/Cargo.toml index 9206206..0f6c20c 100644 --- a/boards/pimoroni-plasma-2040/Cargo.toml +++ b/boards/pimoroni-plasma-2040/Cargo.toml @@ -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" diff --git a/boards/pimoroni-servo2040/Cargo.toml b/boards/pimoroni-servo2040/Cargo.toml index 7da43c6..5b3bfdc 100644 --- a/boards/pimoroni-servo2040/Cargo.toml +++ b/boards/pimoroni-servo2040/Cargo.toml @@ -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" diff --git a/boards/pimoroni-tiny2040/Cargo.toml b/boards/pimoroni-tiny2040/Cargo.toml index 11b7489..eac720d 100644 --- a/boards/pimoroni-tiny2040/Cargo.toml +++ b/boards/pimoroni-tiny2040/Cargo.toml @@ -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" diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index 9352c21..c1af995 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -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" diff --git a/boards/seeeduino-xiao-rp2040/Cargo.toml b/boards/seeeduino-xiao-rp2040/Cargo.toml index 2ded254..52bab1d 100644 --- a/boards/seeeduino-xiao-rp2040/Cargo.toml +++ b/boards/seeeduino-xiao-rp2040/Cargo.toml @@ -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 } diff --git a/boards/solderparty-rp2040-stamp/Cargo.toml b/boards/solderparty-rp2040-stamp/Cargo.toml index 982102c..4b7a407 100644 --- a/boards/solderparty-rp2040-stamp/Cargo.toml +++ b/boards/solderparty-rp2040-stamp/Cargo.toml @@ -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] diff --git a/boards/sparkfun-pro-micro-rp2040/Cargo.toml b/boards/sparkfun-pro-micro-rp2040/Cargo.toml index 7c0c797..99182d8 100644 --- a/boards/sparkfun-pro-micro-rp2040/Cargo.toml +++ b/boards/sparkfun-pro-micro-rp2040/Cargo.toml @@ -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 } diff --git a/boards/sparkfun-thing-plus-rp2040/Cargo.toml b/boards/sparkfun-thing-plus-rp2040/Cargo.toml index 0ec4cab..301bcef 100644 --- a/boards/sparkfun-thing-plus-rp2040/Cargo.toml +++ b/boards/sparkfun-thing-plus-rp2040/Cargo.toml @@ -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 } diff --git a/boards/vcc-gnd-yd-rp2040/Cargo.toml b/boards/vcc-gnd-yd-rp2040/Cargo.toml index 63aeb80..0f6248b 100644 --- a/boards/vcc-gnd-yd-rp2040/Cargo.toml +++ b/boards/vcc-gnd-yd-rp2040/Cargo.toml @@ -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" diff --git a/boards/waveshare-rp2040-lcd-0-96/Cargo.toml b/boards/waveshare-rp2040-lcd-0-96/Cargo.toml index c4db0bf..4e96937 100644 --- a/boards/waveshare-rp2040-lcd-0-96/Cargo.toml +++ b/boards/waveshare-rp2040-lcd-0-96/Cargo.toml @@ -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] diff --git a/boards/waveshare-rp2040-zero/Cargo.toml b/boards/waveshare-rp2040-zero/Cargo.toml index 2fa75e4..982377a 100644 --- a/boards/waveshare-rp2040-zero/Cargo.toml +++ b/boards/waveshare-rp2040-zero/Cargo.toml @@ -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]