Cargo Features
[dependencies]
stm32f7 = { version = "0.15.1", default-features = false, features = ["rt", "stm32f730", "stm32f745", "stm32f750", "stm32f765", "stm32f7x2", "stm32f7x3", "stm32f7x6", "stm32f7x7", "stm32f7x9"] }
- default = rt
-
The
rt
feature is set by default wheneverstm32f7
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- stm32f730
-
Affects
stm32f7::stm32f730
… - stm32f745
-
Affects
stm32f7::stm32f745
… - stm32f750
-
Affects
stm32f7::stm32f750
… - stm32f765
-
Affects
stm32f7::stm32f765
… - stm32f7x2
-
Affects
stm32f7::stm32f7x2
… - stm32f7x3
-
Affects
stm32f7::stm32f7x3
… - stm32f7x6
-
Affects
stm32f7::stm32f7x6
… - stm32f7x7
-
Affects
stm32f7::stm32f7x7
… - stm32f7x9
-
Affects
stm32f7::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.