diff options
| author | Ulf Lilleengen <[email protected]> | 2025-11-27 14:21:09 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-11-27 14:21:09 +0100 |
| commit | e5651b8644877969859505efc6d6c872b5c71b7a (patch) | |
| tree | 24c4aec8166685238509e708af3615b9e982828b /embassy-rp | |
| parent | 7ff2baf4e29c47c622e21c4eeba2d20596b65137 (diff) | |
chore: release embassy-rp, cyw43 and cyw43-pio
Diffstat (limited to 'embassy-rp')
| -rw-r--r-- | embassy-rp/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/embassy-rp/CHANGELOG.md b/embassy-rp/CHANGELOG.md index 7480b729f..773301b0f 100644 --- a/embassy-rp/CHANGELOG.md +++ b/embassy-rp/CHANGELOG.md | |||
| @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | <!-- next-header --> | 8 | <!-- next-header --> |
| 9 | ## Unreleased - ReleaseDate | 9 | ## Unreleased - ReleaseDate |
| 10 | 10 | ||
| 11 | ## 0.9.0 - 2025-11-27 | ||
| 12 | |||
| 11 | - Add documentation for pio `get_x` about autopush. | 13 | - Add documentation for pio `get_x` about autopush. |
| 12 | - Fix several minor typos in documentation | 14 | - Fix several minor typos in documentation |
| 13 | - Add PIO SPI | 15 | - Add PIO SPI |
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 421f0b0f6..8e4bb927f 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-rp" | 2 | name = "embassy-rp" |
| 3 | version = "0.8.0" | 3 | version = "0.9.0" |
| 4 | edition = "2024" | 4 | edition = "2024" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 or RP235x microcontroller" | 6 | description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 or RP235x microcontroller" |
