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 d5876a5 + c742cfd commit a8fab90Copy full SHA for a8fab90
Cargo.toml
@@ -95,6 +95,9 @@ wlcsp36 = []
95
wlcsp49 = []
96
97
# MCUs
98
+#
99
+# Note: These are just aliases for the proper io-* feature and physical
100
+# package. Do *not* use these features in any `cfg` attributes in the HAL!
101
mcu-STM32L010C6Tx = ["io-STM32L031", "lqfp48"]
102
mcu-STM32L010F4Px = ["io-STM32L021", "tssop20"]
103
mcu-STM32L010K4Tx = ["io-STM32L021", "lqfp32"]
0 commit comments