Cargo Features

[dependencies]
stm32h7 = { version = "0.15.1", default-features = false, features = ["rt", "stm32h735", "stm32h743", "stm32h743v", "stm32h747cm4", "stm32h747cm7", "stm32h753", "stm32h753v", "stm32h7b3"] }
default = rt

The rt feature is set by default whenever stm32h7 is added without default-features = false somewhere in the dependency tree.

rt default

Enables device of cortex-m-rt

stm32h735

Affects stm32h7::stm32h735

stm32h743

Affects stm32h7::stm32h743

stm32h743v

Affects stm32h7::stm32h743v

stm32h747cm4

Affects stm32h7::stm32h747cm4

stm32h747cm7

Affects stm32h7::stm32h747cm7

stm32h753

Affects stm32h7::stm32h753

stm32h753v

Affects stm32h7::stm32h753v

stm32h7b3

Affects stm32h7::stm32h7b3

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