From 42be56de32180462585b0854301f10bd89a5dfb2 Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sun, 7 Apr 2024 20:53:03 +1000 Subject: [PATCH] Release preparation for all BSPs w/ rp2040-hal 0.10 (#62) * Bump BSP crate version numbers in Cargo.toml and README.md * Update changelogs --- boards/adafruit-feather-rp2040/CHANGELOG.md | 7 +++++++ boards/adafruit-feather-rp2040/Cargo.toml | 2 +- boards/adafruit-feather-rp2040/README.md | 2 +- boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md | 7 +++++++ boards/adafruit-itsy-bitsy-rp2040/Cargo.toml | 2 +- boards/adafruit-itsy-bitsy-rp2040/README.md | 2 +- boards/adafruit-kb2040/CHANGELOG.md | 7 +++++++ boards/adafruit-kb2040/Cargo.toml | 2 +- boards/adafruit-kb2040/README.md | 2 +- boards/adafruit-macropad/CHANGELOG.md | 7 +++++++ boards/adafruit-macropad/Cargo.toml | 2 +- boards/adafruit-macropad/README.md | 2 +- boards/adafruit-metro-rp2040/CHANGELOG.md | 2 ++ boards/adafruit-qt-py-rp2040/CHANGELOG.md | 8 ++++++++ boards/adafruit-qt-py-rp2040/Cargo.toml | 2 +- boards/adafruit-qt-py-rp2040/README.md | 2 +- boards/adafruit-trinkey-qt2040/CHANGELOG.md | 7 +++++++ boards/adafruit-trinkey-qt2040/Cargo.toml | 2 +- boards/adafruit-trinkey-qt2040/README.md | 2 +- boards/arduino_nano_connect/CHANGELOG.md | 7 +++++++ boards/arduino_nano_connect/Cargo.toml | 2 +- boards/arduino_nano_connect/README.md | 2 +- boards/boardsource-blok/CHANGELOG.md | 7 +++++++ boards/boardsource-blok/Cargo.toml | 2 +- boards/boardsource-blok/README.md | 2 +- boards/pimoroni-pico-explorer/CHANGELOG.md | 7 +++++++ boards/pimoroni-pico-explorer/Cargo.toml | 2 +- boards/pimoroni-pico-explorer/README.md | 2 +- boards/pimoroni-pico-lipo-16mb/CHANGELOG.md | 7 +++++++ boards/pimoroni-pico-lipo-16mb/Cargo.toml | 2 +- boards/pimoroni-pico-lipo-16mb/README.md | 2 +- boards/pimoroni-plasma-2040/CHANGELOG.md | 7 +++++++ boards/pimoroni-plasma-2040/Cargo.toml | 2 +- boards/pimoroni-plasma-2040/README.md | 2 +- boards/pimoroni-servo2040/CHANGELOG.md | 7 +++++++ boards/pimoroni-servo2040/Cargo.toml | 2 +- boards/pimoroni-servo2040/README.md | 2 +- boards/pimoroni-tiny2040/CHANGELOG.md | 7 +++++++ boards/pimoroni-tiny2040/Cargo.toml | 2 +- boards/pimoroni-tiny2040/README.md | 2 +- boards/pimoroni-tufty2040/CHANGELOG.md | 3 +++ boards/pimoroni_badger2040/CHANGELOG.md | 7 +++++++ boards/pimoroni_badger2040/Cargo.toml | 2 +- boards/pimoroni_badger2040/README.md | 2 +- boards/rp-pico/CHANGELOG.md | 12 ++++++++++++ boards/rp-pico/Cargo.toml | 2 +- boards/rp-pico/README.md | 2 +- boards/seeeduino-xiao-rp2040/CHANGELOG.md | 7 +++++++ boards/seeeduino-xiao-rp2040/Cargo.toml | 2 +- boards/seeeduino-xiao-rp2040/README.md | 2 +- boards/solderparty-rp2040-stamp/CHANGELOG.md | 7 +++++++ boards/solderparty-rp2040-stamp/Cargo.toml | 2 +- boards/solderparty-rp2040-stamp/README.md | 2 +- boards/sparkfun-micromod-rp2040/CHANGELOG.md | 9 +++++++++ boards/sparkfun-micromod-rp2040/Cargo.toml | 2 +- boards/sparkfun-micromod-rp2040/README.md | 2 +- boards/sparkfun-pro-micro-rp2040/CHANGELOG.md | 7 +++++++ boards/sparkfun-pro-micro-rp2040/Cargo.toml | 2 +- boards/sparkfun-pro-micro-rp2040/README.md | 2 +- boards/sparkfun-thing-plus-rp2040/CHANGELOG.md | 7 +++++++ boards/sparkfun-thing-plus-rp2040/Cargo.toml | 2 +- boards/sparkfun-thing-plus-rp2040/README.md | 2 +- boards/vcc-gnd-yd-rp2040/CHANGELOG.md | 8 ++++++++ boards/vcc-gnd-yd-rp2040/Cargo.toml | 2 +- boards/vcc-gnd-yd-rp2040/README.md | 2 +- boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md | 7 +++++++ boards/waveshare-rp2040-lcd-0-96/Cargo.toml | 2 +- boards/waveshare-rp2040-lcd-0-96/README.md | 2 +- boards/waveshare-rp2040-zero/CHANGELOG.md | 7 +++++++ boards/waveshare-rp2040-zero/Cargo.toml | 2 +- boards/waveshare-rp2040-zero/README.md | 2 +- 71 files changed, 221 insertions(+), 46 deletions(-) diff --git a/boards/adafruit-feather-rp2040/CHANGELOG.md b/boards/adafruit-feather-rp2040/CHANGELOG.md index 325a0309..71342c82 100644 --- a/boards/adafruit-feather-rp2040/CHANGELOG.md +++ b/boards/adafruit-feather-rp2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.8.0 - 2024-04-07 + +### Changed + +- Update to embedded-hal 1.0.0 +- Update to rp2040-hal 0.10.0 + ## 0.7.0 - 2023-09-02 ### Changed diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index 0f8ae786..bd3ec48b 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.7.0" +version = "0.8.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-feather-rp2040/README.md b/boards/adafruit-feather-rp2040/README.md index 1de86e9e..1959be34 100644 --- a/boards/adafruit-feather-rp2040/README.md +++ b/boards/adafruit-feather-rp2040/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Feather. To use this crate, your `Cargo.toml` file should contain: ```toml -adafruit-feather-rp2040 = "0.6.0" +adafruit-feather-rp2040 = "0.8.0" ``` In your program, you will need to call `adafruit_feather_rp2040::Pins::new` to create diff --git a/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md b/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md index c8af0a77..3cc20a45 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md +++ b/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.8.0 - 2024-04-07 + +### Changed + +- Update to embedded-hal 1.0.0 +- Update to rp2040-hal 0.10.0 + ## 0.7.0 - 2023-09-02 ### Changed diff --git a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml index 3c2e366e..5bdf96ce 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.7.0" +version = "0.8.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-itsy-bitsy-rp2040/README.md b/boards/adafruit-itsy-bitsy-rp2040/README.md index 702ea624..02bd4e4e 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/README.md +++ b/boards/adafruit-itsy-bitsy-rp2040/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the ItsyBitsy RP2040. To use this crate, your `Cargo.toml` file should contain: ```toml -adafruit-itsy-bitsy-rp2040 = "0.6.0" +adafruit-itsy-bitsy-rp2040 = "0.8.0" ``` In your program, you will need to call `adafruit_itsy_bitsy_rp2040::Pins::new` to create diff --git a/boards/adafruit-kb2040/CHANGELOG.md b/boards/adafruit-kb2040/CHANGELOG.md index c8af0a77..23562937 100644 --- a/boards/adafruit-kb2040/CHANGELOG.md +++ b/boards/adafruit-kb2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.8.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.7.0 - 2023-09-02 ### Changed diff --git a/boards/adafruit-kb2040/Cargo.toml b/boards/adafruit-kb2040/Cargo.toml index 3951f08f..2b5479f8 100644 --- a/boards/adafruit-kb2040/Cargo.toml +++ b/boards/adafruit-kb2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-kb2040" -version = "0.7.0" +version = "0.8.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-kb2040/README.md b/boards/adafruit-kb2040/README.md index fda26237..06b4b5f5 100644 --- a/boards/adafruit-kb2040/README.md +++ b/boards/adafruit-kb2040/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the KB2040. To use this crate, your `Cargo.toml` file should contain: ```toml -adafruit-kb2040 = "0.6.0" +adafruit-kb2040 = "0.8.0" ``` In your program, you will need to call `adafruit-kb2040::Pins::new` to create diff --git a/boards/adafruit-macropad/CHANGELOG.md b/boards/adafruit-macropad/CHANGELOG.md index f12d1ae3..867bda9f 100644 --- a/boards/adafruit-macropad/CHANGELOG.md +++ b/boards/adafruit-macropad/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.8.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.7.0 - 2023-09-02 ### Changed diff --git a/boards/adafruit-macropad/Cargo.toml b/boards/adafruit-macropad/Cargo.toml index 67fc0281..c55a4f80 100644 --- a/boards/adafruit-macropad/Cargo.toml +++ b/boards/adafruit-macropad/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adafruit-macropad" -version = "0.7.0" +version = "0.8.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-macropad/README.md b/boards/adafruit-macropad/README.md index 147e3aa5..8a5ddd23 100644 --- a/boards/adafruit-macropad/README.md +++ b/boards/adafruit-macropad/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Feather. To use this crate, your `Cargo.toml` file should contain: ```toml -adafruit-macropad = "0.6.0" +adafruit-macropad = "0.8.0" ``` In your program, you will need to call `adafruit_macropad::Pins::new` to create diff --git a/boards/adafruit-metro-rp2040/CHANGELOG.md b/boards/adafruit-metro-rp2040/CHANGELOG.md index b943d5d9..85704204 100644 --- a/boards/adafruit-metro-rp2040/CHANGELOG.md +++ b/boards/adafruit-metro-rp2040/CHANGELOG.md @@ -7,4 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.1.0 - 2024-04-07 + - Initial release diff --git a/boards/adafruit-qt-py-rp2040/CHANGELOG.md b/boards/adafruit-qt-py-rp2040/CHANGELOG.md index c8af0a77..09e7e7cc 100644 --- a/boards/adafruit-qt-py-rp2040/CHANGELOG.md +++ b/boards/adafruit-qt-py-rp2040/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.8.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to ws2812-pio 0.8.0 +- Update to embedded-hal 1.0.0 + ## 0.7.0 - 2023-09-02 ### Changed diff --git a/boards/adafruit-qt-py-rp2040/Cargo.toml b/boards/adafruit-qt-py-rp2040/Cargo.toml index 6478cf2e..a86ad793 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.7.0" +version = "0.8.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-qt-py-rp2040/README.md b/boards/adafruit-qt-py-rp2040/README.md index 8dcc0a30..50e8541d 100644 --- a/boards/adafruit-qt-py-rp2040/README.md +++ b/boards/adafruit-qt-py-rp2040/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the QT Py. To use this crate, your `Cargo.toml` file should contain: ```toml -adafruit-qt-py-rp2040 = "0.6.0" +adafruit-qt-py-rp2040 = "0.8.0" ``` In your program, you will need to call `adafruit_qt_py_rp2040::Pins::new` to create diff --git a/boards/adafruit-trinkey-qt2040/CHANGELOG.md b/boards/adafruit-trinkey-qt2040/CHANGELOG.md index f31fba91..dd74d18c 100644 --- a/boards/adafruit-trinkey-qt2040/CHANGELOG.md +++ b/boards/adafruit-trinkey-qt2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.7.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.6.0 - 2023-09-02 ### Changed diff --git a/boards/adafruit-trinkey-qt2040/Cargo.toml b/boards/adafruit-trinkey-qt2040/Cargo.toml index e314218b..b186479a 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.6.0" +version = "0.7.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/adafruit-trinkey-qt2040/README.md b/boards/adafruit-trinkey-qt2040/README.md index 56f0917b..34419b9b 100644 --- a/boards/adafruit-trinkey-qt2040/README.md +++ b/boards/adafruit-trinkey-qt2040/README.md @@ -15,7 +15,7 @@ RP2040 chip according to how it is connected up on the Trinkey. To use this crate, your `Cargo.toml` file should contain: ```toml -adafruit-trinkey-qt2040 = "0.5.0" +adafruit-trinkey-qt2040 = "0.7.0" ``` In your program, you will need to call `adafruit-trinkey-qt2040::Pins::new` to create diff --git a/boards/arduino_nano_connect/CHANGELOG.md b/boards/arduino_nano_connect/CHANGELOG.md index 9990372e..62e51c87 100644 --- a/boards/arduino_nano_connect/CHANGELOG.md +++ b/boards/arduino_nano_connect/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.7.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.6.0 - 2023-09-02 ### Changed diff --git a/boards/arduino_nano_connect/Cargo.toml b/boards/arduino_nano_connect/Cargo.toml index ae46f97d..37140d26 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.6.0" +version = "0.7.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/arduino_nano_connect/README.md b/boards/arduino_nano_connect/README.md index 426ae50c..f53b1be8 100644 --- a/boards/arduino_nano_connect/README.md +++ b/boards/arduino_nano_connect/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the nano connect. To use this crate, your `Cargo.toml` file should contain: ```toml -arduino_nano_connect = "0.5.0" +arduino_nano_connect = "0.7.0" ``` # TODO - down and out In your program, you will need to call `arduino_nano_connect::Pins::new` to create diff --git a/boards/boardsource-blok/CHANGELOG.md b/boards/boardsource-blok/CHANGELOG.md index c119a24b..3e67ab36 100644 --- a/boards/boardsource-blok/CHANGELOG.md +++ b/boards/boardsource-blok/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.2.1 - 2023-10-25 ### Changed diff --git a/boards/boardsource-blok/Cargo.toml b/boards/boardsource-blok/Cargo.toml index c0693635..29f70dcc 100644 --- a/boards/boardsource-blok/Cargo.toml +++ b/boards/boardsource-blok/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boardsource-blok" -version = "0.2.1" +version = "0.3.0" edition = "2021" authors = ["Agent59 ", "The rp-rs Developers"] homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/boardsource-blok" diff --git a/boards/boardsource-blok/README.md b/boards/boardsource-blok/README.md index 191138a5..b1e5138d 100644 --- a/boards/boardsource-blok/README.md +++ b/boards/boardsource-blok/README.md @@ -18,7 +18,7 @@ More Information about the pin layout at [Peg]. To use this crate, your `Cargo.toml` file should contain: ```toml -boardsource-blok = "0.1.0" +boardsource-blok = "0.3.0" ``` In your program, you will need to call `blok::Pins::new` to create diff --git a/boards/pimoroni-pico-explorer/CHANGELOG.md b/boards/pimoroni-pico-explorer/CHANGELOG.md index f9783e69..395260a2 100644 --- a/boards/pimoroni-pico-explorer/CHANGELOG.md +++ b/boards/pimoroni-pico-explorer/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.8.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.7.0 - 2023-09-02 ### Changed diff --git a/boards/pimoroni-pico-explorer/Cargo.toml b/boards/pimoroni-pico-explorer/Cargo.toml index feaa9320..a5f83bb3 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.7.0" +version = "0.8.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-explorer/README.md b/boards/pimoroni-pico-explorer/README.md index 86a77d38..43c77841 100644 --- a/boards/pimoroni-pico-explorer/README.md +++ b/boards/pimoroni-pico-explorer/README.md @@ -17,7 +17,7 @@ RP2040 chip according to how it is connected up on the Pico Explorer. To use this crate, your `Cargo.toml` file should contain: ```toml -pimoroni-pico-explorer = "0.6.0" +pimoroni-pico-explorer = "0.8.0" ``` In your program, you will need to call `pimoroni_pico_explorer::Pins::new` to create diff --git a/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md b/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md index f9783e69..395260a2 100644 --- a/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md +++ b/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.8.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.7.0 - 2023-09-02 ### Changed diff --git a/boards/pimoroni-pico-lipo-16mb/Cargo.toml b/boards/pimoroni-pico-lipo-16mb/Cargo.toml index c9648060..18ec22b1 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.7.0" +version = "0.8.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-pico-lipo-16mb/README.md b/boards/pimoroni-pico-lipo-16mb/README.md index 50ccc858..d3543e2f 100644 --- a/boards/pimoroni-pico-lipo-16mb/README.md +++ b/boards/pimoroni-pico-lipo-16mb/README.md @@ -18,7 +18,7 @@ space, and so it may not work if you only have the 4MB variant. To use this crate, your `Cargo.toml` file should contain: ```toml -pimoroni-pico-lipo-16mb = "0.6.0" +pimoroni-pico-lipo-16mb = "0.8.0" ``` In your program, you will need to call `pimoroni_pico_lipo_16mb::Pins::new` to create diff --git a/boards/pimoroni-plasma-2040/CHANGELOG.md b/boards/pimoroni-plasma-2040/CHANGELOG.md index 69641d79..6c8a1e92 100644 --- a/boards/pimoroni-plasma-2040/CHANGELOG.md +++ b/boards/pimoroni-plasma-2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.7.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.6.0 - 2023-09-02 ### Changed diff --git a/boards/pimoroni-plasma-2040/Cargo.toml b/boards/pimoroni-plasma-2040/Cargo.toml index 2b972aa0..a0327359 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.6.0" +version = "0.7.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-plasma-2040/README.md b/boards/pimoroni-plasma-2040/README.md index 5fc02314..a62b188d 100644 --- a/boards/pimoroni-plasma-2040/README.md +++ b/boards/pimoroni-plasma-2040/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Pimoroni Plasma 2040. To use this crate, your `Cargo.toml` file should contain: ```toml -pimoroni-plasma-2040 = "0.5.0" +pimoroni-plasma-2040 = "0.7.0" ``` In your program, you will need to call `pimoroni_plasma_2040::Pins::new` to create diff --git a/boards/pimoroni-servo2040/CHANGELOG.md b/boards/pimoroni-servo2040/CHANGELOG.md index 7ee89f2f..1147539d 100644 --- a/boards/pimoroni-servo2040/CHANGELOG.md +++ b/boards/pimoroni-servo2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.5.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.4.0 - 2023-09-02 ### Changed diff --git a/boards/pimoroni-servo2040/Cargo.toml b/boards/pimoroni-servo2040/Cargo.toml index 28bb6ef6..6e7cbf05 100644 --- a/boards/pimoroni-servo2040/Cargo.toml +++ b/boards/pimoroni-servo2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-servo2040" -version = "0.4.0" +version = "0.5.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-servo2040/README.md b/boards/pimoroni-servo2040/README.md index a3ce5e69..eea50a47 100644 --- a/boards/pimoroni-servo2040/README.md +++ b/boards/pimoroni-servo2040/README.md @@ -17,7 +17,7 @@ RP2040 chip according to how it is connected up on the Servo2040. To use this crate, your `Cargo.toml` file should contain: ```toml -pimoroni-servo2040 = "0.3.0" +pimoroni-servo2040 = "0.5.0" ``` In your program, you will need to call `pimoroni_servo2040::Pins::new` to create diff --git a/boards/pimoroni-tiny2040/CHANGELOG.md b/boards/pimoroni-tiny2040/CHANGELOG.md index df544877..428b53ec 100644 --- a/boards/pimoroni-tiny2040/CHANGELOG.md +++ b/boards/pimoroni-tiny2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.7.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.6.0 - 2023-09-02 ### Changed diff --git a/boards/pimoroni-tiny2040/Cargo.toml b/boards/pimoroni-tiny2040/Cargo.toml index ab5c39a6..531cc567 100644 --- a/boards/pimoroni-tiny2040/Cargo.toml +++ b/boards/pimoroni-tiny2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni-tiny2040" -version = "0.6.0" +version = "0.7.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/pimoroni-tiny2040/README.md b/boards/pimoroni-tiny2040/README.md index af5bfd96..9caa7042 100644 --- a/boards/pimoroni-tiny2040/README.md +++ b/boards/pimoroni-tiny2040/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Tiny2040. To use this crate, your `Cargo.toml` file should contain: ```toml -pimoroni-tiny2040 = "0.5.0" +pimoroni-tiny2040 = "0.7.0" ``` In your program, you will need to call `pimoroni_tiny2040::Pins::new` to create diff --git a/boards/pimoroni-tufty2040/CHANGELOG.md b/boards/pimoroni-tufty2040/CHANGELOG.md index a4af7e83..1a75ce22 100644 --- a/boards/pimoroni-tufty2040/CHANGELOG.md +++ b/boards/pimoroni-tufty2040/CHANGELOG.md @@ -6,3 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## 0.1.0 - 2024-04-07 +Initial release \ No newline at end of file diff --git a/boards/pimoroni_badger2040/CHANGELOG.md b/boards/pimoroni_badger2040/CHANGELOG.md index b59c0119..c388c32c 100644 --- a/boards/pimoroni_badger2040/CHANGELOG.md +++ b/boards/pimoroni_badger2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.6.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.5.0 - 2023-09-02 ### Changed diff --git a/boards/pimoroni_badger2040/Cargo.toml b/boards/pimoroni_badger2040/Cargo.toml index 4d383af0..f18b8f9b 100644 --- a/boards/pimoroni_badger2040/Cargo.toml +++ b/boards/pimoroni_badger2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pimoroni_badger2040" -version = "0.5.0" +version = "0.6.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_badger2040/README.md b/boards/pimoroni_badger2040/README.md index 20e54750..e3079418 100644 --- a/boards/pimoroni_badger2040/README.md +++ b/boards/pimoroni_badger2040/README.md @@ -17,7 +17,7 @@ RP2040 chip according to how it is connected up on the Badger2040. To use this crate, your `Cargo.toml` file should contain: ```toml -pimoroni_badger2040 = "0.4.0" +pimoroni_badger2040 = "0.6.0" ``` In your program, you will need to call `pimoroni_badger2040::Board::take().unwrap()` to create diff --git a/boards/rp-pico/CHANGELOG.md b/boards/rp-pico/CHANGELOG.md index 0f6b5666..8ce7390a 100644 --- a/boards/rp-pico/CHANGELOG.md +++ b/boards/rp-pico/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.9.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to ws2812-pio 0.8.0 +- Update to i2c-pio 0.8.0 +- Update to embedded-sdmmc 0.5.0 +- Update to embedded-hal 1.0.0 +- Update to usbd-hid 0.7.0 +- Update to usbd-serial 0.2.1 + ## 0.8.0 - 2023-09-02 ### Changed diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index 83b3f578..6295e291 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rp-pico" -version = "0.8.0" +version = "0.9.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/rp-pico/README.md b/boards/rp-pico/README.md index 95298249..f0ce4d50 100644 --- a/boards/rp-pico/README.md +++ b/boards/rp-pico/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Pico. To use this crate, your `Cargo.toml` file should contain: ```toml -rp-pico = "0.7.0" +rp-pico = "0.9.0" ``` In your program, you will need to call `rp_pico::Pins::new` to create diff --git a/boards/seeeduino-xiao-rp2040/CHANGELOG.md b/boards/seeeduino-xiao-rp2040/CHANGELOG.md index cf60f1bc..cdd786c2 100644 --- a/boards/seeeduino-xiao-rp2040/CHANGELOG.md +++ b/boards/seeeduino-xiao-rp2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.6.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.5.0 - 2023-09-02 ### Changed diff --git a/boards/seeeduino-xiao-rp2040/Cargo.toml b/boards/seeeduino-xiao-rp2040/Cargo.toml index e453617d..5a66e60a 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.5.0" +version = "0.6.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/seeeduino-xiao-rp2040/README.md b/boards/seeeduino-xiao-rp2040/README.md index 9923fd44..87bd015c 100644 --- a/boards/seeeduino-xiao-rp2040/README.md +++ b/boards/seeeduino-xiao-rp2040/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the XIAO RP2040. To use this crate, your `Cargo.toml` file should contain: ```toml -seeeduino-xiao-rp2040 = "0.4.0" +seeeduino-xiao-rp2040 = "0.6.0" ``` In your program, you will need to call `seeeduino-xiao-rp2040::Pins::new` to create diff --git a/boards/solderparty-rp2040-stamp/CHANGELOG.md b/boards/solderparty-rp2040-stamp/CHANGELOG.md index 67dd54dc..d3a26f5c 100644 --- a/boards/solderparty-rp2040-stamp/CHANGELOG.md +++ b/boards/solderparty-rp2040-stamp/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.7.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.6.0 - 2023-09-02 ### Changed diff --git a/boards/solderparty-rp2040-stamp/Cargo.toml b/boards/solderparty-rp2040-stamp/Cargo.toml index 68779e97..522e3e22 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.6.0" +version = "0.7.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/solderparty-rp2040-stamp/README.md b/boards/solderparty-rp2040-stamp/README.md index 359eb13c..85e9d374 100644 --- a/boards/solderparty-rp2040-stamp/README.md +++ b/boards/solderparty-rp2040-stamp/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Stamp To use this crate, your `Cargo.toml` file should contain: ```toml -solderparty-rp2040-stamp = "0.5.0" +solderparty-rp2040-stamp = "0.7.0" ``` In your program, you will need to call `solderparty_rp2040_stamp::Pins::new` to create diff --git a/boards/sparkfun-micromod-rp2040/CHANGELOG.md b/boards/sparkfun-micromod-rp2040/CHANGELOG.md index 6b72ed75..76fa64c5 100644 --- a/boards/sparkfun-micromod-rp2040/CHANGELOG.md +++ b/boards/sparkfun-micromod-rp2040/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +## 0.3.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.1.1 - 2023-06-22 - Improve README and Documentation diff --git a/boards/sparkfun-micromod-rp2040/Cargo.toml b/boards/sparkfun-micromod-rp2040/Cargo.toml index e02e3fd9..06423a7f 100644 --- a/boards/sparkfun-micromod-rp2040/Cargo.toml +++ b/boards/sparkfun-micromod-rp2040/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparkfun-micromod-rp2040" -version = "0.2.0" +version = "0.3.0" authors = ["Finomnis ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/sparkfun-micromod-rp2040" diff --git a/boards/sparkfun-micromod-rp2040/README.md b/boards/sparkfun-micromod-rp2040/README.md index 6c4d48c1..8ef4e0e1 100644 --- a/boards/sparkfun-micromod-rp2040/README.md +++ b/boards/sparkfun-micromod-rp2040/README.md @@ -17,7 +17,7 @@ RP2040 chip according to how it is connected up on the MicroMod RP2040. To use this crate, your `Cargo.toml` file should contain: ```toml -sparkfun-micromod-rp2040 = "0.1.0" +sparkfun-micromod-rp2040 = "0.3.0" ``` In your program, you will need to call `sparkfun_micromod_rp2040::Pins::new` to create diff --git a/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md b/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md index 8e465ba0..bfc59e1b 100644 --- a/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md +++ b/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.8.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.7.0 - 2023-09-02 ### Changed diff --git a/boards/sparkfun-pro-micro-rp2040/Cargo.toml b/boards/sparkfun-pro-micro-rp2040/Cargo.toml index 55144d97..77935b7c 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.7.0" +version = "0.8.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-pro-micro-rp2040/README.md b/boards/sparkfun-pro-micro-rp2040/README.md index 8a04aa8d..8fff05f8 100644 --- a/boards/sparkfun-pro-micro-rp2040/README.md +++ b/boards/sparkfun-pro-micro-rp2040/README.md @@ -17,7 +17,7 @@ RP2040 chip according to how it is connected up on the Pro Micro RP2040. To use this crate, your `Cargo.toml` file should contain: ```toml -sparkfun-pro-micro-rp2040 = "0.6.0" +sparkfun-pro-micro-rp2040 = "0.8.0" ``` In your program, you will need to call `sparkfun_pro_micro_rp2040::Pins::new` to create diff --git a/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md b/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md index 78dce639..e6dffdfc 100644 --- a/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md +++ b/boards/sparkfun-thing-plus-rp2040/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.7.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.6.0 - 2023-09-02 ### Changed diff --git a/boards/sparkfun-thing-plus-rp2040/Cargo.toml b/boards/sparkfun-thing-plus-rp2040/Cargo.toml index b63f8bb3..1d92e534 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.6.0" +version = "0.7.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/sparkfun-thing-plus-rp2040/README.md b/boards/sparkfun-thing-plus-rp2040/README.md index 8e405fc2..cbc8dc1d 100644 --- a/boards/sparkfun-thing-plus-rp2040/README.md +++ b/boards/sparkfun-thing-plus-rp2040/README.md @@ -17,7 +17,7 @@ RP2040 chip according to how it is connected up on the Thing Plus RP2040. To use this crate, your `Cargo.toml` file should contain: ```toml -sparkfun-thing-plus-rp2040 = "0.5.0" +sparkfun-thing-plus-rp2040 = "0.7.0" ``` In your program, you will need to call `sparkfun_thing_plus_rp2040::Pins::new` to create diff --git a/boards/vcc-gnd-yd-rp2040/CHANGELOG.md b/boards/vcc-gnd-yd-rp2040/CHANGELOG.md index 00d8c40b..e60db7c2 100644 --- a/boards/vcc-gnd-yd-rp2040/CHANGELOG.md +++ b/boards/vcc-gnd-yd-rp2040/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.6.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 +- Update to usb-device 0.3 + ## 0.5.0 - 2023-09-02 ### Changed diff --git a/boards/vcc-gnd-yd-rp2040/Cargo.toml b/boards/vcc-gnd-yd-rp2040/Cargo.toml index e195fb5e..30c573e1 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.5.0" +version = "0.6.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/vcc-gnd-yd-rp2040/README.md b/boards/vcc-gnd-yd-rp2040/README.md index a38c036e..fb840905 100644 --- a/boards/vcc-gnd-yd-rp2040/README.md +++ b/boards/vcc-gnd-yd-rp2040/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the YD-RP2040. To use this crate, your `Cargo.toml` file should contain: ```toml -vcc-gnd-yd-rp2040 = "0.4.0" +vcc-gnd-yd-rp2040 = "0.6.0" ``` In your program, you will need to call `vcc_gnd_studio_yd_rp2040::Pins::new` to create diff --git a/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md b/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md index b580d800..375c34a6 100644 --- a/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md +++ b/boards/waveshare-rp2040-lcd-0-96/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.8.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.7.0 - 2023-09-02 ### Changed diff --git a/boards/waveshare-rp2040-lcd-0-96/Cargo.toml b/boards/waveshare-rp2040-lcd-0-96/Cargo.toml index e3acf10a..1f1a7c88 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.7.0" +version = "0.8.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-lcd-0-96/README.md b/boards/waveshare-rp2040-lcd-0-96/README.md index 839a12ad..b0c5489b 100644 --- a/boards/waveshare-rp2040-lcd-0-96/README.md +++ b/boards/waveshare-rp2040-lcd-0-96/README.md @@ -17,7 +17,7 @@ RP2040 chip according to how it is connected up on the Feather. To use this crate, your `Cargo.toml` file should contain: ```toml -waveshare_rp2040_lcd_0_96 = "0.6.0" +waveshare_rp2040_lcd_0_96 = "0.8.0" ``` In your program, you will need to call `waveshare_rp2040_lcd_0_96::Pins::new` to create diff --git a/boards/waveshare-rp2040-zero/CHANGELOG.md b/boards/waveshare-rp2040-zero/CHANGELOG.md index 081d3aa1..28b0b49a 100644 --- a/boards/waveshare-rp2040-zero/CHANGELOG.md +++ b/boards/waveshare-rp2040-zero/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.8.0 - 2024-04-07 + +### Changed + +- Update to rp2040-hal 0.10.0 +- Update to embedded-hal 1.0.0 + ## 0.7.0 - 2023-09-02 ### Changed diff --git a/boards/waveshare-rp2040-zero/Cargo.toml b/boards/waveshare-rp2040-zero/Cargo.toml index 64698fe8..801248a2 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.7.0" +version = "0.8.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" diff --git a/boards/waveshare-rp2040-zero/README.md b/boards/waveshare-rp2040-zero/README.md index 60fe8e82..9fc5a7b2 100644 --- a/boards/waveshare-rp2040-zero/README.md +++ b/boards/waveshare-rp2040-zero/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Feather. To use this crate, your `Cargo.toml` file should contain: ```toml -waveshare-rp2040-zero = "0.6.0" +waveshare-rp2040-zero = "0.8.0" ``` In your program, you will need to call `waveshare_rp2040_zero::Pins::new` to create