Cargo Features

[dependencies]
cu-bdshot = { version = "0.13.0", default-features = false, features = ["rp2350", "defmt", "stm32h7", "messages-only", "textlogs"] }
default = messages-only

The messages-only feature is set by default whenever cu-bdshot is added without default-features = false somewhere in the dependency tree.

rp2350

Enables pio and rp235x-hal

Affects board::rp2350, cu-bdshot::RpBdshotBridge

defmt stm32h7?

Enables defmt of stm32h7xx-hal

stm32h7 = defmt

Enables stm32h7xx-hal

Affects board::stm32, cu-bdshot::Stm32BdshotBridge

messages-only default
textlogs

Enables textlogs of cu29