Cargo Features

[dependencies]
stm32f0 = { version = "0.16.0", default-features = false, features = ["rt", "atomics", "stm32f0x0", "stm32f0x1", "stm32f0x2", "stm32f0x8", "critical-section", "defmt"] }
default = critical-section, rt

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

rt default

Enables device of cortex-m-rt

atomics

Enables portable-atomic

stm32f0x0

Affects stm32f0::stm32f0x0

stm32f0x1

Affects stm32f0::stm32f0x1

stm32f0x2

Affects stm32f0::stm32f0x2

stm32f0x8

Affects stm32f0::stm32f0x8

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