diff --git a/boards/adafruit-feather-rp2040/CHANGELOG.md b/boards/adafruit-feather-rp2040/CHANGELOG.md index 25f2848..6208953 100644 --- a/boards/adafruit-feather-rp2040/CHANGELOG.md +++ b/boards/adafruit-feather-rp2040/CHANGELOG.md @@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +## [0.2.0] - 2022-03-11 + +### Changed + +- Update to rp2040-hal 0.4.0 + ## [0.1.0] - 2021-12-20 - Initial release -[Unreleased]: https://github.com/rp-rs/rp-hal/compare/adafruit-feather-rp2040-v0.1.0...HEAD +[Unreleased]: https://github.com/rp-rs/rp-hal/compare/adafruit-feather-rp2040-v0.2.0...HEAD +[0.2.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-feather-rp2040-v0.2.0 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-feather-rp2040-v0.1.0 diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index b7ea901..b28a83b 100644 --- a/boards/adafruit-feather-rp2040/Cargo.toml +++ b/boards/adafruit-feather-rp2040/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "adafruit-feather-rp2040" version = "0.2.0" -authors = ["Andrea Nall "] +authors = ["Andrea Nall ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-feather-rp2040" description = "Board Support Package for the Adafruit Feather RP2040" diff --git a/boards/adafruit-feather-rp2040/README.md b/boards/adafruit-feather-rp2040/README.md index 9aabfce..08328b2 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.1.0" +adafruit-feather-rp2040 = "0.2.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 b54a3e8..fbd87a1 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md +++ b/boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md @@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +## [0.2.0] - 2022-03-11 + +### Changed + +- Update to rp2040-hal 0.4.0 + ## [0.1.0] - 2021-12-20 - Initial release -[Unreleased]: https://github.com/rp-rs/rp-hal/compare/adafruit-itsy-bitsy-rp2040-v0.1.0...HEAD +[Unreleased]: https://github.com/rp-rs/rp-hal/compare/adafruit-itsy-bitsy-rp2040-v0.2.0...HEAD +[0.2.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-itsy-bitsy-rp2040-v0.2.0 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-itsy-bitsy-rp2040-v0.1.0 diff --git a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml index 0b102ea..41359d7 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml +++ b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "adafruit-itsy-bitsy-rp2040" version = "0.2.0" -authors = ["Andrew Christiansen "] +authors = ["Andrew Christiansen ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_itsy_bitsy_rp2040" description = "Board Support Package for the Adafruit ItsyBitsy RP2040" diff --git a/boards/adafruit-itsy-bitsy-rp2040/README.md b/boards/adafruit-itsy-bitsy-rp2040/README.md index 5d16b42..f8a2ae9 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.1.0" +adafruit-itsy-bitsy-rp2040 = "0.2.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 24cd4ec..41a6a52 100644 --- a/boards/adafruit-kb2040/CHANGELOG.md +++ b/boards/adafruit-kb2040/CHANGELOG.md @@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +## [0.2.0] - 2022-03-11 + +### Changed + +- Update to rp2040-hal 0.4.0 + ## [0.1.0] - 2021-12-20 - Initial release -[Unreleased]: https://github.com/rp-rs/rp-hal/compare/adafruit-kb2040-v0.1.0...HEAD +[Unreleased]: https://github.com/rp-rs/rp-hal/compare/adafruit-kb2040-v0.2.0...HEAD +[0.2.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-kb2040-v0.2.0 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-kb2040-v0.1.0 diff --git a/boards/adafruit-kb2040/Cargo.toml b/boards/adafruit-kb2040/Cargo.toml index 106b869..b3223ff 100644 --- a/boards/adafruit-kb2040/Cargo.toml +++ b/boards/adafruit-kb2040/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "adafruit-kb2040" version = "0.2.0" -authors = ["Andrew Christiansen "] +authors = ["Andrew Christiansen ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-kb2040" description = "Board Support Package for the Adafruit adafruit-kb2040" diff --git a/boards/adafruit-kb2040/README.md b/boards/adafruit-kb2040/README.md index 808cb42..3ebeb7b 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.1.0" +adafruit-kb2040 = "0.2.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 7e7d0a9..4fc049e 100644 --- a/boards/adafruit-macropad/CHANGELOG.md +++ b/boards/adafruit-macropad/CHANGELOG.md @@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +## [0.2.0] - 2022-03-11 + +### Changed + +- Update to rp2040-hal 0.4.0 + ## [0.1.0] - 2021-12-20 - Initial release -[Unreleased]: https://github.com/rp-rs/rp-hal/compare/adafruit-macropad-v0.1.0...HEAD +[Unreleased]: https://github.com/rp-rs/rp-hal/compare/adafruit-macropad-v0.2.0...HEAD +[0.2.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-macropad-v0.2.0 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-macropad-v0.1.0 diff --git a/boards/adafruit-macropad/Cargo.toml b/boards/adafruit-macropad/Cargo.toml index a961790..9f418bc 100644 --- a/boards/adafruit-macropad/Cargo.toml +++ b/boards/adafruit-macropad/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "adafruit-macropad" version = "0.2.0" -authors = ["Andrea Nall "] +authors = ["Andrea Nall ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_macropad" description = "Board Support Package for the Adafruit Macropad" diff --git a/boards/adafruit-macropad/README.md b/boards/adafruit-macropad/README.md index f4912da..df7fbf8 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.1.0" +adafruit-macropad = "0.2.0" ``` In your program, you will need to call `adafruit_macropad::Pins::new` to create diff --git a/boards/adafruit-qt-py-rp2040/CHANGELOG.md b/boards/adafruit-qt-py-rp2040/CHANGELOG.md index 799f4a7..6adbea4 100644 --- a/boards/adafruit-qt-py-rp2040/CHANGELOG.md +++ b/boards/adafruit-qt-py-rp2040/CHANGELOG.md @@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +## [0.2.0] - 2022-03-11 + +### Changed + +- Update to rp2040-hal 0.4.0 + ## [0.1.0] - 2021-12-20 - Initial release -[Unreleased]: https://github.com/rp-rs/rp-hal/compare/adafruit-qt-py-rp2040-v0.1.0...HEAD +[Unreleased]: https://github.com/rp-rs/rp-hal/compare/adafruit-qt-py-rp2040-v0.2.0...HEAD +[0.2.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-qt-py-rp2040-v0.2.0 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-qt-py-rp2040-v0.1.0 diff --git a/boards/adafruit-qt-py-rp2040/Cargo.toml b/boards/adafruit-qt-py-rp2040/Cargo.toml index 15d2090..ac44e43 100644 --- a/boards/adafruit-qt-py-rp2040/Cargo.toml +++ b/boards/adafruit-qt-py-rp2040/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "adafruit-qt-py-rp2040" version = "0.2.0" -authors = ["Stephen Onnen "] +authors = ["Stephen Onnen ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-qt-py-rp2040" description = "Board Support Package for the Adafruit QT Py RP2040" diff --git a/boards/adafruit-qt-py-rp2040/README.md b/boards/adafruit-qt-py-rp2040/README.md index c3250d4..5db1ae6 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 = { git = "https://github.com/rp-rs/rp-hal.git" } +adafruit-qt-py-rp2040 = "0.2.0" ``` In your program, you will need to call `adafruit_qt_py_rp2040::Pins::new` to create diff --git a/boards/pimoroni-pico-explorer/CHANGELOG.md b/boards/pimoroni-pico-explorer/CHANGELOG.md index e2e2069..0f4da47 100644 --- a/boards/pimoroni-pico-explorer/CHANGELOG.md +++ b/boards/pimoroni-pico-explorer/CHANGELOG.md @@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +## [0.2.0] - 2022-03-11 + +### Changed + +- Update to rp2040-hal 0.4.0 + ## [0.1.0] - 2021-12-20 - Initial release -[Unreleased]: https://github.com/rp-rs/rp-hal/compare/pimoroni-pico-explorer-v0.1.0...HEAD +[Unreleased]: https://github.com/rp-rs/rp-hal/compare/pimoroni-pico-explorer-v0.2.0...HEAD +[0.2.0]: https://github.com/rp-rs/rp-hal/releases/tag/pimoroni-pico-explorer-v0.2.0 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/pimoroni-pico-explorer-v0.1.0 diff --git a/boards/pimoroni-pico-explorer/Cargo.toml b/boards/pimoroni-pico-explorer/Cargo.toml index 2061193..a1f9916 100644 --- a/boards/pimoroni-pico-explorer/Cargo.toml +++ b/boards/pimoroni-pico-explorer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pimoroni-pico-explorer" version = "0.2.0" -authors = ["Hmvp "] +authors = ["Hmvp ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-explorer" description = "Board Support Package for the Pico Explorer" diff --git a/boards/pimoroni-pico-explorer/README.md b/boards/pimoroni-pico-explorer/README.md index 7e96a36..4d4541c 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.1.0" +pimoroni-pico-explorer = "0.2.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 8ccb686..fce231d 100644 --- a/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md +++ b/boards/pimoroni-pico-lipo-16mb/CHANGELOG.md @@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +## [0.2.0] - 2022-03-11 + +### Changed + +- Update to rp2040-hal 0.4.0 + ## [0.1.0] - 2021-12-20 - Initial release -[Unreleased]: https://github.com/rp-rs/rp-hal/compare/pimoroni-pico-lipo-16mb-v0.1.0...HEAD +[Unreleased]: https://github.com/rp-rs/rp-hal/compare/pimoroni-pico-lipo-16mb-v0.2.0...HEAD +[0.2.0]: https://github.com/rp-rs/rp-hal/releases/tag/pimoroni-pico-lipo-16mb-v0.2.0 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/pimoroni-pico-lipo-16mb-v0.1.0 diff --git a/boards/pimoroni-pico-lipo-16mb/Cargo.toml b/boards/pimoroni-pico-lipo-16mb/Cargo.toml index 79a247b..c503985 100644 --- a/boards/pimoroni-pico-lipo-16mb/Cargo.toml +++ b/boards/pimoroni-pico-lipo-16mb/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pimoroni-pico-lipo-16mb" version = "0.2.0" -authors = ["Hmvp "] +authors = ["Hmvp ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-lipo-16mb" description = "Board Support Package for the Pico LiPo 16MB" diff --git a/boards/pimoroni-pico-lipo-16mb/README.md b/boards/pimoroni-pico-lipo-16mb/README.md index 0c8055d..c463495 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 = { git = "https://github.com/rp-rs/rp-hal.git" } +pimoroni-pico-lipo-16mb = "0.2.0" ``` In your program, you will need to call `pimoroni_pico_lipo_16mb::Pins::new` to create diff --git a/boards/pimoroni-tiny2040/Cargo.toml b/boards/pimoroni-tiny2040/Cargo.toml index f21900f..1f7b52c 100644 --- a/boards/pimoroni-tiny2040/Cargo.toml +++ b/boards/pimoroni-tiny2040/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pimoroni-tiny2040" version = "0.1.0" -authors = ["Mike Bell "] +authors = ["Mike Bell ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-tiny2040" description = "Board Support Package for the Pimoroni Tiny2040" diff --git a/boards/rp-pico/CHANGELOG.md b/boards/rp-pico/CHANGELOG.md index a7f1cf8..d22724a 100644 --- a/boards/rp-pico/CHANGELOG.md +++ b/boards/rp-pico/CHANGELOG.md @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +## [0.3.0] - 2022-03-11 + +### Changed + +- Update to rp-hal 0.4.0 + ## [0.2.0] - 2021-12-23 ### Added @@ -31,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [@jannic]: https://github.com/jannic [rp-rs]: https://github.com/rp-rs -[Unreleased]: https://github.com/rp-rs/rp-hal/compare/rp-pico-v0.1.0...HEAD +[Unreleased]: https://github.com/rp-rs/rp-hal/compare/rp-pico-v0.3.0...HEAD +[0.3.0]: https://github.com/rp-rs/rp-hal/releases/tag/rp-pico-v0.3.0 [0.2.0]: https://github.com/rp-rs/rp-hal/releases/tag/rp-pico-v0.2.0 [0.1.3]: https://github.com/jannic/rp-microcontroller-rs/tree/rp-pico-0.1.3 diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index faf0305..7ea36a8 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rp-pico" version = "0.3.0" -authors = ["evan "] +authors = ["evan ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/rp-pico" description = "Board Support Package for the Raspberry Pi Pico" diff --git a/boards/rp-pico/README.md b/boards/rp-pico/README.md index de24f3d..4a24b82 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.2.0" +rp-pico = "0.3.0" ``` In your program, you will need to call `rp_pico::Pins::new` to create diff --git a/boards/solderparty-rp2040-stamp/README.md b/boards/solderparty-rp2040-stamp/README.md index 8b17bed..feb1318 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 = { git = "https://github.com/rp-rs/rp-hal.git" } +solderparty-rp2040-stamp = "0.1.0" ``` In your program, you will need to call `solderparty_rp2040_stamp::Pins::new` to create diff --git a/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md b/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md index 04fbbeb..9f7e350 100644 --- a/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md +++ b/boards/sparkfun-pro-micro-rp2040/CHANGELOG.md @@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +## [0.2.0] - 2022-03-11 + +### Changed + +- Update to rp-hal 0.4.0 + ## [0.1.0] - 2021-12-20 - Initial release -[Unreleased]: https://github.com/rp-rs/rp-hal/compare/sparkfun-pro-micro-rp2040-v0.1.0...HEAD +[Unreleased]: https://github.com/rp-rs/rp-hal/compare/sparkfun-pro-micro-rp2040-v0.2.0...HEAD +[0.2.0]: https://github.com/rp-rs/rp-hal/compare/sparkfun-pro-micro-rp2040-v0.1.0...v0.2.0 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/sparkfun-pro-micro-rp2040-v0.1.0 diff --git a/boards/sparkfun-pro-micro-rp2040/Cargo.toml b/boards/sparkfun-pro-micro-rp2040/Cargo.toml index 3295488..3fe87bb 100644 --- a/boards/sparkfun-pro-micro-rp2040/Cargo.toml +++ b/boards/sparkfun-pro-micro-rp2040/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sparkfun-pro-micro-rp2040" version = "0.2.0" -authors = ["Wilfried Chauveau "] +authors = ["Wilfried Chauveau ", "The rp-rs Developers"] edition = "2018" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/sparkfun-pro-micro-rp2040" description = "Board Support Package for the Sparkfun Pro Micro RP2040" diff --git a/boards/sparkfun-pro-micro-rp2040/README.md b/boards/sparkfun-pro-micro-rp2040/README.md index a1d57d6..e0ce5ad 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.1.0" +sparkfun-pro-micro-rp2040 = "0.2.0" ``` In your program, you will need to call `sparkfun_pro_micro_rp2040::Pins::new` to create diff --git a/rp2040-hal/README.md b/rp2040-hal/README.md index dce1529..2bb87f6 100644 --- a/rp2040-hal/README.md +++ b/rp2040-hal/README.md @@ -68,7 +68,7 @@ https://github.com/rp-rs/rp-hal/ for more details. To include this crate in your project, amend your `Cargo.toml` file to include ```toml -rp2040-hal = "0.3.0" +rp2040-hal = "0.4.0" ``` To obtain a copy of the source code (e.g. if you want to propose a bug-fix or