Cargo Features
embassy-boot-nrf has no features set by default.
[dependencies]
embassy-boot-nrf = { version = "0.3.0", features = ["defmt", "softdevice", "log"] }
- defmt
-
Enables defmt and defmt of embassy-boot and embassy-nrf
embassy-nrf:
Enable defmt
- softdevice = nrf-softdevice-mbr
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust
- nrf-softdevice-mbr softdevice?