Update versions, readmes and changelogs of board crates

This commit is contained in:
Jan Niehusmann 2023-02-18 12:08:31 +00:00
parent b6ce0b17a7
commit 462bffac04
63 changed files with 184 additions and 46 deletions

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.7.0
- Update to ws2812-pio 0.6.0
## 0.5.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "adafruit-feather-rp2040"
version = "0.5.0"
version = "0.6.0"
authors = ["Andrea Nall <anall@andreanal.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/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:
```toml
adafruit-feather-rp2040 = "0.3.0"
adafruit-feather-rp2040 = "0.6.0"
```
In your program, you will need to call `adafruit_feather_rp2040::Pins::new` to create

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
## 0.5.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "adafruit-itsy-bitsy-rp2040"
version = "0.5.0"
version = "0.6.0"
authors = ["Andrew Christiansen <andrewtaylorchristiansen@gmail.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit_itsy_bitsy_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:
```toml
adafruit-itsy-bitsy-rp2040 = "0.3.0"
adafruit-itsy-bitsy-rp2040 = "0.6.0"
```
In your program, you will need to call `adafruit_itsy_bitsy_rp2040::Pins::new` to create

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
## 0.5.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "adafruit-kb2040"
version = "0.5.0"
version = "0.6.0"
authors = ["Andrew Christiansen <andrewtaylorchristiansen@gmail.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/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:
```toml
adafruit-kb2040 = "0.3.0"
adafruit-kb2040 = "0.6.0"
```
In your program, you will need to call `adafruit-kb2040::Pins::new` to create

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
## 0.5.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "adafruit-macropad"
version = "0.5.0"
version = "0.6.0"
authors = ["Andrea Nall <anall@andreanal.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/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:
```toml
adafruit-macropad = "0.3.0"
adafruit-macropad = "0.6.0"
```
In your program, you will need to call `adafruit_macropad::Pins::new` to create

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
## 0.5.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "adafruit-qt-py-rp2040"
version = "0.5.0"
version = "0.6.0"
authors = ["Stephen Onnen <stephen.onnen@gmail.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/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:
```toml
adafruit-qt-py-rp2040 = "0.3.0"
adafruit-qt-py-rp2040 = "0.6.0"
```
In your program, you will need to call `adafruit_qt_py_rp2040::Pins::new` to create

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.5.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
## 0.4.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "adafruit-trinkey-qt2040"
version = "0.4.0"
version = "0.5.0"
authors = ["The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-trinkey-qt2040"

View file

@ -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.2.0"
adafruit-trinkey-qt2040 = "0.5.0"
```
In your program, you will need to call `adafruit-trinkey-qt2040::Pins::new` to create

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.5.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
## 0.4.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "arduino_nano_connect"
version = "0.4.0"
version = "0.5.0"
authors = ["splicedbread <dxbunrated@gmail.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/arduino_nano_connect"

View file

@ -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.2.0"
arduino_nano_connect = "0.5.0"
```
# TODO - down and out
In your program, you will need to call `arduino_nano_connect::Pins::new` to create

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.4.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
## 0.3.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "pimoroni_badger2040"
version = "0.3.0"
version = "0.4.0"
authors = ["9names", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-badger2040"

View file

@ -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.1.0"
pimoroni-badger2040 = "0.4.0"
```
In your program, you will need to call `pimoroni_badger2040::Board::take().unwrap()` to create

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
## 0.5.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "pimoroni-pico-explorer"
version = "0.5.0"
version = "0.6.0"
authors = ["Hmvp <hmvp@users.noreply.github.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-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:
```toml
pimoroni-pico-explorer = "0.3.0"
pimoroni-pico-explorer = "0.6.0"
```
In your program, you will need to call `pimoroni_pico_explorer::Pins::new` to create

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
## 0.5.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "pimoroni-pico-lipo-16mb"
version = "0.5.0"
version = "0.6.0"
authors = ["Hmvp <hmvp@users.noreply.github.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-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:
```toml
pimoroni-pico-lipo-16mb = "0.3.0"
pimoroni-pico-lipo-16mb = "0.6.0"
```
In your program, you will need to call `pimoroni_pico_lipo_16mb::Pins::new` to create

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.5.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
## 0.4.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "pimoroni-plasma-2040"
version = "0.4.0"
version = "0.5.0"
authors = ["Jordan Williams <jordan@jwillikers.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-plasma-2040"

View file

@ -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.2.0"
pimoroni-plasma-2040 = "0.5.0"
```
In your program, you will need to call `pimoroni_plasma_2040::Pins::new` to create

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.3.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
## 0.2.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "pimoroni-servo2040"
version = "0.2.0"
version = "0.3.0"
authors = ["Paul Daniel Faria <nashenas88@gmail.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-servo2040"

View file

@ -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.1.0"
pimoroni-servo2040 = "0.3.0"
```
In your program, you will need to call `pimoroni_servo2040::Pins::new` to create

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.5.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
## 0.4.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "pimoroni-tiny2040"
version = "0.4.0"
version = "0.5.0"
authors = ["Mike Bell <mdb036@gmail.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-tiny2040"

View file

@ -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.2.0"
pimoroni-tiny2040 = "0.5.0"
```
In your program, you will need to call `pimoroni_tiny2040::Pins::new` to create

View file

@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.7.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
- Update to i2c-pio 0.6.0
- Update to embedded-sdmmc 0.4.0
## 0.6.0 - 2022-12-11
### Changed
@ -15,10 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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

View file

@ -1,6 +1,6 @@
[package]
name = "rp-pico"
version = "0.6.0"
version = "0.7.0"
authors = ["evan <evanmolder@gmail.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/rp-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:
```toml
rp-pico = "0.5.0"
rp-pico = "0.7.0"
```
In your program, you will need to call `rp_pico::Pins::new` to create

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.4.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
## 0.3.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "seeeduino-xiao-rp2040"
version = "0.3.0"
version = "0.4.0"
authors = ["Philip L. McMahon <plm@users.noreply.github.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/seeeduino-xiao-rp02040"

View file

@ -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.1.0"
seeeduino-xiao-rp2040 = "0.4.0"
```
In your program, you will need to call `seeeduino-xiao-rp2040::Pins::new` to create

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.5.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
## 0.4.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "solderparty-rp2040-stamp"
version = "0.4.0"
version = "0.5.0"
authors = ["The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/solderparty-rp2040-stamp"

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:
```toml
solderparty-rp2040-stamp = "0.2.0"
solderparty-rp2040-stamp = "0.5.0"
```
In your program, you will need to call `solderparty_rp2040_stamp::Pins::new` to create

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
## 0.5.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "sparkfun-pro-micro-rp2040"
version = "0.5.0"
version = "0.6.0"
authors = ["Wilfried Chauveau <wilfried.chauveau@ithinuel.me>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/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:
```toml
sparkfun-pro-micro-rp2040 = "0.3.0"
sparkfun-pro-micro-rp2040 = "0.6.0"
```
In your program, you will need to call `sparkfun_pro_micro_rp2040::Pins::new` to create

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.5.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
## 0.4.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "sparkfun-thing-plus-rp2040"
version = "0.4.0"
version = "0.5.0"
authors = ["Tyler Pottenger <tyler.pottenger@gmail.com>", "Wilfried Chauveau <wilfried.chauveau@ithinuel.me>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/sparkfun-thing-plus-rp2040"

View file

@ -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.2.0"
sparkfun-thing-plus-rp2040 = "0.5.0"
```
In your program, you will need to call `sparkfun_thing_plus_rp2040::Pins::new` to create

View file

@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.4.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
- Update to i2c-pio 0.6.0
## 0.3.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "vcc-gnd-yd-rp2040"
version = "0.3.0"
version = "0.4.0"
authors = ["Nicolas <nleguen@gmail.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/vcc-gnd-yd-rp2040"

View file

@ -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.1.0"
vcc-gnd-yd-rp2040 = "0.4.0"
```
In your program, you will need to call `vcc_gnd_studio_yd_rp2040::Pins::new` to create

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
## 0.5.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "waveshare-rp2040-lcd-0-96"
version = "0.5.0"
version = "0.6.0"
authors = ["René van Dorst <opensource@vdorst.com>", "Andrea Nall <anall@andreanal.com>", "TilCreator <contact.github@tc-j.de>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/waveshare-rp2040-lcd-0_96"

View file

@ -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.4.0"
waveshare_rp2040_lcd_0_96 = "0.6.0"
```
In your program, you will need to call `waveshare_rp2040_lcd_0_96::Pins::new` to create

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.0 - 2023-02-18
### Changed
- Update to rp2040-hal 0.8.0
- Update to ws2812-pio 0.6.0
## 0.5.0 - 2022-12-11
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "waveshare-rp2040-zero"
version = "0.5.0"
version = "0.6.0"
authors = ["Andrea Nall <anall@andreanal.com>", "TilCreator <contact.github@tc-j.de>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/waveshare-rp2040-zero"

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:
```toml
waveshare-rp2040-zero = "0.4.0"
waveshare-rp2040-zero = "0.6.0"
```
In your program, you will need to call `waveshare_rp2040_zero::Pins::new` to create