chore: Release cyw43-pio version 0.5.1

This commit is contained in:
Ulf Lilleengen 2025-07-16 15:51:27 +02:00
parent 6810889ff1
commit 1dd8c2a745
4 changed files with 5 additions and 3 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## Unreleased - ReleaseDate
## 0.5.1 - 2025-07-16
## 0.5.0 - 2025-07-15
- Update embassy-rp to 0.5.0

View File

@ -1,6 +1,6 @@
[package]
name = "cyw43-pio"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "RP2040 PIO SPI implementation for cyw43"
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]

View File

@ -17,7 +17,7 @@ embassy-net-wiznet = { version = "0.2.0", path = "../../embassy-net-wiznet", fea
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
embassy-usb-logger = { version = "0.4.0", path = "../../embassy-usb-logger" }
cyw43 = { version = "0.4.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
cyw43-pio = { version = "0.5.0", path = "../../cyw43-pio", features = ["defmt"] }
cyw43-pio = { version = "0.5.1", path = "../../cyw43-pio", features = ["defmt"] }
defmt = "1.0.1"
defmt-rtt = "1.0.0"

View File

@ -17,7 +17,7 @@ embassy-net-wiznet = { version = "0.2.0", path = "../../embassy-net-wiznet", fea
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
embassy-usb-logger = { version = "0.4.0", path = "../../embassy-usb-logger" }
cyw43 = { version = "0.4.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
cyw43-pio = { version = "0.5.0", path = "../../cyw43-pio", features = ["defmt"] }
cyw43-pio = { version = "0.5.1", path = "../../cyw43-pio", features = ["defmt"] }
defmt = "1.0.1"
defmt-rtt = "1.0.0"