Update BSPs prior to release (#313)

* Update BSP authors to include 'rp-rs developers'

* Update BSP readme's to reflect current release version

* Update BSP changelogs

* Fix version number in HAL README
This commit is contained in:
9names 2022-03-12 22:43:16 +11:00 committed by GitHub
parent b81955c2a8
commit 7aefb8680d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 93 additions and 30 deletions

View file

@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None - None
## [0.2.0] - 2022-03-11
### Changed
- Update to rp2040-hal 0.4.0
## [0.1.0] - 2021-12-20 ## [0.1.0] - 2021-12-20
- Initial release - 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 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-feather-rp2040-v0.1.0

View file

@ -1,7 +1,7 @@
[package] [package]
name = "adafruit-feather-rp2040" name = "adafruit-feather-rp2040"
version = "0.2.0" version = "0.2.0"
authors = ["Andrea Nall <anall@andreanal.com>"] authors = ["Andrea Nall <anall@andreanal.com>", "The rp-rs Developers"]
edition = "2018" edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-feather-rp2040" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-feather-rp2040"
description = "Board Support Package for the Adafruit Feather RP2040" description = "Board Support Package for the Adafruit Feather RP2040"

View file

@ -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: To use this crate, your `Cargo.toml` file should contain:
```toml ```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 In your program, you will need to call `adafruit_feather_rp2040::Pins::new` to create

View file

@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None - None
## [0.2.0] - 2022-03-11
### Changed
- Update to rp2040-hal 0.4.0
## [0.1.0] - 2021-12-20 ## [0.1.0] - 2021-12-20
- Initial release - 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 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-itsy-bitsy-rp2040-v0.1.0

View file

@ -1,7 +1,7 @@
[package] [package]
name = "adafruit-itsy-bitsy-rp2040" name = "adafruit-itsy-bitsy-rp2040"
version = "0.2.0" version = "0.2.0"
authors = ["Andrew Christiansen <andrewtaylorchristiansen@gmail.com>"] authors = ["Andrew Christiansen <andrewtaylorchristiansen@gmail.com>", "The rp-rs Developers"]
edition = "2018" edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_itsy_bitsy_rp2040" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_itsy_bitsy_rp2040"
description = "Board Support Package for the Adafruit ItsyBitsy RP2040" description = "Board Support Package for the Adafruit ItsyBitsy RP2040"

View file

@ -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: To use this crate, your `Cargo.toml` file should contain:
```toml ```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 In your program, you will need to call `adafruit_itsy_bitsy_rp2040::Pins::new` to create

View file

@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None - None
## [0.2.0] - 2022-03-11
### Changed
- Update to rp2040-hal 0.4.0
## [0.1.0] - 2021-12-20 ## [0.1.0] - 2021-12-20
- Initial release - 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 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-kb2040-v0.1.0

View file

@ -1,7 +1,7 @@
[package] [package]
name = "adafruit-kb2040" name = "adafruit-kb2040"
version = "0.2.0" version = "0.2.0"
authors = ["Andrew Christiansen <andrewtaylorchristiansen@gmail.com>"] authors = ["Andrew Christiansen <andrewtaylorchristiansen@gmail.com>", "The rp-rs Developers"]
edition = "2018" edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-kb2040" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-kb2040"
description = "Board Support Package for the Adafruit adafruit-kb2040" description = "Board Support Package for the Adafruit adafruit-kb2040"

View file

@ -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: To use this crate, your `Cargo.toml` file should contain:
```toml ```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 In your program, you will need to call `adafruit-kb2040::Pins::new` to create

View file

@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None - None
## [0.2.0] - 2022-03-11
### Changed
- Update to rp2040-hal 0.4.0
## [0.1.0] - 2021-12-20 ## [0.1.0] - 2021-12-20
- Initial release - 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 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-macropad-v0.1.0

View file

@ -1,7 +1,7 @@
[package] [package]
name = "adafruit-macropad" name = "adafruit-macropad"
version = "0.2.0" version = "0.2.0"
authors = ["Andrea Nall <anall@andreanal.com>"] authors = ["Andrea Nall <anall@andreanal.com>", "The rp-rs Developers"]
edition = "2018" edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_macropad" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_macropad"
description = "Board Support Package for the Adafruit Macropad" description = "Board Support Package for the Adafruit Macropad"

View file

@ -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: To use this crate, your `Cargo.toml` file should contain:
```toml ```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 In your program, you will need to call `adafruit_macropad::Pins::new` to create

View file

@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None - None
## [0.2.0] - 2022-03-11
### Changed
- Update to rp2040-hal 0.4.0
## [0.1.0] - 2021-12-20 ## [0.1.0] - 2021-12-20
- Initial release - 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 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/adafruit-qt-py-rp2040-v0.1.0

View file

@ -1,7 +1,7 @@
[package] [package]
name = "adafruit-qt-py-rp2040" name = "adafruit-qt-py-rp2040"
version = "0.2.0" version = "0.2.0"
authors = ["Stephen Onnen <stephen.onnen@gmail.com>"] authors = ["Stephen Onnen <stephen.onnen@gmail.com>", "The rp-rs Developers"]
edition = "2018" edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-qt-py-rp2040" 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" description = "Board Support Package for the Adafruit QT Py RP2040"

View file

@ -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: To use this crate, your `Cargo.toml` file should contain:
```toml ```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 In your program, you will need to call `adafruit_qt_py_rp2040::Pins::new` to create

View file

@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None - None
## [0.2.0] - 2022-03-11
### Changed
- Update to rp2040-hal 0.4.0
## [0.1.0] - 2021-12-20 ## [0.1.0] - 2021-12-20
- Initial release - 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 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/pimoroni-pico-explorer-v0.1.0

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pimoroni-pico-explorer" name = "pimoroni-pico-explorer"
version = "0.2.0" version = "0.2.0"
authors = ["Hmvp <hmvp@users.noreply.github.com>"] authors = ["Hmvp <hmvp@users.noreply.github.com>", "The rp-rs Developers"]
edition = "2018" edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-explorer" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-explorer"
description = "Board Support Package for the Pico Explorer" description = "Board Support Package for the Pico Explorer"

View file

@ -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: To use this crate, your `Cargo.toml` file should contain:
```toml ```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 In your program, you will need to call `pimoroni_pico_explorer::Pins::new` to create

View file

@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None - None
## [0.2.0] - 2022-03-11
### Changed
- Update to rp2040-hal 0.4.0
## [0.1.0] - 2021-12-20 ## [0.1.0] - 2021-12-20
- Initial release - 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 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/pimoroni-pico-lipo-16mb-v0.1.0

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pimoroni-pico-lipo-16mb" name = "pimoroni-pico-lipo-16mb"
version = "0.2.0" version = "0.2.0"
authors = ["Hmvp <hmvp@users.noreply.github.com>"] authors = ["Hmvp <hmvp@users.noreply.github.com>", "The rp-rs Developers"]
edition = "2018" edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-lipo-16mb" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-pico-lipo-16mb"
description = "Board Support Package for the Pico LiPo 16MB" description = "Board Support Package for the Pico LiPo 16MB"

View file

@ -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: To use this crate, your `Cargo.toml` file should contain:
```toml ```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 In your program, you will need to call `pimoroni_pico_lipo_16mb::Pins::new` to create

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pimoroni-tiny2040" name = "pimoroni-tiny2040"
version = "0.1.0" version = "0.1.0"
authors = ["Mike Bell <mdb036@gmail.com>"] authors = ["Mike Bell <mdb036@gmail.com>", "The rp-rs Developers"]
edition = "2018" edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-tiny2040" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pimoroni-tiny2040"
description = "Board Support Package for the Pimoroni Tiny2040" description = "Board Support Package for the Pimoroni Tiny2040"

View file

@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None - None
## [0.3.0] - 2022-03-11
### Changed
- Update to rp-hal 0.4.0
## [0.2.0] - 2021-12-23 ## [0.2.0] - 2021-12-23
### Added ### Added
@ -31,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[@jannic]: https://github.com/jannic [@jannic]: https://github.com/jannic
[rp-rs]: https://github.com/rp-rs [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.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 [0.1.3]: https://github.com/jannic/rp-microcontroller-rs/tree/rp-pico-0.1.3

View file

@ -1,7 +1,7 @@
[package] [package]
name = "rp-pico" name = "rp-pico"
version = "0.3.0" version = "0.3.0"
authors = ["evan <evanmolder@gmail.com>"] authors = ["evan <evanmolder@gmail.com>", "The rp-rs Developers"]
edition = "2018" edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/rp-pico" homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/rp-pico"
description = "Board Support Package for the Raspberry Pi Pico" description = "Board Support Package for the Raspberry Pi Pico"

View file

@ -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: To use this crate, your `Cargo.toml` file should contain:
```toml ```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 In your program, you will need to call `rp_pico::Pins::new` to create

View file

@ -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: To use this crate, your `Cargo.toml` file should contain:
```toml ```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 In your program, you will need to call `solderparty_rp2040_stamp::Pins::new` to create

View file

@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None - None
## [0.2.0] - 2022-03-11
### Changed
- Update to rp-hal 0.4.0
## [0.1.0] - 2021-12-20 ## [0.1.0] - 2021-12-20
- Initial release - 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 [0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/sparkfun-pro-micro-rp2040-v0.1.0

View file

@ -1,7 +1,7 @@
[package] [package]
name = "sparkfun-pro-micro-rp2040" name = "sparkfun-pro-micro-rp2040"
version = "0.2.0" version = "0.2.0"
authors = ["Wilfried Chauveau <wilfried.chauveau@ithinuel.me>"] authors = ["Wilfried Chauveau <wilfried.chauveau@ithinuel.me>", "The rp-rs Developers"]
edition = "2018" edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/sparkfun-pro-micro-rp2040" 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" description = "Board Support Package for the Sparkfun Pro Micro RP2040"

View file

@ -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: To use this crate, your `Cargo.toml` file should contain:
```toml ```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 In your program, you will need to call `sparkfun_pro_micro_rp2040::Pins::new` to create

View file

@ -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 To include this crate in your project, amend your `Cargo.toml` file to include
```toml ```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 To obtain a copy of the source code (e.g. if you want to propose a bug-fix or