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 c18eb55 + 61ff2dc commit 1cc25e9Copy full SHA for 1cc25e9
Cargo.toml
@@ -65,12 +65,14 @@ stm32l082 = ["stm32l0x2"]
65
66
# Features based on the GPIO peripheral version.
67
# This determines the pin function mapping of the MCU.
68
+# The features correspond to the product categories.
69
+#
70
# Note: The easiest way to pick the proper io-* feature is to apply
71
# the matching mcu-* feature for your MCU!
-io-STM32L021 = []
-io-STM32L031 = []
72
-io-STM32L051 = []
73
-io-STM32L071 = []
+io-STM32L021 = [] # Product category 1
+io-STM32L031 = [] # Product category 2
74
+io-STM32L051 = [] # Product category 3
75
+io-STM32L071 = [] # Product category 5
76
77
# Physical packages
78
ewlcsp49 = []
0 commit comments