Skip to content

Commit c252a7a

Browse files
Merge #200
200: Cargo.toml: add note about apparent feature discrepancy r=therealprof a=birkenfeld Co-authored-by: Georg Brandl <[email protected]>
2 parents e00a053 + 1416d9e commit c252a7a

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)