We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e00a053 + 1416d9e commit c252a7aCopy full SHA for c252a7a
Cargo.toml
@@ -65,6 +65,8 @@ micromath = "1.0.0"
65
[features]
66
device-selected = []
67
rt = ["stm32f4/rt"]
68
+# Note: stm32f4 has only one feature for some very similar device families,
69
+# so it's intended for e.g. stm32f405/415 to both enable stm32f4/stm32f405.
70
stm32f401 = ["stm32f4/stm32f401", "device-selected"]
71
stm32f405 = ["stm32f4/stm32f405", "device-selected"]
72
stm32f407 = ["stm32f4/stm32f407", "device-selected"]
0 commit comments