diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-14 23:02:49 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-14 23:02:49 +0200 |
| commit | db907a914c7e84176a15da70385af871c9b97cf6 (patch) | |
| tree | 7662420e7adf863ce061eda537c0e694afabb4e1 /examples | |
| parent | 8800caa216f2c90b7d998280a54dddf14e97e318 (diff) | |
cyw43-pio: add `overclock` feature flag.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rpi-pico-w/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rpi-pico-w/Cargo.toml b/examples/rpi-pico-w/Cargo.toml index d972bf5a5..525e934f4 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", features = ["defmt"] } | 9 | cyw43-pio = { path = "../../cyw43-pio", features = ["defmt", "overclock"] } |
| 10 | embassy-executor = { version = "0.2.0", features = ["defmt", "integrated-timers", "executor-thread", "arch-cortex-m"] } | 10 | embassy-executor = { version = "0.2.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"] } |
| @@ -48,7 +48,7 @@ debug = 1 | |||
| 48 | debug-assertions = false | 48 | debug-assertions = false |
| 49 | incremental = false | 49 | incremental = false |
| 50 | lto = 'fat' | 50 | lto = 'fat' |
| 51 | opt-level = 'z' | 51 | opt-level = 's' |
| 52 | overflow-checks = false | 52 | overflow-checks = false |
| 53 | 53 | ||
| 54 | # do not optimize proc-macro crates = faster builds from scratch | 54 | # do not optimize proc-macro crates = faster builds from scratch |
