Cargo Features

embassy-boot-rp has no features set by default.

[dependencies]
embassy-boot-rp = { version = "0.3.0", features = ["defmt", "log"] }
defmt

Enables defmt and defmt of embassy-boot and embassy-rp

embassy-rp:

Enable defmt support and enables defmt debug-log messages and formatting in embassy drivers.

log

Enables log, log of embassy-boot and embassy-rp

embassy-boot-rp has 2 features without comments.