cyw43-pio: add overclock feature flag.

This commit is contained in:
Dario Nieuwenhuis
2023-05-14 23:02:49 +02:00
parent 8800caa216
commit db907a914c
4 changed files with 60 additions and 31 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
cyw43 = { path = "../../", features = ["defmt", "firmware-logs"] }
cyw43-pio = { path = "../../cyw43-pio", features = ["defmt"] }
cyw43-pio = { path = "../../cyw43-pio", features = ["defmt", "overclock"] }
embassy-executor = { version = "0.2.0", features = ["defmt", "integrated-timers", "executor-thread", "arch-cortex-m"] }
embassy-time = { version = "0.1.0", features = ["defmt", "defmt-timestamp-uptime"] }
embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-traits", "nightly", "unstable-pac", "time-driver"] }
@ -48,7 +48,7 @@ debug = 1
debug-assertions = false
incremental = false
lto = 'fat'
opt-level = 'z'
opt-level = 's'
overflow-checks = false
# do not optimize proc-macro crates = faster builds from scratch