Cargo Features

CYW43 has no features set by default.

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

Enables defmt, defmt of embassy-time, defmt of optional bt-hci and defmt-03 of heapless and optional embedded-io-async

embedded-io-async:

Bluetooth deps

log

Enables log

bluetooth

Enables bt-hci and embedded-io-async

Affects cyw43::bluetooth, cyw43::new_with_bluetooth

firmware-logs

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