Cargo Features
[dependencies]
cu-bdshot = { version = "0.13.0", default-features = false, features = ["rp2350", "defmt", "stm32h7", "messages-only", "textlogs"] }
- default = messages-only
-
The
messages-onlyfeature is set by default whenevercu-bdshotis added withoutsomewhere in the dependency tree.default-features = false - 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