Skip to content

Commit 6ad80f5

Browse files
committed
ci(stm32variant): update new ppe
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 98e617a commit 6ad80f5

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
@@ -2133,7 +2133,7 @@ def group_by_flash(group_base_list, glist, index_mcu_base):
21332133
new_mcu_dirname += key
21342134
else:
21352135
new_mcu_dirname += f"({key})"
2136-
# Handle package with ANPQX
2136+
# Handle package with AGNPQSXZ
21372137
# One case not manage: [Tx, TxX, Yx]
21382138
# Assuming it is not an issue to have non existing mcu
21392139
# Ease parsing and shorten directory name
@@ -2783,7 +2783,7 @@ def manage_repo():
27832783
update_regex = re.compile(r"defined\(ARDUINO_GENERIC_.+\)")
27842784
board_entry_regex = re.compile(r"(Gen.+\..+variant=STM32.+xx/)\S+")
27852785
# P T E
2786-
mcu_PE_regex = re.compile(r"([\w])([\w])([ANPQSXZ])?$")
2786+
mcu_PE_regex = re.compile(r"([\w])([\w])([AGNPQSXZ])?$")
27872787
aggregate_dir()
27882788

27892789
# Clean temporary dir

0 commit comments

Comments
 (0)