Skip to content

Commit 54cb5a2

Browse files
committed
ci(stm32variant): update new ppe
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 561729c commit 54cb5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CI/update/stm32variant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2165,7 +2165,7 @@ def group_by_flash(group_base_list, glist, index_mcu_base):
21652165
new_mcu_dirname += key
21662166
else:
21672167
new_mcu_dirname += f"({key})"
2168-
# Handle package with ANPQX
2168+
# Handle package with AGNPQSXZ
21692169
# One case not manage: [Tx, TxX, Yx]
21702170
# Assuming it is not an issue to have non existing mcu
21712171
# Ease parsing and shorten directory name
@@ -2816,7 +2816,7 @@ def manage_repo():
28162816
update_regex = re.compile(r"defined\(ARDUINO_GENERIC_.+\)")
28172817
board_entry_regex = re.compile(r"(Gen.+\..+variant=STM32.+xx/)\S+")
28182818
# P T E
2819-
mcu_PE_regex = re.compile(r"([\w])([\w])([ANPQSXZ])?$")
2819+
mcu_PE_regex = re.compile(r"([\w])([\w])([AGNPQSXZ])?$")
28202820
aggregate_dir()
28212821

28222822
# Clean temporary dir

0 commit comments

Comments
 (0)