aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-01 09:25:24 +0000
committerGitHub <[email protected]>2023-05-01 09:25:24 +0000
commit03737e4be478a3982f418ba74d45580a531c09e1 (patch)
treec96278699e4e6eddd13bf0089bd28888429b3bcc /examples
parent5659269c8fb2f7d03d4a903e4ad48c8268668f0a (diff)
parentbc34f3c60f83d4f1762864e3a070a501a94fc4e2 (diff)
Merge pull request #73 from daniel-larsen/master
cyw43-pio optional feature for defmt
Diffstat (limited to 'examples')
-rw-r--r--examples/rpi-pico-w/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpi-pico-w/Cargo.toml b/examples/rpi-pico-w/Cargo.toml
index 970db089d..8df65e188 100644
--- a/examples/rpi-pico-w/Cargo.toml
+++ b/examples/rpi-pico-w/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6 6
7[dependencies] 7[dependencies]
8cyw43 = { path = "../../", features = ["defmt", "firmware-logs"] } 8cyw43 = { path = "../../", features = ["defmt", "firmware-logs"] }
9cyw43-pio = { path = "../../cyw43-pio" } 9cyw43-pio = { path = "../../cyw43-pio", features = ["defmt"] }
10embassy-executor = { version = "0.1.0", features = ["defmt", "integrated-timers", "executor-thread", "arch-cortex-m"] } 10embassy-executor = { version = "0.1.0", features = ["defmt", "integrated-timers", "executor-thread", "arch-cortex-m"] }
11embassy-time = { version = "0.1.0", features = ["defmt", "defmt-timestamp-uptime"] } 11embassy-time = { version = "0.1.0", features = ["defmt", "defmt-timestamp-uptime"] }
12embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] } 12embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] }