Cargo Features
[dependencies]
stm32l0 = { version = "0.15.1", default-features = false, features = ["rt", "stm32l0x0", "stm32l0x1", "stm32l0x2", "stm32l0x3"] }
- default = rt
-
The
rt
feature is set by default wheneverstm32l0
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- stm32l0x0
-
Affects
stm32l0::stm32l0x0
… - stm32l0x1
-
Affects
stm32l0::stm32l0x1
… - stm32l0x2
-
Affects
stm32l0::stm32l0x2
… - stm32l0x3
-
Affects
stm32l0::stm32l0x3
…
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.