Cargo Features
[dependencies]
stm32f3-staging = { version = "0.16.0", default-features = false, features = ["rt", "atomics", "stm32f301", "stm32f302", "stm32f303", "stm32f373", "stm32f3x4", "critical-section", "defmt"] }
- default = critical-section, rt
-
These default features are set whenever
stm32f3-staging
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- atomics
-
Enables portable-atomic
- stm32f301
-
Affects
stm32f3-staging::stm32f301
… - stm32f302
-
Affects
stm32f3-staging::stm32f302
… - stm32f303
-
Affects
stm32f3-staging::stm32f303
… - stm32f373
-
Affects
stm32f3-staging::stm32f373
… - stm32f3x4
-
Affects
stm32f3-staging::stm32f3x4
…
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