Skip to content

Commit 7190153

Browse files
committed
ci(stm32variant): add F7 ethernet legacy support
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent ddad38f commit 7190153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/update/stm32variant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
mcu_refname = ""
6262
mcu_flash = []
6363
mcu_ram = []
64-
legacy_hal = {"CAN": ["F0", "F1", "F2", "F3", "F4", "F7", "L4"], "ETH": ["F4", "H7"]}
64+
legacy_hal = {"CAN": ["F0", "F1", "F2", "F3", "F4", "F7", "L4"], "ETH": ["F4", "F7", "H7"]}
6565
# Cube information
6666
product_line_dict = {}
6767

0 commit comments

Comments
 (0)