aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
author9names <[email protected]>2024-08-05 21:15:35 +1000
committer9names <[email protected]>2024-08-05 22:18:04 +1000
commitdc77601e9f6f78dc7681e427a66ba8314c96e535 (patch)
treeed5603d97666a1ef36812039d8da2de6d491873f /examples
parent819d1efb5b34adc0e114444b4cd0a771dd26d8e9 (diff)
Update rp examples to cyw43 0.2 and cyw43-pio 0.2
Diffstat (limited to 'examples')
-rw-r--r--examples/rp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 5ed51a5c0..4945f4bd2 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -16,8 +16,8 @@ embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defm
16embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] } 16embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] }
17embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 17embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
18embassy-usb-logger = { version = "0.2.0", path = "../../embassy-usb-logger" } 18embassy-usb-logger = { version = "0.2.0", path = "../../embassy-usb-logger" }
19cyw43 = { version = "0.1.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] } 19cyw43 = { version = "0.2.0", path = "../../cyw43", features = ["defmt", "firmware-logs"] }
20cyw43-pio = { version = "0.1.0", path = "../../cyw43-pio", features = ["defmt", "overclock"] } 20cyw43-pio = { version = "0.2.0", path = "../../cyw43-pio", features = ["defmt", "overclock"] }
21 21
22defmt = "0.3" 22defmt = "0.3"
23defmt-rtt = "0.4" 23defmt-rtt = "0.4"