Cargo Features

CYW43 has no features set by default.

[dependencies]
cyw43 = { version = "0.2.0", features = ["defmt", "log", "firmware-logs"] }
defmt

Enables defmt, defmt of embassy-time and defmt-03 of heapless

heapless:

Implement defmt::Format from defmt v0.3

log

Enables log

firmware-logs

Fetch console logs from the WiFi firmware and forward them to log or defmt.