Skip to content

Commit 1416d9e

Browse files
committed
Cargo.toml: add note about apparent feature discrepancy
1 parent e00a053 commit 1416d9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ micromath = "1.0.0"
6565
[features]
6666
device-selected = []
6767
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.
6870
stm32f401 = ["stm32f4/stm32f401", "device-selected"]
6971
stm32f405 = ["stm32f4/stm32f405", "device-selected"]
7072
stm32f407 = ["stm32f4/stm32f407", "device-selected"]

0 commit comments

Comments
 (0)