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.
1 parent 9f1270a commit 76b3abbCopy full SHA for 76b3abb
Cargo.toml
@@ -58,6 +58,11 @@ stm32l0x1 = ["stm32l0/stm32l0x1"]
58
stm32l0x2 = ["stm32l0/stm32l0x2"]
59
stm32l0x3 = ["stm32l0/stm32l0x3"]
60
61
+# Legacy features (don't use those anymore)
62
+stm32l052 = ["stm32l0x2"]
63
+stm32l072 = ["stm32l0x2"]
64
+stm32l082 = ["stm32l0x2"]
65
+
66
# Features based on the GPIO peripheral version.
67
# This determines the pin function mapping of the MCU.
68
io-STM32L021 = []
0 commit comments