mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 04:10:25 +00:00
fix: remaining versions
This commit is contained in:
parent
83f2557eac
commit
df112a83f0
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
<!-- next-header -->
|
||||
## Unreleased - ReleaseDate
|
||||
|
||||
## 0.7.0 - 2025-08-26
|
||||
|
||||
## 0.6.1 - 2025-08-26
|
||||
|
||||
## 0.6.0 - 2025-08-04
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cyw43-pio"
|
||||
version = "0.6.1"
|
||||
version = "0.7.0"
|
||||
edition = "2021"
|
||||
description = "RP2040 PIO SPI implementation for cyw43"
|
||||
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
|
||||
|
@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
<!-- next-header -->
|
||||
## Unreleased - ReleaseDate
|
||||
|
||||
## 0.8.0 - 2025-08-26
|
||||
|
||||
## 0.7.0 - 2025-08-26
|
||||
|
||||
## 0.7.1 - 2025-08-26
|
||||
|
||||
## 0.1.1 - 2025-08-15
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "embassy-boot-nrf"
|
||||
version = "0.7.1"
|
||||
version = "0.8.0"
|
||||
description = "Bootloader lib for nRF chips"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/embassy-rs/embassy"
|
||||
|
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
<!-- next-header -->
|
||||
## Unreleased - ReleaseDate
|
||||
|
||||
## 0.8.0 - 2025-08-26
|
||||
|
||||
## 0.7.1 - 2025-08-26
|
||||
|
||||
## 0.1.1 - 2025-08-15
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "embassy-boot-rp"
|
||||
version = "0.7.1"
|
||||
version = "0.8.0"
|
||||
description = "Bootloader lib for RP2040 chips"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/embassy-rs/embassy"
|
||||
|
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
<!-- next-header -->
|
||||
## Unreleased - ReleaseDate
|
||||
|
||||
## 0.6.0 - 2025-08-26
|
||||
|
||||
## 0.5.1 - 2025-08-26
|
||||
|
||||
## 0.1.1 - 2025-08-15
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "embassy-boot-stm32"
|
||||
version = "0.5.1"
|
||||
version = "0.6.0"
|
||||
description = "Bootloader lib for STM32 chips"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/embassy-rs/embassy"
|
||||
|
@ -11,7 +11,7 @@ embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", f
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [] }
|
||||
embassy-nrf = { version = "0.7.0", path = "../../../../embassy-nrf", features = ["time-driver-rtc1", "gpiote", ] }
|
||||
embassy-boot = { version = "0.6.1", path = "../../../../embassy-boot", features = [] }
|
||||
embassy-boot-nrf = { version = "0.7.1", path = "../../../../embassy-boot-nrf", features = [] }
|
||||
embassy-boot-nrf = { version = "0.8.0", path = "../../../../embassy-boot-nrf", features = [] }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
|
||||
defmt = { version = "1.0.1", optional = true }
|
||||
|
@ -10,7 +10,7 @@ embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
|
||||
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [] }
|
||||
embassy-rp = { version = "0.8.0", path = "../../../../embassy-rp", features = ["time-driver", "rp2040"] }
|
||||
embassy-boot-rp = { version = "0.7.1", path = "../../../../embassy-boot-rp", features = [] }
|
||||
embassy-boot-rp = { version = "0.8.0", path = "../../../../embassy-boot-rp", features = [] }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
|
||||
defmt = "1.0.1"
|
||||
|
@ -10,7 +10,7 @@ embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
|
||||
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] }
|
||||
embassy-stm32 = { version = "0.4.0", path = "../../../../embassy-stm32", features = ["stm32f303re", "time-driver-any", "exti"] }
|
||||
embassy-boot-stm32 = { version = "0.5.1", path = "../../../../embassy-boot-stm32" }
|
||||
embassy-boot-stm32 = { version = "0.6.0", path = "../../../../embassy-boot-stm32" }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
|
||||
defmt = { version = "1.0.1", optional = true }
|
||||
|
@ -10,7 +10,7 @@ embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
|
||||
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] }
|
||||
embassy-stm32 = { version = "0.4.0", path = "../../../../embassy-stm32", features = ["stm32f767zi", "time-driver-any", "exti", "single-bank"] }
|
||||
embassy-boot-stm32 = { version = "0.5.1", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-boot-stm32 = { version = "0.6.0", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
|
||||
defmt = { version = "1.0.1", optional = true }
|
||||
|
@ -10,7 +10,7 @@ embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
|
||||
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] }
|
||||
embassy-stm32 = { version = "0.4.0", path = "../../../../embassy-stm32", features = ["stm32h743zi", "time-driver-any", "exti"] }
|
||||
embassy-boot-stm32 = { version = "0.5.1", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-boot-stm32 = { version = "0.6.0", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
|
||||
defmt = { version = "1.0.1", optional = true }
|
||||
|
@ -10,7 +10,7 @@ embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
|
||||
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] }
|
||||
embassy-stm32 = { version = "0.4.0", path = "../../../../embassy-stm32", features = ["stm32l072cz", "time-driver-any", "exti", "memory-x"] }
|
||||
embassy-boot-stm32 = { version = "0.5.1", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-boot-stm32 = { version = "0.6.0", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
|
||||
defmt = { version = "1.0.1", optional = true }
|
||||
|
@ -10,7 +10,7 @@ embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
|
||||
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] }
|
||||
embassy-stm32 = { version = "0.4.0", path = "../../../../embassy-stm32", features = ["stm32l151cb-a", "time-driver-any", "exti"] }
|
||||
embassy-boot-stm32 = { version = "0.5.1", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-boot-stm32 = { version = "0.6.0", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
|
||||
defmt = { version = "1.0.1", optional = true }
|
||||
|
@ -10,7 +10,7 @@ embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
|
||||
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] }
|
||||
embassy-stm32 = { version = "0.4.0", path = "../../../../embassy-stm32", features = ["stm32l475vg", "time-driver-any", "exti"] }
|
||||
embassy-boot-stm32 = { version = "0.5.1", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-boot-stm32 = { version = "0.6.0", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
|
||||
defmt = { version = "1.0.1", optional = true }
|
||||
|
@ -10,7 +10,7 @@ embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
|
||||
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] }
|
||||
embassy-stm32 = { version = "0.4.0", path = "../../../../embassy-stm32", features = ["stm32wb55rg", "time-driver-any", "exti"] }
|
||||
embassy-boot-stm32 = { version = "0.5.1", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-boot-stm32 = { version = "0.6.0", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
embassy-usb = { version = "0.5.1", path = "../../../../embassy-usb" }
|
||||
embassy-usb-dfu = { version = "0.1.1", path = "../../../../embassy-usb-dfu", features = ["application", "cortex-m"] }
|
||||
|
@ -10,7 +10,7 @@ embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
|
||||
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] }
|
||||
embassy-stm32 = { version = "0.4.0", path = "../../../../embassy-stm32", features = ["stm32wba65ri", "time-driver-any", "exti"] }
|
||||
embassy-boot-stm32 = { version = "0.5.1", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-boot-stm32 = { version = "0.6.0", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
embassy-usb = { version = "0.5.1", path = "../../../../embassy-usb" }
|
||||
embassy-usb-dfu = { version = "0.1.1", path = "../../../../embassy-usb-dfu", features = ["application", "cortex-m"] }
|
||||
|
@ -10,7 +10,7 @@ embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
|
||||
embassy-executor = { version = "0.9.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
|
||||
embassy-time = { version = "0.5.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] }
|
||||
embassy-stm32 = { version = "0.4.0", path = "../../../../embassy-stm32", features = ["stm32wl55jc-cm4", "time-driver-any", "exti"] }
|
||||
embassy-boot-stm32 = { version = "0.5.1", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-boot-stm32 = { version = "0.6.0", path = "../../../../embassy-boot-stm32", features = [] }
|
||||
embassy-embedded-hal = { version = "0.4.1", path = "../../../../embassy-embedded-hal" }
|
||||
|
||||
defmt = { version = "1.0.1", optional = true }
|
||||
|
@ -18,7 +18,7 @@ embassy-net-wiznet = { version = "0.2.1", path = "../../embassy-net-wiznet", fea
|
||||
embassy-futures = { version = "0.1.2", path = "../../embassy-futures" }
|
||||
embassy-usb-logger = { version = "0.5.1", path = "../../embassy-usb-logger" }
|
||||
cyw43 = { version = "0.4.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
|
||||
cyw43-pio = { version = "0.6.0", path = "../../cyw43-pio", features = ["defmt"] }
|
||||
cyw43-pio = { version = "0.7.0", path = "../../cyw43-pio", features = ["defmt"] }
|
||||
|
||||
defmt = "1.0.1"
|
||||
defmt-rtt = "1.0.0"
|
||||
|
@ -18,7 +18,7 @@ embassy-net-wiznet = { version = "0.2.1", path = "../../embassy-net-wiznet", fea
|
||||
embassy-futures = { version = "0.1.2", path = "../../embassy-futures" }
|
||||
embassy-usb-logger = { version = "0.5.1", path = "../../embassy-usb-logger" }
|
||||
cyw43 = { version = "0.4.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
|
||||
cyw43-pio = { version = "0.6.0", path = "../../cyw43-pio", features = ["defmt"] }
|
||||
cyw43-pio = { version = "0.7.0", path = "../../cyw43-pio", features = ["defmt"] }
|
||||
|
||||
defmt = "1.0.1"
|
||||
defmt-rtt = "1.0.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user