Skip to content

Commit 1bf9748

Browse files
committed
Remove unused crates
1 parent 2ea30ff commit 1bf9748

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ embassy-sync = { version = "0.6.0", features = ["defmt"] }
2222
embassy-time = { version = "0.3.0", features = ["defmt", "defmt-timestamp-uptime"] }
2323

2424
embassy-rp = { version = "0.2.0", features = ["defmt", "unstable-pac", "time-driver", "critical-section-impl"] }
25-
## need these for pio
26-
pio-proc = "0.2.2"
27-
pio = "0.2.1"
28-
## USB + logging via USB support (note: embassy-usb-logger requires portable-atomic with critical-section feature enabled)
29-
embassy-usb-driver = { version = "0.1.0", features = ["defmt"] }
30-
embassy-usb-logger = { version = "0.2.0" }
31-
log = "0.4"
3225
## network support
3326
embassy-net = { version = "0.4.0", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] }
3427
## pico-w support

0 commit comments

Comments
 (0)