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 ecbe3d9 commit eff7f30Copy full SHA for eff7f30
Cargo.toml
@@ -92,6 +92,13 @@ stm32f100 = ["stm32f1/stm32f100", "device-selected"]
92
stm32f101 = ["stm32f1/stm32f101", "device-selected"]
93
stm32f103 = ["stm32f1/stm32f103", "device-selected"]
94
95
+# Devices with 64 or 128 Kb ROM
96
+medium = []
97
+# Devices with 256 or 512 Kb ROM
98
+high = ["medium"]
99
+# Devices with 768 Kb ROM or more
100
+xl = ["high"]
101
+
102
[profile.dev]
103
incremental = false
104
codegen-units = 1
0 commit comments