Update dependencies and enhance README for RP2040 support
This commit is contained in:
+1
-1
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user