Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5a7b97

Browse files
committedJul 5, 2024
ci(stm32variant): skip some MP2, U0 and WB0 series
Signed-off-by: Frederic Pillon <[email protected]>
1 parent f9a35fd commit a5a7b97

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎CI/update/stm32variant.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,14 @@ def manage_repo():
25142514
templates_dir = script_path / "templates"
25152515
mcu_family_dir = ""
25162516
filtered_family = ""
2517-
refname_filter = ["STM32MP13", "STM32H7R", "STM32H7S"]
2517+
refname_filter = [
2518+
"STM32H7R",
2519+
"STM32H7S",
2520+
"STM32MP13",
2521+
"STM32MP2",
2522+
"STM32U0",
2523+
"STM32WB0",
2524+
]
25182525
periph_c_filename = "PeripheralPins.c"
25192526
pinvar_h_filename = "PinNamesVar.h"
25202527
config_filename = script_path / "update_config.json"

0 commit comments

Comments
 (0)
Please sign in to comment.