Bump embassy, esp versions

This commit is contained in:
2026-06-04 04:11:37 -07:00
parent 9f9f674abb
commit ac594a3d1f
3 changed files with 369 additions and 141 deletions
+5 -9
View File
@@ -13,24 +13,20 @@ critical-section = "1.2.0"
defmt = "1.1.0"
static_cell = "2.1.1"
embassy-executor = { version = "0.9.1", features = ["defmt"] }
embassy-executor = { version = "0.10.0", features = ["defmt"] }
embassy-time = { version = "0.5.0", features = ["defmt"] }
embassy-usb = { version = "0.6.0", features = ["defmt"] }
usbd-hid = "0.10.0"
esp-alloc = { version = "0.9.0", features = ["defmt"] }
esp-bootloader-esp-idf = { version = "0.4.0", features = ["defmt", "esp32s3"] }
esp-hal = { version = "~1.0", features = ["defmt", "esp32s3", "unstable"] }
esp-alloc = { version = "0.10.0", features = ["defmt", "esp32s3"] }
esp-bootloader-esp-idf = { version = "0.5.0", features = ["defmt", "esp32s3"] }
esp-hal = { version = "~1.1", features = ["defmt", "esp32s3", "unstable"] }
esp-println = { version = "0.17.0", features = ["colors",
"defmt-espflash",
"esp32s3",
"uart"], default-features = false
}
esp-rtos = { version = "0.2.0", features = ["defmt",
"embassy",
"esp-alloc",
"esp32s3",
] }
esp-rtos = { version = "0.3.0", features = ["defmt", "embassy", "esp-alloc", "esp32s3"] }
ws2812-rs = "0.3.1"