Cargo Features

[dependencies]
stm32h7-staging = { version = "0.16.0", default-features = false, features = ["rt", "atomics", "stm32h735", "stm32h743", "stm32h743v", "stm32h747cm4", "stm32h747cm7", "stm32h753", "stm32h753v", "stm32h7b3", "stm32h7r", "stm32h7s", "critical-section", "defmt"] }
default = critical-section, rt

These default features are set whenever stm32h7-staging is added without default-features = false somewhere in the dependency tree.

rt default

Enables device of cortex-m-rt

atomics

Enables portable-atomic

stm32h735

Affects stm32h7-staging::stm32h735

stm32h743

Affects stm32h7-staging::stm32h743

stm32h743v

Affects stm32h7-staging::stm32h743v

stm32h747cm4

Affects stm32h7-staging::stm32h747cm4

stm32h747cm7

Affects stm32h7-staging::stm32h747cm7

stm32h753

Affects stm32h7-staging::stm32h753

stm32h753v

Affects stm32h7-staging::stm32h753v

stm32h7b3

Affects stm32h7-staging::stm32h7b3

stm32h7r

Affects stm32h7-staging::stm32h7r

stm32h7s

Affects stm32h7-staging::stm32h7s

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.

critical-section default
cortex-m-rt rt
defmt implicit feature