Add feature to display console logs from the wifi firmware.

This commit is contained in:
Dario Nieuwenhuis
2022-12-25 22:50:27 +01:00
parent 42cc0c6d73
commit 076ada4c02
4 changed files with 111 additions and 1 deletions

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
cyw43 = { path = "../../", features = ["defmt"]}
cyw43 = { path = "../../", features = ["defmt", "firmware-logs"]}
embassy-executor = { version = "0.1.0", features = ["defmt", "integrated-timers"] }
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"] }