Cargo Features
[dependencies]
efm32jg12b-pac = { version = "0.1.4", default-features = false, features = ["rt", "critical-section", "efm32jg12b500"] }
- default = rt
-
The
rt
feature is set by default wheneverefm32jg12b-pac
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- critical-section
-
Enables critical-section
- efm32jg12b500
-
Affects
efm32jg12b-pac::efm32jg12b500
…
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.