mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
chore: Release cyw43-pio version 0.5.1
This commit is contained in:
parent
6810889ff1
commit
1dd8c2a745
@ -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
|
||||
|
@ -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"]
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user