Cargo Features
[dependencies]
efm32jg1b-pac = { version = "0.1.4", default-features = false, features = ["rt", "critical-section", "efm32jg1b100", "efm32jg1b200"] }
- default = rt
-
The
rt
feature is set by default wheneverefm32jg1b-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
- efm32jg1b100
-
Affects
efm32jg1b-pac::efm32jg1b100
… - efm32jg1b200
-
Affects
efm32jg1b-pac::efm32jg1b200
…
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.