Skip to content

Commit b00daaf

Browse files
committed
rp/pio: Update cyw43-pio to use new version of embassy-rp
1 parent 3729139 commit b00daaf

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

cyw43-pio/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Update embassy-rp to 0.4.0
11+
1012
## 0.3.0 - 2025-01-05
1113

1214
- Update embassy-time to 0.4.0

cyw43-pio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cyw43-pio"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "RP2040 PIO SPI implementation for cyw43"
66
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
@@ -11,7 +11,7 @@ documentation = "https://docs.embassy.dev/cyw43-pio"
1111

1212
[dependencies]
1313
cyw43 = { version = "0.3.0", path = "../cyw43" }
14-
embassy-rp = { version = "0.3.0", path = "../embassy-rp" }
14+
embassy-rp = { version = "0.4.0", path = "../embassy-rp" }
1515
fixed = "1.23.1"
1616
defmt = { version = "0.3", optional = true }
1717

examples/rp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ embassy-net-wiznet = { version = "0.2.0", path = "../../embassy-net-wiznet", fea
1717
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
1818
embassy-usb-logger = { version = "0.4.0", path = "../../embassy-usb-logger" }
1919
cyw43 = { version = "0.3.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
20-
cyw43-pio = { version = "0.3.0", path = "../../cyw43-pio", features = ["defmt"] }
20+
cyw43-pio = { version = "0.4.0", path = "../../cyw43-pio", features = ["defmt"] }
2121

2222
defmt = "0.3"
2323
defmt-rtt = "0.4"

examples/rp235x/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ embassy-net-wiznet = { version = "0.2.0", path = "../../embassy-net-wiznet", fea
1717
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
1818
embassy-usb-logger = { version = "0.4.0", path = "../../embassy-usb-logger" }
1919
cyw43 = { version = "0.3.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
20-
cyw43-pio = { version = "0.3.0", path = "../../cyw43-pio", features = ["defmt"] }
20+
cyw43-pio = { version = "0.4.0", path = "../../cyw43-pio", features = ["defmt"] }
2121

2222
defmt = "0.3"
2323
defmt-rtt = "0.4"

0 commit comments

Comments
 (0)