Update dependencies and enhance README for RP2040 support

This commit is contained in:
2026-06-04 14:10:22 -05:00
parent 5b07c41f70
commit 5019a9add7
5 changed files with 1800 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
embassy-executor = { version = "0.7.0", features = ["task-arena-size-32768", "arch-cortex-m", "executor-thread", "executor-interrupt"] }
embassy-time = { version = "0.4.0", features = ["generic-queue-8"] }
embassy-rp = { version = "0.3.0", features = ["defmt", "unstable-pac", "time-driver", "critical-section-impl"] }
embassy-rp = { version = "0.3.0", features = ["defmt", "unstable-pac", "time-driver", "critical-section-impl", "rp2040"] }
embassy-net = { version = "0.6.0", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] }
embassy-sync = { version = "0.6.1" }
embassy-usb = { version = "0.4.0" }