Cargo Features
CYW43 has no features set by default.
[dependencies]
cyw43 = { version = "0.6.0", features = ["defmt", "log", "bluetooth", "firmware-logs"] }
- defmt
-
Enables defmt, defmt of embassy-time, defmt of optional bt-hci ^0.6.0 and defmt-03 of heapless ^0.8.0 and optional embedded-io-async ^0.6.0
embedded-io-async:
Bluetooth deps
- log
-
Enables log
- bluetooth
-
Enables bt-hci ^0.6.0 and embedded-io-async ^0.6.0
Affects
cyw43::bluetooth,cyw43::new_with_bluetooth… - firmware-logs
-
Fetch console logs from the WiFi firmware and forward them to
logordefmt.