Skip to content

Commit b8afe4f

Browse files
authored
Merge pull request #4958 from embassy-rs/release-rp
chore: release embassy-rp, cyw43 and cyw43-pio
2 parents 7ff2baf + e5651b8 commit b8afe4f

File tree

12 files changed

+24
-16
lines changed

12 files changed

+24
-16
lines changed

cyw43-pio/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- next-header -->
99
## Unreleased - ReleaseDate
1010

11+
## 0.9.0 - 2025-11-27
12+
1113
- Select pio program based on core clock speed #4792
1214

1315
## 0.8.0 - 2025-08-28

cyw43-pio/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cyw43-pio"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2024"
55
description = "RP2040 PIO SPI implementation for cyw43"
66
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
@@ -10,8 +10,8 @@ repository = "https://github.com/embassy-rs/embassy"
1010
documentation = "https://docs.embassy.dev/cyw43-pio"
1111

1212
[dependencies]
13-
cyw43 = { version = "0.5.0", path = "../cyw43" }
14-
embassy-rp = { version = "0.8.0", path = "../embassy-rp" }
13+
cyw43 = { version = "0.6.0", path = "../cyw43" }
14+
embassy-rp = { version = "0.9.0", path = "../embassy-rp" }
1515
fixed = "1.23.1"
1616
defmt = { version = "1.0.1", optional = true }
1717

cyw43/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- next-header -->
99
## Unreleased - ReleaseDate
1010

11+
## 0.6.0 - 2025-11-27
12+
1113
- Updated documentation for Control::join() #4678
1214
- Bump bt-hci to 0.6.0.
1315
- Add error handling to HCI transport implementation.

cyw43/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cyw43"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2024"
55
description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W."
66
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]

embassy-boot-rp/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- next-header -->
99
## Unreleased - ReleaseDate
1010

11+
## 0.9.0 - 2025-11-27
12+
1113
## 0.8.0 - 2025-08-26
1214

1315
## 0.1.1 - 2025-08-15

embassy-boot-rp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2024"
33
name = "embassy-boot-rp"
4-
version = "0.8.0"
4+
version = "0.9.0"
55
description = "Bootloader lib for RP2040 chips"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/embassy-rs/embassy"
@@ -31,7 +31,7 @@ defmt = { version = "1.0.1", optional = true }
3131
log = { version = "0.4", optional = true }
3232

3333
embassy-sync = { version = "0.7.2", path = "../embassy-sync" }
34-
embassy-rp = { version = "0.8.0", path = "../embassy-rp", default-features = false }
34+
embassy-rp = { version = "0.9.0", path = "../embassy-rp", default-features = false }
3535
embassy-boot = { version = "0.6.1", path = "../embassy-boot" }
3636
embassy-time = { version = "0.5.0", path = "../embassy-time" }
3737

embassy-rp/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- next-header -->
99
## Unreleased - ReleaseDate
1010

11+
## 0.9.0 - 2025-11-27
12+
1113
- Add documentation for pio `get_x` about autopush.
1214
- Fix several minor typos in documentation
1315
- Add PIO SPI

embassy-rp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embassy-rp"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 or RP235x microcontroller"

examples/boot/application/rp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ publish = false
99
embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
1010
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
1111
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [] }
12-
embassy-rp = { version = "0.8.0", path = "../../../../embassy-rp", features = ["time-driver", "rp2040"] }
13-
embassy-boot-rp = { version = "0.8.0", path = "../../../../embassy-boot-rp", features = [] }
12+
embassy-rp = { version = "0.9.0", path = "../../../../embassy-rp", features = ["time-driver", "rp2040"] }
13+
embassy-boot-rp = { version = "0.9.0", path = "../../../../embassy-boot-rp", features = [] }
1414
embassy-embedded-hal = { version = "0.5.0", path = "../../../../embassy-embedded-hal" }
1515

1616
defmt = "1.0.1"

examples/rp/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ embassy-embedded-hal = { version = "0.5.0", path = "../../embassy-embedded-hal",
1111
embassy-sync = { version = "0.7.2", path = "../../embassy-sync", features = ["defmt"] }
1212
embassy-executor = { version = "0.9.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] }
1313
embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
14-
embassy-rp = { version = "0.8.0", path = "../../embassy-rp", features = ["defmt", "unstable-pac", "time-driver", "critical-section-impl", "rp2040"] }
14+
embassy-rp = { version = "0.9.0", path = "../../embassy-rp", features = ["defmt", "unstable-pac", "time-driver", "critical-section-impl", "rp2040"] }
1515
embassy-usb = { version = "0.5.1", path = "../../embassy-usb", features = ["defmt"] }
1616
embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "icmp", "tcp", "udp", "raw", "dhcpv4", "medium-ethernet", "dns", "proto-ipv4", "proto-ipv6", "multicast"] }
1717
embassy-net-wiznet = { version = "0.2.1", path = "../../embassy-net-wiznet", features = ["defmt"] }
1818
embassy-futures = { version = "0.1.2", path = "../../embassy-futures" }
1919
embassy-usb-logger = { version = "0.5.1", path = "../../embassy-usb-logger" }
20-
cyw43 = { version = "0.5.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
21-
cyw43-pio = { version = "0.8.0", path = "../../cyw43-pio", features = ["defmt"] }
20+
cyw43 = { version = "0.6.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
21+
cyw43-pio = { version = "0.9.0", path = "../../cyw43-pio", features = ["defmt"] }
2222

2323
defmt = "1.0.1"
2424
defmt-rtt = "1.0.0"

0 commit comments

Comments
 (0)