Skip to content

Commit a8fab90

Browse files
authored
Merge pull request #91 from gfroerli/mcu-feature-warning
Cargo.toml: Add usage warning to MCU feature comment
2 parents d5876a5 + c742cfd commit a8fab90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ wlcsp36 = []
9595
wlcsp49 = []
9696

9797
# 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!
98101
mcu-STM32L010C6Tx = ["io-STM32L031", "lqfp48"]
99102
mcu-STM32L010F4Px = ["io-STM32L021", "tssop20"]
100103
mcu-STM32L010K4Tx = ["io-STM32L021", "lqfp32"]

0 commit comments

Comments
 (0)