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