Cargo Features
[dependencies]
stm32f1-staging = { version = "0.17.1", default-features = false, features = ["rt", "atomics", "stm32f100", "stm32f101", "stm32f102", "stm32f103", "stm32f107", "critical-section", "defmt"] }
- default = critical-section, rt
-
These default features are set whenever
stm32f1-staging
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- atomics
-
Enables portable-atomic
- stm32f100
-
Affects
stm32f1-staging::stm32f100
… - stm32f101
-
Affects
stm32f1-staging::stm32f101
… - stm32f102
-
Affects
stm32f1-staging::stm32f102
… - stm32f103
-
Affects
stm32f1-staging::stm32f103
… - stm32f107
-
Affects
stm32f1-staging::stm32f107
…
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