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 whenever stm32wl is added without default-features = false somewhere in the dependency tree.

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.

cortex-m-rt rt