Skip to content

Commit eff7f30

Browse files
burrbullTheZoq2
authored andcommitted
device features (#90)
1 parent ecbe3d9 commit eff7f30

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ stm32f100 = ["stm32f1/stm32f100", "device-selected"]
9292
stm32f101 = ["stm32f1/stm32f101", "device-selected"]
9393
stm32f103 = ["stm32f1/stm32f103", "device-selected"]
9494

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+
95102
[profile.dev]
96103
incremental = false
97104
codegen-units = 1

0 commit comments

Comments
 (0)