Cargo Features

[dependencies]
bb-flasher-bcf = { version = "1.0.0", default-features = false, features = ["cc1352p7", "msp430"] }
default = cc1352p7

The cc1352p7 feature is set by default whenever bb-flasher-bcf is added without default-features = false somewhere in the dependency tree.

cc1352p7 default

Enables serialport

Affects bb-flasher-bcf::cc1352p7

msp430

Enables hidapi

Affects bb-flasher-bcf::msp430