Skip to content

Commit

Permalink
Release preparation for all BSPs w/ rp2040-hal 0.10 (rp-rs#62)
Browse files Browse the repository at this point in the history
* Bump BSP crate version numbers in Cargo.toml and README.md

* Update changelogs
  • Loading branch information
9names authored and pysen committed Oct 24, 2024
1 parent 66318ba commit 42be56d
Show file tree
Hide file tree
Showing 71 changed files with 221 additions and 46 deletions.
7 changes: 7 additions & 0 deletions boards/adafruit-feather-rp2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-feather-rp2040/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adafruit-feather-rp2040"
version = "0.7.0"
version = "0.8.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"
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-feather-rp2040/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/adafruit-itsy-bitsy-rp2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-itsy-bitsy-rp2040/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adafruit-itsy-bitsy-rp2040"
version = "0.7.0"
version = "0.8.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"
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-itsy-bitsy-rp2040/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/adafruit-kb2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-kb2040/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adafruit-kb2040"
version = "0.7.0"
version = "0.8.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"
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-kb2040/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/adafruit-macropad/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-macropad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adafruit-macropad"
version = "0.7.0"
version = "0.8.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"
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-macropad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions boards/adafruit-metro-rp2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions boards/adafruit-qt-py-rp2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-qt-py-rp2040/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adafruit-qt-py-rp2040"
version = "0.7.0"
version = "0.8.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"
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-qt-py-rp2040/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/adafruit-trinkey-qt2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-trinkey-qt2040/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-trinkey-qt2040/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/arduino_nano_connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/arduino_nano_connect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arduino_nano_connect"
version = "0.6.0"
version = "0.7.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"
Expand Down
2 changes: 1 addition & 1 deletion boards/arduino_nano_connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/boardsource-blok/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/boardsource-blok/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boardsource-blok"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = ["Agent59 <agent59@ripakewitz.net>", "The rp-rs Developers"]
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/boardsource-blok"
Expand Down
2 changes: 1 addition & 1 deletion boards/boardsource-blok/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/pimoroni-pico-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/pimoroni-pico-explorer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pimoroni-pico-explorer"
version = "0.7.0"
version = "0.8.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"
Expand Down
2 changes: 1 addition & 1 deletion boards/pimoroni-pico-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/pimoroni-pico-lipo-16mb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/pimoroni-pico-lipo-16mb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pimoroni-pico-lipo-16mb"
version = "0.7.0"
version = "0.8.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"
Expand Down
2 changes: 1 addition & 1 deletion boards/pimoroni-pico-lipo-16mb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/pimoroni-plasma-2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/pimoroni-plasma-2040/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pimoroni-plasma-2040"
version = "0.6.0"
version = "0.7.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"
Expand Down
2 changes: 1 addition & 1 deletion boards/pimoroni-plasma-2040/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/pimoroni-servo2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/pimoroni-servo2040/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pimoroni-servo2040"
version = "0.4.0"
version = "0.5.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"
Expand Down
2 changes: 1 addition & 1 deletion boards/pimoroni-servo2040/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions boards/pimoroni-tiny2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 42be56d

Please sign in to comment.