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 fb0e559 commit 9f1270aCopy full SHA for 9f1270a
Cargo.toml
@@ -52,8 +52,8 @@ usbd-serial = "0.1.0"
52
rt = ["stm32l0/rt"]
53
disable-linker-script = []
54
55
-# PAC families
56
-# (Warning: Some peripherals, e.g. GPIO, don't follow this family grouping.)
+# STM32L0 subfamilies
+# (Warning: Some peripherals, e.g. GPIO, don't follow this subfamily grouping.)
57
stm32l0x1 = ["stm32l0/stm32l0x1"]
58
stm32l0x2 = ["stm32l0/stm32l0x2"]
59
stm32l0x3 = ["stm32l0/stm32l0x3"]
0 commit comments