From 2f9a950cbea0df57c797a2e0c23b76cd686d8ee0 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sun, 26 Dec 2021 19:50:42 +0000 Subject: [PATCH] Bump versions of HAL and BSPs The change to UartPeripheral in #210 was a breaking change: Bump the version of the HAL and all dependent BSP crates. --- boards/adafruit-feather-rp2040/Cargo.toml | 4 ++-- boards/adafruit-itsy-bitsy-rp2040/Cargo.toml | 4 ++-- boards/adafruit-kb2040/Cargo.toml | 4 ++-- boards/adafruit-macropad/Cargo.toml | 4 ++-- boards/adafruit-qt-py-rp2040/Cargo.toml | 4 ++-- boards/pimoroni-pico-explorer/Cargo.toml | 4 ++-- boards/pimoroni-pico-lipo-16mb/Cargo.toml | 4 ++-- boards/rp-pico/Cargo.toml | 4 ++-- boards/sparkfun-pro-micro-rp2040/Cargo.toml | 4 ++-- rp2040-hal/Cargo.toml | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index 0f3b6a3..9f4c6b8 100644 --- a/boards/adafruit-feather-rp2040/Cargo.toml +++ b/boards/adafruit-feather-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-feather-rp2040" -version = "0.1.0" +version = "0.2.0" authors = ["Andrea Nall "] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-feather-rp2040" @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { path = "../../rp2040-hal", version = "0.3.0"} +rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"} cortex-m-rt = { version = "0.7", optional = true } embedded-time = "0.12.0" diff --git a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml index 2304182..eee6ade 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml +++ b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-itsy-bitsy-rp2040" -version = "0.1.0" +version = "0.2.0" authors = ["Andrew Christiansen "] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_itsy_bitsy_rp2040" @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { path = "../../rp2040-hal", version = "0.3.0"} +rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"} cortex-m-rt = { version = "0.7", optional = true } embedded-time = "0.12.0" diff --git a/boards/adafruit-kb2040/Cargo.toml b/boards/adafruit-kb2040/Cargo.toml index dcb29f4..c37e07c 100644 --- a/boards/adafruit-kb2040/Cargo.toml +++ b/boards/adafruit-kb2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-kb2040" -version = "0.1.0" +version = "0.2.0" authors = ["Andrew Christiansen "] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-kb2040" @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { path = "../../rp2040-hal", version = "0.3.0" } +rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0" } cortex-m-rt = { version = "0.7.0", optional = true } embedded-hal = { version = "0.2.4", features = ["unproven"] } diff --git a/boards/adafruit-macropad/Cargo.toml b/boards/adafruit-macropad/Cargo.toml index b8f850c..a961790 100644 --- a/boards/adafruit-macropad/Cargo.toml +++ b/boards/adafruit-macropad/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-macropad" -version = "0.1.0" +version = "0.2.0" authors = ["Andrea Nall "] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_macropad" @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { path = "../../rp2040-hal", version = "0.3.0"} +rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"} cortex-m-rt = { version = "0.7", optional = true } [features] diff --git a/boards/adafruit-qt-py-rp2040/Cargo.toml b/boards/adafruit-qt-py-rp2040/Cargo.toml index 9acaef9..35c1400 100644 --- a/boards/adafruit-qt-py-rp2040/Cargo.toml +++ b/boards/adafruit-qt-py-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-qt-py-rp2040" -version = "0.1.0" +version = "0.2.0" authors = ["Stephen Onnen "] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-qt-py-rp2040" @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { path = "../../rp2040-hal", version = "0.3.0"} +rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"} cortex-m-rt = { version = "0.7", optional = true } embedded-time = "0.12.0" rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/pimoroni-pico-explorer/Cargo.toml b/boards/pimoroni-pico-explorer/Cargo.toml index b53f79f..2061193 100644 --- a/boards/pimoroni-pico-explorer/Cargo.toml +++ b/boards/pimoroni-pico-explorer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-pico-explorer" -version = "0.1.0" +version = "0.2.0" authors = ["Hmvp "] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-explorer" @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { path = "../../rp2040-hal", version = "0.3.0"} +rp2040-hal = { path = "../../rp2040-hal", version = "0.4.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 d248a52..79a247b 100644 --- a/boards/pimoroni-pico-lipo-16mb/Cargo.toml +++ b/boards/pimoroni-pico-lipo-16mb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-pico-lipo-16mb" -version = "0.1.0" +version = "0.2.0" authors = ["Hmvp "] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-lipo-16mb" @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { path = "../../rp2040-hal", version = "0.3.0"} +rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"} cortex-m-rt = { version = "0.7", optional = true } rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index e12670f..413f87c 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rp-pico" -version = "0.2.0" +version = "0.3.0" authors = ["evan "] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pico" @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { path = "../../rp2040-hal", version = "0.3.0"} +rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0"} cortex-m-rt = { version = "0.7", optional = true } embedded-time = "0.12.0" usb-device= "0.2.8" diff --git a/boards/sparkfun-pro-micro-rp2040/Cargo.toml b/boards/sparkfun-pro-micro-rp2040/Cargo.toml index fbfb776..1cfcaf4 100644 --- a/boards/sparkfun-pro-micro-rp2040/Cargo.toml +++ b/boards/sparkfun-pro-micro-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparkfun-pro-micro-rp2040" -version = "0.1.0" +version = "0.2.0" authors = ["Wilfried Chauveau "] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/sparkfun-pro-micro-rp2040" @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { path = "../../rp2040-hal", version = "0.3.0" } +rp2040-hal = { path = "../../rp2040-hal", version = "0.4.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/rp2040-hal/Cargo.toml b/rp2040-hal/Cargo.toml index 0af6d73..6c5305a 100644 --- a/rp2040-hal/Cargo.toml +++ b/rp2040-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rp2040-hal" -version = "0.3.0" +version = "0.4.0" authors = ["The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal"