Skip to content

Commit 76b3abb

Browse files
committed
fixup! Introduce new Cargo features generated with cube-parse
1 parent 9f1270a commit 76b3abb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ stm32l0x1 = ["stm32l0/stm32l0x1"]
5858
stm32l0x2 = ["stm32l0/stm32l0x2"]
5959
stm32l0x3 = ["stm32l0/stm32l0x3"]
6060

61+
# Legacy features (don't use those anymore)
62+
stm32l052 = ["stm32l0x2"]
63+
stm32l072 = ["stm32l0x2"]
64+
stm32l082 = ["stm32l0x2"]
65+
6166
# Features based on the GPIO peripheral version.
6267
# This determines the pin function mapping of the MCU.
6368
io-STM32L021 = []

0 commit comments

Comments
 (0)