Cargo Features

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

[dependencies]
embassy-boot-stm32 = { version = "0.7.0", features = ["defmt", "log"] }
defmt

Enables defmt and defmt of embassy-boot and embassy-stm32

embassy-stm32:

Use defmt for logging

log

Enables log and log of embassy-boot and embassy-stm32

embassy-stm32:

Use log for logging

embassy-boot-stm32 has 2 features without comments.