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 ddad38f commit 7190153Copy full SHA for 7190153
CI/update/stm32variant.py
@@ -61,7 +61,7 @@
61
mcu_refname = ""
62
mcu_flash = []
63
mcu_ram = []
64
-legacy_hal = {"CAN": ["F0", "F1", "F2", "F3", "F4", "F7", "L4"], "ETH": ["F4", "H7"]}
+legacy_hal = {"CAN": ["F0", "F1", "F2", "F3", "F4", "F7", "L4"], "ETH": ["F4", "F7", "H7"]}
65
# Cube information
66
product_line_dict = {}
67
0 commit comments