From 160d0921ab85561b9ee912b08f2266117893963d Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sun, 11 Dec 2022 09:15:00 +0000 Subject: [PATCH 1/4] Update dependencies rp2040-hal = "0.7.0" ws2812-pio = "0.5.0" i2c-pio = "0.5.0" The versions of the individual BSP crates are not yet updated. --- Cargo.toml | 4 ---- boards/adafruit-feather-rp2040/CHANGELOG.md | 5 +++++ boards/adafruit-feather-rp2040/Cargo.toml | 4 ++-- boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md | 5 +++++ boards/adafruit-itsy-bitsy-rp2040/Cargo.toml | 4 ++-- boards/adafruit-kb2040/CHANGELOG.md | 5 +++++ boards/adafruit-kb2040/Cargo.toml | 4 ++-- boards/adafruit-macropad/CHANGELOG.md | 4 ++++ boards/adafruit-macropad/Cargo.toml | 2 +- boards/adafruit-qt-py-rp2040/CHANGELOG.md | 5 +++++ boards/adafruit-qt-py-rp2040/Cargo.toml | 4 ++-- boards/adafruit-trinkey-qt2040/CHANGELOG.md | 5 +++++ boards/adafruit-trinkey-qt2040/Cargo.toml | 4 ++-- boards/arduino_nano_connect/CHANGELOG.md | 4 ++++ boards/arduino_nano_connect/Cargo.toml | 2 +- boards/pimoroni-badger2040/CHANGELOG.md | 4 ++++ boards/pimoroni-badger2040/Cargo.toml | 2 +- boards/pimoroni-pico-explorer/CHANGELOG.md | 4 ++++ boards/pimoroni-pico-explorer/Cargo.toml | 2 +- boards/pimoroni-pico-lipo-16mb/CHANGELOG.md | 4 ++++ boards/pimoroni-pico-lipo-16mb/Cargo.toml | 2 +- boards/pimoroni-plasma-2040/CHANGELOG.md | 5 +++++ boards/pimoroni-plasma-2040/Cargo.toml | 6 +++--- boards/pimoroni-servo2040/CHANGELOG.md | 5 +++++ boards/pimoroni-servo2040/Cargo.toml | 6 +++--- boards/pimoroni-tiny2040/CHANGELOG.md | 4 ++++ boards/pimoroni-tiny2040/Cargo.toml | 4 ++-- boards/rp-pico/CHANGELOG.md | 10 ++++++++++ boards/rp-pico/Cargo.toml | 8 ++++---- boards/seeeduino-xiao-rp2040/CHANGELOG.md | 4 ++++ boards/seeeduino-xiao-rp2040/Cargo.toml | 2 +- boards/solderparty-rp2040-stamp/CHANGELOG.md | 5 +++++ boards/solderparty-rp2040-stamp/Cargo.toml | 4 ++-- boards/sparkfun-pro-micro-rp2040/CHANGELOG.md | 5 +++++ boards/sparkfun-pro-micro-rp2040/Cargo.toml | 4 ++-- boards/sparkfun-thing-plus-rp2040/CHANGELOG.md | 5 +++++ boards/sparkfun-thing-plus-rp2040/Cargo.toml | 4 ++-- boards/vcc-gnd-yd-rp2040/CHANGELOG.md | 10 ++++++++++ boards/vcc-gnd-yd-rp2040/Cargo.toml | 4 ++-- boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md | 4 ++++ boards/waveshare-rp2040-lcd-0-96/Cargo.toml | 2 +- boards/waveshare-rp2040-zero/CHANGELOG.md | 5 +++++ boards/waveshare-rp2040-zero/Cargo.toml | 4 ++-- 43 files changed, 146 insertions(+), 43 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d62781d..7aead35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,3 @@ members = [ "boards/waveshare-rp2040-zero", "boards/waveshare-rp2040-lcd-0-96", ] - -[patch.crates-io] -rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", ref = "06a6e18862d05456cc541b8dd75ee2005a580a82" } -i2c-pio = { git = "https://github.com/rp-rs/i2c-pio-rs" } diff --git a/boards/adafruit-feather-rp2040/CHANGELOG.md b/boards/adafruit-feather-rp2040/CHANGELOG.md index bd0a640..e6f38f2 100644 --- a/boards/adafruit-feather-rp2040/CHANGELOG.md +++ b/boards/adafruit-feather-rp2040/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.4.0 - 2022-08-26 ### Changed diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index 5e6f88d..9ed8abd 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] @@ -22,7 +22,7 @@ embedded-hal ="0.2.5" fugit = "0.3.5" nb = "1.0.0" smart-leds = "0.3.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" [features] # This is the set of features we enable by default diff --git a/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md b/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md index bd0a640..e6f38f2 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md +++ b/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.4.0 - 2022-08-26 ### Changed diff --git a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml index 2d7a8a6..3e48b37 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] @@ -21,7 +21,7 @@ panic-halt= "0.2.0" embedded-hal ="0.2.5" smart-leds = "0.3" nb = "1.0.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" fugit = "0.3.5" [features] diff --git a/boards/adafruit-kb2040/CHANGELOG.md b/boards/adafruit-kb2040/CHANGELOG.md index bd0a640..e6f38f2 100644 --- a/boards/adafruit-kb2040/CHANGELOG.md +++ b/boards/adafruit-kb2040/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.4.0 - 2022-08-26 ### Changed diff --git a/boards/adafruit-kb2040/Cargo.toml b/boards/adafruit-kb2040/Cargo.toml index b350cb2..62216a1 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.6.0" } +rp2040-hal = { version = "0.7.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 } @@ -23,7 +23,7 @@ rp2040-boot2 = "0.2" smart-leds = "0.3.0" fugit = "0.3.5" nb = "1.0.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" [features] # This is the set of features we enable by default diff --git a/boards/adafruit-macropad/CHANGELOG.md b/boards/adafruit-macropad/CHANGELOG.md index 07ad921..3aeb8c7 100644 --- a/boards/adafruit-macropad/CHANGELOG.md +++ b/boards/adafruit-macropad/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 + ## 0.4.0 - 2022-08-26 ### Changed diff --git a/boards/adafruit-macropad/Cargo.toml b/boards/adafruit-macropad/Cargo.toml index e0eedf0..c08cf1b 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] diff --git a/boards/adafruit-qt-py-rp2040/CHANGELOG.md b/boards/adafruit-qt-py-rp2040/CHANGELOG.md index bd0a640..e6f38f2 100644 --- a/boards/adafruit-qt-py-rp2040/CHANGELOG.md +++ b/boards/adafruit-qt-py-rp2040/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.4.0 - 2022-08-26 ### Changed diff --git a/boards/adafruit-qt-py-rp2040/Cargo.toml b/boards/adafruit-qt-py-rp2040/Cargo.toml index 7eba2e3..872fef8 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } rp2040-boot2 = { version = "0.2.0", optional = true } @@ -21,7 +21,7 @@ panic-halt= "0.2.0" embedded-hal ="0.2.5" smart-leds = "0.3" nb = "1.0.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" fugit = "0.3.5" [features] diff --git a/boards/adafruit-trinkey-qt2040/CHANGELOG.md b/boards/adafruit-trinkey-qt2040/CHANGELOG.md index 1c72ae9..7172b0b 100644 --- a/boards/adafruit-trinkey-qt2040/CHANGELOG.md +++ b/boards/adafruit-trinkey-qt2040/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.3.0 - 2022-08-26 ### Changed diff --git a/boards/adafruit-trinkey-qt2040/Cargo.toml b/boards/adafruit-trinkey-qt2040/Cargo.toml index 1290ceb..b945abb 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7.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" smart-leds = "0.3" nb = "1.0.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" fugit = "0.3.5" [features] diff --git a/boards/arduino_nano_connect/CHANGELOG.md b/boards/arduino_nano_connect/CHANGELOG.md index 4c1a3cc..70ea78c 100644 --- a/boards/arduino_nano_connect/CHANGELOG.md +++ b/boards/arduino_nano_connect/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 + ## 0.3.0 - 2022-08-26 ### Changed diff --git a/boards/arduino_nano_connect/Cargo.toml b/boards/arduino_nano_connect/Cargo.toml index 2509796..0e8679c 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7.0", optional = true } embedded-hal = { version = "0.2.4", features = ["unproven"] } diff --git a/boards/pimoroni-badger2040/CHANGELOG.md b/boards/pimoroni-badger2040/CHANGELOG.md index 658c5aa..8bc1a2e 100644 --- a/boards/pimoroni-badger2040/CHANGELOG.md +++ b/boards/pimoroni-badger2040/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 + ## 0.2.0 - 2022-08-26 ### Changed diff --git a/boards/pimoroni-badger2040/Cargo.toml b/boards/pimoroni-badger2040/Cargo.toml index 1cfb57e..82bb4fb 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.6.0"} +rp2040-hal = { version = "0.7.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/CHANGELOG.md b/boards/pimoroni-pico-explorer/CHANGELOG.md index c644841..18a020e 100644 --- a/boards/pimoroni-pico-explorer/CHANGELOG.md +++ b/boards/pimoroni-pico-explorer/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 + ## 0.4.0 - 2022-08-26 ### Changed diff --git a/boards/pimoroni-pico-explorer/Cargo.toml b/boards/pimoroni-pico-explorer/Cargo.toml index 5d9c8ec..6ef37fe 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.6.0" } +rp2040-hal = { version = "0.7.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/CHANGELOG.md b/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md index c644841..18a020e 100644 --- a/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md +++ b/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 + ## 0.4.0 - 2022-08-26 ### Changed diff --git a/boards/pimoroni-pico-lipo-16mb/Cargo.toml b/boards/pimoroni-pico-lipo-16mb/Cargo.toml index 50bbc47..36fd65f 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/pimoroni-plasma-2040/CHANGELOG.md b/boards/pimoroni-plasma-2040/CHANGELOG.md index 1171906..d982277 100644 --- a/boards/pimoroni-plasma-2040/CHANGELOG.md +++ b/boards/pimoroni-plasma-2040/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.3.0 - 2022-08-26 ### Changed diff --git a/boards/pimoroni-plasma-2040/Cargo.toml b/boards/pimoroni-plasma-2040/Cargo.toml index 4c9e077..57f6592 100644 --- a/boards/pimoroni-plasma-2040/Cargo.toml +++ b/boards/pimoroni-plasma-2040/Cargo.toml @@ -13,15 +13,15 @@ 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] -rp2040-hal = { version = "0.6.0", features = [ "defmt" ] } +rp2040-hal = { version = "0.7.0", features = [ "defmt" ] } panic-halt= "0.2.0" embedded-hal ="0.2.5" smart-leds = "0.3.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" fugit = "0.3.5" defmt = "0.3.0" diff --git a/boards/pimoroni-servo2040/CHANGELOG.md b/boards/pimoroni-servo2040/CHANGELOG.md index 86b69d4..9c0be65 100644 --- a/boards/pimoroni-servo2040/CHANGELOG.md +++ b/boards/pimoroni-servo2040/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.1.0 - 2022-09-06 ### Changed diff --git a/boards/pimoroni-servo2040/Cargo.toml b/boards/pimoroni-servo2040/Cargo.toml index 58b5bfa..9a83116 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] -rp2040-hal = { version = "0.6.0", features = [ "defmt" ] } +rp2040-hal = { version = "0.7.0", features = [ "defmt" ] } panic-halt= "0.2.0" defmt = "0.3.0" defmt-rtt = "0.4.0" @@ -25,7 +25,7 @@ embedded-hal ="0.2.5" fugit = "0.3.5" nb = "1.0.0" smart-leds = "0.3.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" [features] # This is the set of features we enable by default diff --git a/boards/pimoroni-tiny2040/CHANGELOG.md b/boards/pimoroni-tiny2040/CHANGELOG.md index 645016b..18588cc 100644 --- a/boards/pimoroni-tiny2040/CHANGELOG.md +++ b/boards/pimoroni-tiny2040/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 + ## 0.3.0 - 2022-08-26 ### Changed diff --git a/boards/pimoroni-tiny2040/Cargo.toml b/boards/pimoroni-tiny2040/Cargo.toml index fd37cc3..7f361c1 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] -rp2040-hal = { version = "0.6.0", features = [ "defmt" ] } +rp2040-hal = { version = "0.7.0", features = [ "defmt" ] } panic-halt= "0.2.0" embedded-hal ="0.2.5" fugit = "0.3.5" diff --git a/boards/rp-pico/CHANGELOG.md b/boards/rp-pico/CHANGELOG.md index 7fa4b72..2239518 100644 --- a/boards/rp-pico/CHANGELOG.md +++ b/boards/rp-pico/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 +- Update to i2c-pio 0.5.0 + +### Changed + +- Bump `i2c-pio` to 0.4.0 + ## 0.5.0 - 2022-08-26 ### Added diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index 5ee079d..b3b24b2 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -13,22 +13,22 @@ 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } fugit = "0.3.5" usb-device= "0.2.9" [dev-dependencies] -rp2040-hal = { version = "0.6.0", features = [ "defmt" ] } +rp2040-hal = { version = "0.7.0", features = [ "defmt" ] } panic-halt= "0.2.0" embedded-hal ="0.2.5" cortex-m-rtic = "1.1.2" nb = "1.0" -i2c-pio = "0.4.0" +i2c-pio = "0.5.0" heapless = "0.7.9" embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git", rev = "db58253bb326d20e177c733ebc0b051ef0dcee0f" } smart-leds = "0.3.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" ssd1306 = "0.7.0" embedded-graphics = "0.7.1" hd44780-driver = "0.4.0" diff --git a/boards/seeeduino-xiao-rp2040/CHANGELOG.md b/boards/seeeduino-xiao-rp2040/CHANGELOG.md index 36a2cbf..f71b786 100644 --- a/boards/seeeduino-xiao-rp2040/CHANGELOG.md +++ b/boards/seeeduino-xiao-rp2040/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 + ## 0.2.0 - 2022-08-26 ### Changed diff --git a/boards/seeeduino-xiao-rp2040/Cargo.toml b/boards/seeeduino-xiao-rp2040/Cargo.toml index ae327f3..8503a1a 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/solderparty-rp2040-stamp/CHANGELOG.md b/boards/solderparty-rp2040-stamp/CHANGELOG.md index c468f00..6aa2eaf 100644 --- a/boards/solderparty-rp2040-stamp/CHANGELOG.md +++ b/boards/solderparty-rp2040-stamp/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.3.0 - 2022-08-26 ### Changed diff --git a/boards/solderparty-rp2040-stamp/Cargo.toml b/boards/solderparty-rp2040-stamp/Cargo.toml index 1118296..7975d08 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] @@ -22,7 +22,7 @@ embedded-hal ="0.2.5" nb = "1.0.0" smart-leds = "0.3.0" pio = "0.2.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" fugit = "0.3.5" [features] diff --git a/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md b/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md index 77955be..ea9c92e 100644 --- a/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md +++ b/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.4.0 - 2022-08-26 ### Changed diff --git a/boards/sparkfun-pro-micro-rp2040/Cargo.toml b/boards/sparkfun-pro-micro-rp2040/Cargo.toml index ef773c2..94c29a4 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.6.0" } +rp2040-hal = { version = "0.7.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 } @@ -22,7 +22,7 @@ panic-halt = "0.2.0" smart-leds = "0.3.0" nb = "1.0.0" pio = "0.2.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" fugit = "0.3.5" [features] diff --git a/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md b/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md index 18955f0..30e35b7 100644 --- a/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md +++ b/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.3.0 - 2022-08-26 ### Changed diff --git a/boards/sparkfun-thing-plus-rp2040/Cargo.toml b/boards/sparkfun-thing-plus-rp2040/Cargo.toml index b0b8e97..d1cc6ac 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.6.0" } +rp2040-hal = { version = "0.7.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 } @@ -22,7 +22,7 @@ panic-halt = "0.2.0" smart-leds = "0.3.0" nb = "1.0.0" pio = "0.2.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" fugit = "0.3.5" [features] diff --git a/boards/vcc-gnd-yd-rp2040/CHANGELOG.md b/boards/vcc-gnd-yd-rp2040/CHANGELOG.md index 1da6b20..6734772 100644 --- a/boards/vcc-gnd-yd-rp2040/CHANGELOG.md +++ b/boards/vcc-gnd-yd-rp2040/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 +- Update to i2c-pio 0.5.0 + +### Changed + +- Bump `i2c-pio` to 0.5.0 + ## 0.2.0 - 2022-08-26 ### Changed diff --git a/boards/vcc-gnd-yd-rp2040/Cargo.toml b/boards/vcc-gnd-yd-rp2040/Cargo.toml index b9dc554..7788550 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } fugit = "0.3.5" usb-device= "0.2.9" @@ -23,7 +23,7 @@ panic-halt= "0.2.0" embedded-hal ="0.2.5" nb = "1.0" smart-leds = "0.3.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" pio = "0.2.0" [features] diff --git a/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md b/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md index b9bbe84..fdbe10f 100644 --- a/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md +++ b/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 + ## 0.4.0 - 2022-11-15 ### Changed diff --git a/boards/waveshare-rp2040-lcd-0-96/Cargo.toml b/boards/waveshare-rp2040-lcd-0-96/Cargo.toml index 72803b2..a88c1b8 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] diff --git a/boards/waveshare-rp2040-zero/CHANGELOG.md b/boards/waveshare-rp2040-zero/CHANGELOG.md index ad69251..e800d78 100644 --- a/boards/waveshare-rp2040-zero/CHANGELOG.md +++ b/boards/waveshare-rp2040-zero/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Update to rp2040-hal 0.6.0 +- Update to ws2812-pio 0.5.0 + ## 0.4.0 - 2022-11-15 ### Changed diff --git a/boards/waveshare-rp2040-zero/Cargo.toml b/boards/waveshare-rp2040-zero/Cargo.toml index b59bf4b..4d55c70 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.6.0" } +rp2040-hal = { version = "0.7.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] @@ -22,7 +22,7 @@ embedded-hal ="0.2.5" fugit = "0.3.5" nb = "1.0.0" smart-leds = "0.3.0" -ws2812-pio = "0.4.0" +ws2812-pio = "0.5.0" [features] # This is the set of features we enable by default From fd99957e2f16c23342d5f4a3d7726f245d509c75 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sun, 11 Dec 2022 10:51:30 +0000 Subject: [PATCH 2/4] Bump versions of BSP crates --- 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 | 2 +- boards/pimoroni-servo2040/Cargo.toml | 2 +- boards/pimoroni-tiny2040/Cargo.toml | 2 +- boards/rp-pico/Cargo.toml | 2 +- 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, 21 insertions(+), 21 deletions(-) diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index 9ed8abd..9b9e99f 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.4.0" +version = "0.5.0" authors = ["Andrea Nall ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-feather-rp2040" diff --git a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml index 3e48b37..198decf 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.4.0" +version = "0.5.0" authors = ["Andrew Christiansen ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit_itsy_bitsy_rp2040" diff --git a/boards/adafruit-kb2040/Cargo.toml b/boards/adafruit-kb2040/Cargo.toml index 62216a1..6e56eb5 100644 --- a/boards/adafruit-kb2040/Cargo.toml +++ b/boards/adafruit-kb2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-kb2040" -version = "0.4.0" +version = "0.5.0" authors = ["Andrew Christiansen ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-kb2040" diff --git a/boards/adafruit-macropad/Cargo.toml b/boards/adafruit-macropad/Cargo.toml index c08cf1b..4bb70fd 100644 --- a/boards/adafruit-macropad/Cargo.toml +++ b/boards/adafruit-macropad/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-macropad" -version = "0.4.0" +version = "0.5.0" authors = ["Andrea Nall ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit_macropad" diff --git a/boards/adafruit-qt-py-rp2040/Cargo.toml b/boards/adafruit-qt-py-rp2040/Cargo.toml index 872fef8..da74feb 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.4.0" +version = "0.5.0" authors = ["Stephen Onnen ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-qt-py-rp2040" diff --git a/boards/adafruit-trinkey-qt2040/Cargo.toml b/boards/adafruit-trinkey-qt2040/Cargo.toml index b945abb..0d26872 100644 --- a/boards/adafruit-trinkey-qt2040/Cargo.toml +++ b/boards/adafruit-trinkey-qt2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-trinkey-qt2040" -version = "0.3.0" +version = "0.4.0" authors = ["The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-trinkey-qt2040" diff --git a/boards/arduino_nano_connect/Cargo.toml b/boards/arduino_nano_connect/Cargo.toml index 0e8679c..b2b8c0e 100644 --- a/boards/arduino_nano_connect/Cargo.toml +++ b/boards/arduino_nano_connect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arduino_nano_connect" -version = "0.3.0" +version = "0.4.0" authors = ["splicedbread ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/arduino_nano_connect" diff --git a/boards/pimoroni-badger2040/Cargo.toml b/boards/pimoroni-badger2040/Cargo.toml index 82bb4fb..ca14a28 100644 --- a/boards/pimoroni-badger2040/Cargo.toml +++ b/boards/pimoroni-badger2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni_badger2040" -version = "0.2.0" +version = "0.3.0" authors = ["9names", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-badger2040" diff --git a/boards/pimoroni-pico-explorer/Cargo.toml b/boards/pimoroni-pico-explorer/Cargo.toml index 6ef37fe..fcec491 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.4.0" +version = "0.5.0" authors = ["Hmvp ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-pico-explorer" diff --git a/boards/pimoroni-pico-lipo-16mb/Cargo.toml b/boards/pimoroni-pico-lipo-16mb/Cargo.toml index 36fd65f..22ac29d 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.4.0" +version = "0.5.0" authors = ["Hmvp ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-pico-lipo-16mb" diff --git a/boards/pimoroni-plasma-2040/Cargo.toml b/boards/pimoroni-plasma-2040/Cargo.toml index 57f6592..9206206 100644 --- a/boards/pimoroni-plasma-2040/Cargo.toml +++ b/boards/pimoroni-plasma-2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-plasma-2040" -version = "0.3.0" +version = "0.4.0" authors = ["Jordan Williams ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-plasma-2040" diff --git a/boards/pimoroni-servo2040/Cargo.toml b/boards/pimoroni-servo2040/Cargo.toml index 9a83116..7da43c6 100644 --- a/boards/pimoroni-servo2040/Cargo.toml +++ b/boards/pimoroni-servo2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-servo2040" -version = "0.1.0" +version = "0.2.0" authors = ["Paul Daniel Faria ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-servo2040" diff --git a/boards/pimoroni-tiny2040/Cargo.toml b/boards/pimoroni-tiny2040/Cargo.toml index 7f361c1..11b7489 100644 --- a/boards/pimoroni-tiny2040/Cargo.toml +++ b/boards/pimoroni-tiny2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-tiny2040" -version = "0.3.0" +version = "0.4.0" authors = ["Mike Bell ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-tiny2040" diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index b3b24b2..9352c21 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rp-pico" -version = "0.5.0" +version = "0.6.0" authors = ["evan ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/rp-pico" diff --git a/boards/seeeduino-xiao-rp2040/Cargo.toml b/boards/seeeduino-xiao-rp2040/Cargo.toml index 8503a1a..2ded254 100644 --- a/boards/seeeduino-xiao-rp2040/Cargo.toml +++ b/boards/seeeduino-xiao-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seeeduino-xiao-rp2040" -version = "0.2.0" +version = "0.3.0" authors = ["Philip L. McMahon ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/seeeduino-xiao-rp02040" diff --git a/boards/solderparty-rp2040-stamp/Cargo.toml b/boards/solderparty-rp2040-stamp/Cargo.toml index 7975d08..982102c 100644 --- a/boards/solderparty-rp2040-stamp/Cargo.toml +++ b/boards/solderparty-rp2040-stamp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solderparty-rp2040-stamp" -version = "0.3.0" +version = "0.4.0" authors = ["The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/solderparty-rp2040-stamp" diff --git a/boards/sparkfun-pro-micro-rp2040/Cargo.toml b/boards/sparkfun-pro-micro-rp2040/Cargo.toml index 94c29a4..7c0c797 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.4.0" +version = "0.5.0" authors = ["Wilfried Chauveau ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/sparkfun-pro-micro-rp2040" diff --git a/boards/sparkfun-thing-plus-rp2040/Cargo.toml b/boards/sparkfun-thing-plus-rp2040/Cargo.toml index d1cc6ac..0ec4cab 100644 --- a/boards/sparkfun-thing-plus-rp2040/Cargo.toml +++ b/boards/sparkfun-thing-plus-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparkfun-thing-plus-rp2040" -version = "0.3.0" +version = "0.4.0" authors = ["Tyler Pottenger ", "Wilfried Chauveau ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/sparkfun-thing-plus-rp2040" diff --git a/boards/vcc-gnd-yd-rp2040/Cargo.toml b/boards/vcc-gnd-yd-rp2040/Cargo.toml index 7788550..63aeb80 100644 --- a/boards/vcc-gnd-yd-rp2040/Cargo.toml +++ b/boards/vcc-gnd-yd-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vcc-gnd-yd-rp2040" -version = "0.2.0" +version = "0.3.0" authors = ["Nicolas ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/vcc-gnd-yd-rp2040" diff --git a/boards/waveshare-rp2040-lcd-0-96/Cargo.toml b/boards/waveshare-rp2040-lcd-0-96/Cargo.toml index a88c1b8..c4db0bf 100644 --- a/boards/waveshare-rp2040-lcd-0-96/Cargo.toml +++ b/boards/waveshare-rp2040-lcd-0-96/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waveshare-rp2040-lcd-0-96" -version = "0.4.0" +version = "0.5.0" authors = ["René van Dorst ", "Andrea Nall ", "TilCreator ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/waveshare-rp2040-lcd-0_96" diff --git a/boards/waveshare-rp2040-zero/Cargo.toml b/boards/waveshare-rp2040-zero/Cargo.toml index 4d55c70..2fa75e4 100644 --- a/boards/waveshare-rp2040-zero/Cargo.toml +++ b/boards/waveshare-rp2040-zero/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waveshare-rp2040-zero" -version = "0.4.0" +version = "0.5.0" authors = ["Andrea Nall ", "TilCreator ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/waveshare-rp2040-zero" From cec511699c9a4b837d8b0c0734b9d3873f12e19e Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sun, 11 Dec 2022 14:00:24 +0000 Subject: [PATCH 3/4] Update CHANGELOGs of BSP crates --- boards/adafruit-feather-rp2040/CHANGELOG.md | 2 ++ boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md | 2 ++ boards/adafruit-kb2040/CHANGELOG.md | 2 ++ boards/adafruit-macropad/CHANGELOG.md | 2 ++ boards/adafruit-qt-py-rp2040/CHANGELOG.md | 2 ++ boards/adafruit-trinkey-qt2040/CHANGELOG.md | 2 ++ boards/arduino_nano_connect/CHANGELOG.md | 2 ++ boards/pimoroni-badger2040/CHANGELOG.md | 2 ++ boards/pimoroni-pico-explorer/CHANGELOG.md | 2 ++ boards/pimoroni-pico-lipo-16mb/CHANGELOG.md | 2 ++ boards/pimoroni-plasma-2040/CHANGELOG.md | 2 ++ boards/pimoroni-servo2040/CHANGELOG.md | 2 ++ boards/pimoroni-tiny2040/CHANGELOG.md | 2 ++ boards/rp-pico/CHANGELOG.md | 2 ++ boards/seeeduino-xiao-rp2040/CHANGELOG.md | 2 ++ boards/solderparty-rp2040-stamp/CHANGELOG.md | 2 ++ boards/sparkfun-pro-micro-rp2040/CHANGELOG.md | 2 ++ boards/sparkfun-thing-plus-rp2040/CHANGELOG.md | 2 ++ boards/vcc-gnd-yd-rp2040/CHANGELOG.md | 2 ++ boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md | 2 ++ boards/waveshare-rp2040-zero/CHANGELOG.md | 2 ++ 21 files changed, 42 insertions(+) diff --git a/boards/adafruit-feather-rp2040/CHANGELOG.md b/boards/adafruit-feather-rp2040/CHANGELOG.md index e6f38f2..872e16b 100644 --- a/boards/adafruit-feather-rp2040/CHANGELOG.md +++ b/boards/adafruit-feather-rp2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md b/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md index e6f38f2..872e16b 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md +++ b/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/adafruit-kb2040/CHANGELOG.md b/boards/adafruit-kb2040/CHANGELOG.md index e6f38f2..872e16b 100644 --- a/boards/adafruit-kb2040/CHANGELOG.md +++ b/boards/adafruit-kb2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/adafruit-macropad/CHANGELOG.md b/boards/adafruit-macropad/CHANGELOG.md index 3aeb8c7..b31707c 100644 --- a/boards/adafruit-macropad/CHANGELOG.md +++ b/boards/adafruit-macropad/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/adafruit-qt-py-rp2040/CHANGELOG.md b/boards/adafruit-qt-py-rp2040/CHANGELOG.md index e6f38f2..872e16b 100644 --- a/boards/adafruit-qt-py-rp2040/CHANGELOG.md +++ b/boards/adafruit-qt-py-rp2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/adafruit-trinkey-qt2040/CHANGELOG.md b/boards/adafruit-trinkey-qt2040/CHANGELOG.md index 7172b0b..2a138bf 100644 --- a/boards/adafruit-trinkey-qt2040/CHANGELOG.md +++ b/boards/adafruit-trinkey-qt2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.4.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/arduino_nano_connect/CHANGELOG.md b/boards/arduino_nano_connect/CHANGELOG.md index 70ea78c..e9c8546 100644 --- a/boards/arduino_nano_connect/CHANGELOG.md +++ b/boards/arduino_nano_connect/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.4.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/pimoroni-badger2040/CHANGELOG.md b/boards/pimoroni-badger2040/CHANGELOG.md index 8bc1a2e..4e9183c 100644 --- a/boards/pimoroni-badger2040/CHANGELOG.md +++ b/boards/pimoroni-badger2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/pimoroni-pico-explorer/CHANGELOG.md b/boards/pimoroni-pico-explorer/CHANGELOG.md index 18a020e..dc40de8 100644 --- a/boards/pimoroni-pico-explorer/CHANGELOG.md +++ b/boards/pimoroni-pico-explorer/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md b/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md index 18a020e..dc40de8 100644 --- a/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md +++ b/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/pimoroni-plasma-2040/CHANGELOG.md b/boards/pimoroni-plasma-2040/CHANGELOG.md index d982277..478410c 100644 --- a/boards/pimoroni-plasma-2040/CHANGELOG.md +++ b/boards/pimoroni-plasma-2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.4.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/pimoroni-servo2040/CHANGELOG.md b/boards/pimoroni-servo2040/CHANGELOG.md index 9c0be65..2d6eb3e 100644 --- a/boards/pimoroni-servo2040/CHANGELOG.md +++ b/boards/pimoroni-servo2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.2.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/pimoroni-tiny2040/CHANGELOG.md b/boards/pimoroni-tiny2040/CHANGELOG.md index 18588cc..293a42e 100644 --- a/boards/pimoroni-tiny2040/CHANGELOG.md +++ b/boards/pimoroni-tiny2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.4.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/rp-pico/CHANGELOG.md b/boards/rp-pico/CHANGELOG.md index 2239518..2359405 100644 --- a/boards/rp-pico/CHANGELOG.md +++ b/boards/rp-pico/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.6.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/seeeduino-xiao-rp2040/CHANGELOG.md b/boards/seeeduino-xiao-rp2040/CHANGELOG.md index f71b786..afacae1 100644 --- a/boards/seeeduino-xiao-rp2040/CHANGELOG.md +++ b/boards/seeeduino-xiao-rp2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/solderparty-rp2040-stamp/CHANGELOG.md b/boards/solderparty-rp2040-stamp/CHANGELOG.md index 6aa2eaf..f6bae5d 100644 --- a/boards/solderparty-rp2040-stamp/CHANGELOG.md +++ b/boards/solderparty-rp2040-stamp/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.4.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md b/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md index ea9c92e..cc66b4d 100644 --- a/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md +++ b/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md b/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md index 30e35b7..ad12907 100644 --- a/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md +++ b/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.4.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/vcc-gnd-yd-rp2040/CHANGELOG.md b/boards/vcc-gnd-yd-rp2040/CHANGELOG.md index 6734772..bdcc15b 100644 --- a/boards/vcc-gnd-yd-rp2040/CHANGELOG.md +++ b/boards/vcc-gnd-yd-rp2040/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md b/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md index fdbe10f..fb6ff2c 100644 --- a/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md +++ b/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 diff --git a/boards/waveshare-rp2040-zero/CHANGELOG.md b/boards/waveshare-rp2040-zero/CHANGELOG.md index e800d78..e6dc86f 100644 --- a/boards/waveshare-rp2040-zero/CHANGELOG.md +++ b/boards/waveshare-rp2040-zero/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2022-12-11 + ### Changed - Update to rp2040-hal 0.6.0 From 672989b9416f8a441ad24a528563e1e0c93d1a2b Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sun, 11 Dec 2022 21:41:40 +0000 Subject: [PATCH 4/4] Use correct version number for rp2040-hal in changelog files --- boards/adafruit-feather-rp2040/CHANGELOG.md | 2 +- boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md | 2 +- boards/adafruit-kb2040/CHANGELOG.md | 2 +- boards/adafruit-macropad/CHANGELOG.md | 2 +- boards/adafruit-qt-py-rp2040/CHANGELOG.md | 2 +- boards/adafruit-trinkey-qt2040/CHANGELOG.md | 2 +- boards/arduino_nano_connect/CHANGELOG.md | 2 +- boards/pimoroni-badger2040/CHANGELOG.md | 2 +- boards/pimoroni-pico-explorer/CHANGELOG.md | 2 +- boards/pimoroni-pico-lipo-16mb/CHANGELOG.md | 2 +- boards/pimoroni-plasma-2040/CHANGELOG.md | 2 +- boards/pimoroni-servo2040/CHANGELOG.md | 2 +- boards/pimoroni-tiny2040/CHANGELOG.md | 2 +- boards/rp-pico/CHANGELOG.md | 2 +- boards/seeeduino-xiao-rp2040/CHANGELOG.md | 2 +- boards/solderparty-rp2040-stamp/CHANGELOG.md | 2 +- boards/sparkfun-pro-micro-rp2040/CHANGELOG.md | 2 +- boards/sparkfun-thing-plus-rp2040/CHANGELOG.md | 2 +- boards/vcc-gnd-yd-rp2040/CHANGELOG.md | 2 +- boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md | 2 +- boards/waveshare-rp2040-zero/CHANGELOG.md | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/boards/adafruit-feather-rp2040/CHANGELOG.md b/boards/adafruit-feather-rp2040/CHANGELOG.md index 872e16b..43d72c3 100644 --- a/boards/adafruit-feather-rp2040/CHANGELOG.md +++ b/boards/adafruit-feather-rp2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.4.0 - 2022-08-26 diff --git a/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md b/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md index 872e16b..43d72c3 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md +++ b/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.4.0 - 2022-08-26 diff --git a/boards/adafruit-kb2040/CHANGELOG.md b/boards/adafruit-kb2040/CHANGELOG.md index 872e16b..43d72c3 100644 --- a/boards/adafruit-kb2040/CHANGELOG.md +++ b/boards/adafruit-kb2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.4.0 - 2022-08-26 diff --git a/boards/adafruit-macropad/CHANGELOG.md b/boards/adafruit-macropad/CHANGELOG.md index b31707c..6479dc5 100644 --- a/boards/adafruit-macropad/CHANGELOG.md +++ b/boards/adafruit-macropad/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 ## 0.4.0 - 2022-08-26 diff --git a/boards/adafruit-qt-py-rp2040/CHANGELOG.md b/boards/adafruit-qt-py-rp2040/CHANGELOG.md index 872e16b..43d72c3 100644 --- a/boards/adafruit-qt-py-rp2040/CHANGELOG.md +++ b/boards/adafruit-qt-py-rp2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.4.0 - 2022-08-26 diff --git a/boards/adafruit-trinkey-qt2040/CHANGELOG.md b/boards/adafruit-trinkey-qt2040/CHANGELOG.md index 2a138bf..679af06 100644 --- a/boards/adafruit-trinkey-qt2040/CHANGELOG.md +++ b/boards/adafruit-trinkey-qt2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.3.0 - 2022-08-26 diff --git a/boards/arduino_nano_connect/CHANGELOG.md b/boards/arduino_nano_connect/CHANGELOG.md index e9c8546..2342093 100644 --- a/boards/arduino_nano_connect/CHANGELOG.md +++ b/boards/arduino_nano_connect/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 ## 0.3.0 - 2022-08-26 diff --git a/boards/pimoroni-badger2040/CHANGELOG.md b/boards/pimoroni-badger2040/CHANGELOG.md index 4e9183c..9b75457 100644 --- a/boards/pimoroni-badger2040/CHANGELOG.md +++ b/boards/pimoroni-badger2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 ## 0.2.0 - 2022-08-26 diff --git a/boards/pimoroni-pico-explorer/CHANGELOG.md b/boards/pimoroni-pico-explorer/CHANGELOG.md index dc40de8..d4d3db0 100644 --- a/boards/pimoroni-pico-explorer/CHANGELOG.md +++ b/boards/pimoroni-pico-explorer/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 ## 0.4.0 - 2022-08-26 diff --git a/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md b/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md index dc40de8..d4d3db0 100644 --- a/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md +++ b/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 ## 0.4.0 - 2022-08-26 diff --git a/boards/pimoroni-plasma-2040/CHANGELOG.md b/boards/pimoroni-plasma-2040/CHANGELOG.md index 478410c..87d3903 100644 --- a/boards/pimoroni-plasma-2040/CHANGELOG.md +++ b/boards/pimoroni-plasma-2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.3.0 - 2022-08-26 diff --git a/boards/pimoroni-servo2040/CHANGELOG.md b/boards/pimoroni-servo2040/CHANGELOG.md index 2d6eb3e..f2cc2a5 100644 --- a/boards/pimoroni-servo2040/CHANGELOG.md +++ b/boards/pimoroni-servo2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.1.0 - 2022-09-06 diff --git a/boards/pimoroni-tiny2040/CHANGELOG.md b/boards/pimoroni-tiny2040/CHANGELOG.md index 293a42e..bbf8e49 100644 --- a/boards/pimoroni-tiny2040/CHANGELOG.md +++ b/boards/pimoroni-tiny2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 ## 0.3.0 - 2022-08-26 diff --git a/boards/rp-pico/CHANGELOG.md b/boards/rp-pico/CHANGELOG.md index 2359405..711b39d 100644 --- a/boards/rp-pico/CHANGELOG.md +++ b/boards/rp-pico/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 - Update to i2c-pio 0.5.0 diff --git a/boards/seeeduino-xiao-rp2040/CHANGELOG.md b/boards/seeeduino-xiao-rp2040/CHANGELOG.md index afacae1..14d98f5 100644 --- a/boards/seeeduino-xiao-rp2040/CHANGELOG.md +++ b/boards/seeeduino-xiao-rp2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 ## 0.2.0 - 2022-08-26 diff --git a/boards/solderparty-rp2040-stamp/CHANGELOG.md b/boards/solderparty-rp2040-stamp/CHANGELOG.md index f6bae5d..a45c529 100644 --- a/boards/solderparty-rp2040-stamp/CHANGELOG.md +++ b/boards/solderparty-rp2040-stamp/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.3.0 - 2022-08-26 diff --git a/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md b/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md index cc66b4d..43543ee 100644 --- a/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md +++ b/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.4.0 - 2022-08-26 diff --git a/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md b/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md index ad12907..a32225b 100644 --- a/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md +++ b/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.3.0 - 2022-08-26 diff --git a/boards/vcc-gnd-yd-rp2040/CHANGELOG.md b/boards/vcc-gnd-yd-rp2040/CHANGELOG.md index bdcc15b..3f34c62 100644 --- a/boards/vcc-gnd-yd-rp2040/CHANGELOG.md +++ b/boards/vcc-gnd-yd-rp2040/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 - Update to i2c-pio 0.5.0 diff --git a/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md b/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md index fb6ff2c..cbada35 100644 --- a/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md +++ b/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 ## 0.4.0 - 2022-11-15 diff --git a/boards/waveshare-rp2040-zero/CHANGELOG.md b/boards/waveshare-rp2040-zero/CHANGELOG.md index e6dc86f..36baf3f 100644 --- a/boards/waveshare-rp2040-zero/CHANGELOG.md +++ b/boards/waveshare-rp2040-zero/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Update to rp2040-hal 0.6.0 +- Update to rp2040-hal 0.7.0 - Update to ws2812-pio 0.5.0 ## 0.4.0 - 2022-11-15