Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit64a7d71

Browse files
committed
ci(stm32variant): do not generate STM32MP13 variants
MP13 has no cortex-m4.Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent4fab426 commit64a7d71

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎CI/update/stm32variant.py‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@
6161
mcu_refname=""
6262
mcu_flash= []
6363
mcu_ram= []
64-
legacy_hal= {"CAN": ["F0","F1","F2","F3","F4","F7","L4"],"ETH": ["F4","F7","H7"]}
64+
legacy_hal= {
65+
"CAN": ["F0","F1","F2","F3","F4","F7","L4"],
66+
"ETH": ["F4","F7","H7"],
67+
}
6568
# Cube information
6669
product_line_dict= {}
6770

@@ -2452,7 +2455,7 @@ def manage_repo():
24522455
xml_mcu=parse(str(mcu_file))
24532456
parse_mcu_file()
24542457
# Generate only for one family
2455-
iffiltered_familyandfiltered_familynotinmcu_family:
2458+
iffiltered_familyandfiltered_familynotinmcu_familyor"MP13"inmcu_refname:
24562459
xml_mcu.unlink()
24572460
continue
24582461

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp