Update cyw43, nrf, rp hals and embassy-boot

This commit is contained in:
Ulf Lilleengen
2025-01-06 09:22:09 +01:00
parent 953288f5c8
commit de27d9cd00
20 changed files with 27 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
embassy-executor = { version = "0.7.0", path = "../../../embassy-executor", features = ["defmt", "arch-cortex-m", "executor-thread"] }
embassy-time = { version = "0.4.0", path = "../../../embassy-time", features = ["defmt"] }
embassy-nrf = { version = "0.2.0", path = "../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] }
embassy-nrf = { version = "0.3.0", path = "../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] }
defmt = "0.3"
defmt-rtt = "0.3"