Cargo Features

[dependencies]
stm32f7-staging = { version = "0.16.0", default-features = false, features = ["rt", "atomics", "stm32f730", "stm32f745", "stm32f750", "stm32f765", "stm32f7x2", "stm32f7x3", "stm32f7x6", "stm32f7x7", "stm32f7x9", "critical-section", "defmt"] }
default = critical-section, rt

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

rt default

Enables device of cortex-m-rt

atomics

Enables portable-atomic

stm32f730

Affects stm32f7-staging::stm32f730

stm32f745

Affects stm32f7-staging::stm32f745

stm32f750

Affects stm32f7-staging::stm32f750

stm32f765

Affects stm32f7-staging::stm32f765

stm32f7x2

Affects stm32f7-staging::stm32f7x2

stm32f7x3

Affects stm32f7-staging::stm32f7x3

stm32f7x6

Affects stm32f7-staging::stm32f7x6

stm32f7x7

Affects stm32f7-staging::stm32f7x7

stm32f7x9

Affects stm32f7-staging::stm32f7x9

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