diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-01 09:25:24 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-01 09:25:24 +0000 |
| commit | 03737e4be478a3982f418ba74d45580a531c09e1 (patch) | |
| tree | c96278699e4e6eddd13bf0089bd28888429b3bcc /examples | |
| parent | 5659269c8fb2f7d03d4a903e4ad48c8268668f0a (diff) | |
| parent | bc34f3c60f83d4f1762864e3a070a501a94fc4e2 (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.toml | 2 |
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] |
| 8 | cyw43 = { path = "../../", features = ["defmt", "firmware-logs"] } | 8 | cyw43 = { path = "../../", features = ["defmt", "firmware-logs"] } |
| 9 | cyw43-pio = { path = "../../cyw43-pio" } | 9 | cyw43-pio = { path = "../../cyw43-pio", features = ["defmt"] } |
| 10 | embassy-executor = { version = "0.1.0", features = ["defmt", "integrated-timers", "executor-thread", "arch-cortex-m"] } | 10 | embassy-executor = { version = "0.1.0", features = ["defmt", "integrated-timers", "executor-thread", "arch-cortex-m"] } |
| 11 | embassy-time = { version = "0.1.0", features = ["defmt", "defmt-timestamp-uptime"] } | 11 | embassy-time = { version = "0.1.0", features = ["defmt", "defmt-timestamp-uptime"] } |
| 12 | embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] } | 12 | embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] } |
